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

Pygame memory leak with transform.flip -

python - Writing Greek in matplotlib labels, titles -

linux - Can not start IntelliJ IDEA by Clicking ICON from Launch bar on ubuntu 13.10 -