Automatically closed - issue fixed for 2 weeks with no activity.
I'm work on inserting images in 'tag' form into wysiwyg editor. I need detect editor status before insert - if editor is enabled in HTML mode i want insert tag ([[...]]) else, in TEXT mode i want insert HTML (<img src="".... />).
In JS wysiwyg plugin, in invoke function is there variable data.format with editor status. Is possible check current status of editor calling some function from wysiwyg JS API? Something like:
Drupal.wysiwyg.instances[Drupal.wysiwyg.activeId].status();
would be useful.
Thanks for advice.
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.