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

c++ - Cmake produces file extensions in static library archives -

c# - Roxy file manager in MVC doesn't accept session path -

c# - Check if a NumericUpDown has no value -