wicket.contrib.tinymce.settings
Class TinyMCESettings.Location

java.lang.Object
  extended by wicket.contrib.tinymce.settings.Enum
      extended by wicket.contrib.tinymce.settings.TinyMCESettings.Location
All Implemented Interfaces:
Serializable
Enclosing class:
TinyMCESettings

public static class TinyMCESettings.Location
extends Enum

This option enables you to specify where the toolbar should be located. This value can be top or bottom.

See Also:
Serialized Form

Field Summary
static TinyMCESettings.Location bottom
           
static TinyMCESettings.Location top
           
 
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

top

public static final TinyMCESettings.Location top

bottom

public static final TinyMCESettings.Location bottom


Copyright © 2004-2011. All Rights Reserved.