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

python - Writing Greek in matplotlib labels, titles -

Pygame memory leak with transform.flip -

cmake set_source_files_properties not working properly -