Thank you for the reply although I havent got time to complete this to day im sure this approach will work.
For anyone reading this who wants help creating the onSubmit event I have found this article which clearly explains how this can be achieved. http://codeutopia.net/blog/2008/04/04/client-side-validation-with-zend_form/ Matthew Weier O'Phinney-3 wrote: > > -- 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/ > > -- View this message in context: http://www.nabble.com/Re%3A-Integrating-FCKEditor-with-Zend_Form-tp20464314p20465619.html Sent from the Zend Framework mailing list archive at Nabble.com.
