[Seaside-dev] JQueryWidgetBox's FullCalendar not working

Esteban A. Maringolo emaringolo at gmail.com
Thu Mar 20 15:09:10 UTC 2014


I'm trying to use JQueryWidgetBox's FullCalendar plugin wrapper.

But it is incompatible with the current version of Seaside (3.1),
particularly with the JQuery wrapper.

It expects a #callback:json: in JQAjax that doesn't exist any longer.

What was the intention of such selector? How this can be rewritten to
work with the current implementation?

Old code e.g.:

... onEventDrop:
   (html jQuery ajax
      callback: [ :eventData | self updateEventStart: eventData ]
       json: (JSStream on: 'new Array(event.id,dayDelta,minuteDelta,allDay)'));

How the new code should be written?

Regards!

Esteban A. Maringolo


More information about the seaside-dev mailing list