[Seaside-dev] Re: JQueryWidgetBox's FullCalendar not working

Esteban A. Maringolo emaringolo at gmail.com
Fri Mar 21 12:46:00 UTC 2014


2014-03-20 14:22 GMT-03:00 Paul DeBruicker <pdebruic at gmail.com>:
> The old method is:
>
> JQAjax>>callback: aBlock json: anObject
>         "Register aBlock as a secondary callback. anObject is a reference to a
> Javascript object on the client-side. anObject will be serialized to a JSON
> string, sent back to the server, deserialized from JSON to nested Smalltalk
> objects, and result passed into aBlock."
>
>         self callback: [ :value | aBlock value: (WAJsonParser parse: value) ]
> value: (JSJson new stringify: anObject)

Thanks Paul

> I haven't used FullCalendar in a couple years.

Do you know of a more recent alternative for it? I simply need to show
scheduled items on a grid :)


Regards!


More information about the seaside-dev mailing list