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 -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -