Class TinyMCESettings.Mode

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    TinyMCESettings

    public static class TinyMCESettings.Mode
    extends Enum
    This class specifies how elements is to be converted into TinyMCE WYSIWYG editor instances. This option can be set to any of the values below:
    • textareas - converts all textarea elements to editors when the page loads.
    • exact - exact - Converts only explicit elements, these are listed in the elements option.
    • specific_textares - Converts all textarea elements with the a textarea_trigger attribute set to "true".
    At this moment, only textareas and exacat modes are supported.
    See Also:
    Serialized Form