Package wicket.contrib.tinymce4.settings
Class TinyMCESettings.Mode
- java.lang.Object
-
- wicket.contrib.tinymce4.settings.Enum
-
- wicket.contrib.tinymce4.settings.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".
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TinyMCESettings.Modeexactstatic TinyMCESettings.Modenone
-
-
-
Field Detail
-
none
public static final TinyMCESettings.Mode none
-
exact
public static final TinyMCESettings.Mode exact
-
-