This is a question I also have. If anyone could provide or point to a sample for this, that would be great. All I can seem to find are very old code snippets for the fckeditor that I cannot get to work.
I tried triggering the click event, but not even this works! With jquery f.e.:
$("a.cke_toolbox_collapser").trigger("click");
When I click on the collapse/expand button I can than programmaticaly trigger the click event, but when I never clicked it, the trigger does not work.
Actually I wont to show/hide toolbar, because there is editable content and not editable content, which I load dynamically. destroy and reinit of the editor instance is not an acceptable solution. For that I use now:
Re: Toolbar API Question
Thanks for the help.
Paul
Re: Toolbar API Question
With jquery f.e.:
When I click on the collapse/expand button I can than programmaticaly trigger the click event, but when I never clicked it, the trigger does not work.
Actually I wont to show/hide toolbar, because there is editable content and not editable content, which I load dynamically. destroy and reinit of the editor instance is not an acceptable solution.
For that I use now:
Re: Toolbar API Question