wicket.contrib.tinymce.settings
Class TinyMCESettings.Theme

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

See Also:
Serialized Form

Field Summary
static TinyMCESettings.Theme advanced
           
static TinyMCESettings.Theme simple
           
 
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

simple

public static final TinyMCESettings.Theme simple

advanced

public static final TinyMCESettings.Theme advanced


Copyright © 2004-2011. All Rights Reserved.