search for: vetoggle

Displaying 1 result from an estimated 1 matches for "vetoggle".

Did you mean: toggle
2007 Apr 16
2
Discussion on wysiwyg-for-script-aculo-us-inplaceeditor-using-tinymce
...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" group. To post to this group, send email to rubyonrail...