Displaying 1 result from an estimated 1 matches for "vebutton".
Did you mean:
button
2007 Apr 16
2
Discussion on wysiwyg-for-script-aculo-us-inplaceeditor-using-tinymce
...xtfield does not switch into WYSIWYG mode anymore.
That behaviour is correct, because you do not disconnect the editor
instance form the DOM tree on cancel.
I''ve added your toggle script to the onclickCancel function in the
modified controls.js:
/* begin TinyMCE addon */
if (this.options.veButton && this.options.veIsOn) {
this.veToggle();
}
/* end TinyMCE addon */
That resolves the problem.
I hope this helps :-)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" grou...