Package wicket.contrib.tinymce4.settings
Class TinyMCESettings.Theme
- java.lang.Object
-
- wicket.contrib.tinymce4.settings.Enum
-
- wicket.contrib.tinymce4.settings.TinyMCESettings.Theme
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TinyMCESettings
public static class TinyMCESettings.Theme extends Enum
This class enables you to specify what theme to use when rendering the TinyMCE WYSIWYG editor instances. Two themes are supported:- simple - This is the most simple theme for TinyMCE it contains only the basic functions.
- advanced - This theme enables users to add/remove buttons and panels .
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TinyMCESettings.Thememodern
-
-
-
Field Detail
-
modern
public static final TinyMCESettings.Theme modern
-
-