wicket.contrib.tinymce.settings
Class TinyMCESettings.Mode
java.lang.Object
wicket.contrib.tinymce.settings.Enum
wicket.contrib.tinymce.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".
At this moment, only textareas and exacat modes are
supported.
- See Also:
- Serialized Form
none
public static final TinyMCESettings.Mode none
exact
public static final TinyMCESettings.Mode exact
Copyright © 2004-2011. All Rights Reserved.