The forum operates in read-only mode. Please head to StackOverflow for support.
Hi folks
Is possible to enable the plugin buttons in the toolbar when the editor is readonly?. I've searched for this but I didn't found anything.
Thanks in advance.
Greetings.
Okay, the following javascript worked for me:
CKEDITOR.instances.myInstance.getCommand('myPlugin').enable();
Okay, the following
Okay, the following javascript worked for me:
CKEDITOR.instances.myInstance.getCommand('myPlugin').enable();