Plugin: layer

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

Initialization Example

tinyMCE.init({
    theme : "advanced",
    mode : "textareas",
    plugins : "layer",
    theme_advanced_buttons3_add : "insertlayer,moveforward,movebackward,absolute"
});