A plugin allowing edition and addition of attributes for TinyMCE 4
-
copy
editattributes
folder to the tinymceplugins
folder. -
set up your instance in the tinyMCE.init method to use the plugin, like::
plugins : "... editattributes ..."
- set up your instance to use the button, for example::
toolbar : "... | editattributes"