-- james_fortune <[EMAIL PROTECTED]> wrote (on Wednesday, 12 November 2008, 08:43 AM -0800): > I am currently creating a cms. A text area on each page of the site will be > editable via fck editor however I am not sure how to put fck editor into a > form and save the content back to the database. > > I have been trying to do this for a while now and am getting nowhere so > anyhelp would be greatly appreciated.
If FCKEditor operates similarly to diji.Editor, you'll need to tie an event to onSubmit to copy the data back to a hidden element. Take a look at how I accomplished that in the Editor dijit in Zend_Dojo for some ideas. -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
