You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

323 B

layout title
default layer

Layer Plugin

This plugin adds some layer controls. It only works on some browsers and will probably be removed in the future.

Type: String

Example:

tinymce.init({
    selector: "textarea",  // change this value according to your html
    plugins: "layer"
});