Hello.
I'm trying to manually set throbber on TinyMCE editor using jQuery plugin. Tried like that:
$('textarea.tinymce').tinymce().setProgressState(1);
but no luck - Firebug says only:
1
and nothing happens. setContents() works just fine. How to show/hide the throbber?