Compatibility with Black Studio TinyMCE Widget
-
I am the author of Black Studio TinyMCE Widget plugin and I would like to provide compatibility between our plugins. Actually cloning a BSTW widget doesn’t work because of the nature of TinyMCE editor, which does not “like” DOM cloning or drag & drop operations. In order to let it work it is necessary to temporary disable the tinymce instance before cloning, and re-enable it after.
On your side it would be sufficient to trigger two js events before and after the cloning operation, I could take care of the rest. By the way, for the event triggered after cloning you may use the same event use by WP core when widgets are created (widget-added– take a look at WP widgets.js).Thank you.
The topic ‘Compatibility with Black Studio TinyMCE Widget’ is closed to new replies.