wicket.contrib.tinymce.settings
Class TinyMCESettings.Theme
java.lang.Object
wicket.contrib.tinymce.settings.Enum
wicket.contrib.tinymce.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
simple
public static final TinyMCESettings.Theme simple
advanced
public static final TinyMCESettings.Theme advanced
Copyright © 2004-2012. All Rights Reserved.