wicket.contrib.tinymce.settings
Class TinyMCESettings.Mode

java.lang.Object
  extended by wicket.contrib.tinymce.settings.Enum
      extended by 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:

At this moment, only textareas and exacat modes are supported.

See Also:
Serialized Form

Field Summary
static TinyMCESettings.Mode exact
           
static TinyMCESettings.Mode none
           
 
Method Summary
 
Methods inherited from class wicket.contrib.tinymce.settings.Enum
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

none

public static final TinyMCESettings.Mode none

exact

public static final TinyMCESettings.Mode exact


Copyright © 2004-2011. All Rights Reserved.