Plone 4.2 TinyMCE jQuery UI Dialog -
i writing replacement plone dialog infrastructure. personal use , fun, available on github collective.js.jqueryuidialog.
currently i'm struggling manage initialization tinymce editor in dialogs.
i tried missing scripts getscript, stuck. googled , found init hooks, 1
$(document).bind('loadinsideoverlay', function() { $('textarea.mce_editable').each(function() { var config = new tinymceconfig($(this).attr('id')); config.init(); }); });
but none worked.
any ideas or recommendations read further?
update
i updated products.tinymce
version 1.3.3 , proceeded through upgrade steps in zmi. other functionality still working (yeehaa).
i realized, call seems have changed, since pages tinymce on it, issue get
command view named tiny_mce_gzp.js
seems deliver actual configured editor portal.
actually digging source find call , copy it's behavior.
Comments
Post a Comment