Hi

I tried Full Calendar and It looks nice, but the usage of colorbox module makes problem.
When I want to add a new event, the form in the colorbox is not fully renderd.
Autocomplete fields like nodereference are not working.

A better choice is the modal frame api.
It renders form completely and has no probs with form submit and validations.

greets

Comments

aspilicious’s picture

Status: Active » Postponed

But it doesn't have a 7.x version.

tim.plunkett’s picture

I've been thinking about modalframe because of #1085862: Create, Edit, Delete event with Drag and drop, Context menu, Colorbox and Ajax, but yeah, the lack of a D7 version is a huge problem. :(

bennos’s picture

There is a port to D7 of the D6 version.
http://drupal.org/node/494200

Modal Frame uses the jquery UI, but this is already in D7.
Would it better to use the jquery UI directly in the D7 Version of Fullcalender?

The main problem is that a lightbox is need which allow to create, edit and delete nodes.
In D6 only Modal Frame can this.

With lightbox 2 or colorbox the forms are not fully renderd. The modules are only good for showing nodes.

tim.plunkett’s picture

Status: Postponed » Closed (won't fix)

Integration need not be hardcoded in the module itself, it could be added by ModalFrame or custom code.