On Sat, Jan 22, 2011 at 9:32 AM, WhyNotSmile <[email protected]> wrote: > Ok, my first questions are: > > * Is it ok to comment out $.wymeditors(0).update(); - I'm using FCK > Editor rather than wymeditor?
Yes. That's specific to WYMEditor. I haven't used FCK in a long time; if it's necessary to update the underlying form with the HTML content, do so before allowing the form to be submitted. > * What does showIndicator do? Is that a jQuery command? It seems > like the script is bailing out at this point. That was just a function for displaying the AJAX "loading" gif. Sorry, I should have removed that. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
