javascript - createControl for TinyMCE 4.0 -


I have read the doctor api 4.0, but do not make anything how to use the control because the current code works with tinenex 4.0 not doing.

API Version 3.0

So, how to use it for TinySe 4.0?

Thanks

I have found a solution, thanks

  tinymce.create ('tinymce.plugins.name', {init: function (editor) {editor.addButton ('button', {title: '', onclick: function () {}}}}); Tinymce.PluginManager.add ('name', tinymce.plugins.name);    

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -