Adds a layer suport to TinyMCE by making it possible to create/remove and z-index block elements.
These are the possible button control that this plugin contains: insertlayer,moveforward,movebackward,absolute
Installation Instructions
- Add plugin to TinyMCE plugin option list example: plugins : "layer".
- Add the insertlayer,moveforward,movebackward,absolute button names to button list, example: theme_advanced_buttons3_add : "insertlayer,moveforward,movebackward,absolute".
Initialization Example
tinyMCE.init({ theme : "advanced", mode : "textareas", plugins : "layer", theme_advanced_buttons3_add : "insertlayer,moveforward,movebackward,absolute" });