Hello,
I have run into a problem with the editor. I am trying to save the text via ajax without reloading the page, so I have a onclick event on the submit button. Unfortunately the text isn't there when I hit that button, and wym.update() refreshes the page because wym cannot be found. I tried using the tip from another thread with var wym=aWYM_INSTANCES[0];, but that didn't work either.
Adding the class wymupdate to the submit button isn't an option since that requires reloading the page; all it does is call wym.update() anyway.
Any ideas?
Thanks!
Christoph