[Seaside] Integrating with FCKeditor

Lukas Renggli renggli at gmail.com
Thu Aug 10 05:44:49 UTC 2006


> The way FCKeditor works is that when a Submit is performed, the results
> of the user's editing comes back in the POST variables.

Register a value callback:

    name := html callbacks registerCallback: [ :value | ... ].

and tell FCKeditor to use "name" as the POST variable.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list