Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 462 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 462 Bytes

tinymce-editattributes

A plugin allowing edition and addition of attributes for TinyMCE 4

Image

How to install the plugin

  1. copy editattributes folder to the tinymce plugins folder.

  2. set up your instance in the tinyMCE.init method to use the plugin, like::

plugins : "... editattributes ..."

  1. set up your instance to use the button, for example::

toolbar : "... | editattributes"