Uses of Class
wicket.contrib.tinymce.settings.Enum

Packages that use Enum
wicket.contrib.tinymce.settings Settings for TinyMCE component. 
 

Uses of Enum in wicket.contrib.tinymce.settings
 

Subclasses of Enum in wicket.contrib.tinymce.settings
 class AutoResizePlugin
          Enables the Auto Resize plugin, which automatically resizes the editor to the content inside it.
 class AutoSavePlugin
          This plugin gives the user a warning if they made modifications to a editor instance but didn't submit them.
 class Button
          Base class for tinymce button.
 class ContextMenuPlugin
          This plugin enables right-click context menu.
 class DateTimePlugin
          The datetime plugin is able to insert date and time into the TinyMCE editable area.
 class DirectionalityPlugin
          This plugin adds directionality icons to TinyMCE that enables TinyMCE to better handle languages that is written from right to left.
 class EmotionsPlugin
          The emotions plugin is able to insert smiley images into the TinyMCE editable area.
 class FullScreenPlugin
          This plugin adds fullscreen editing mode to TinyMCE.
 class IESpellPlugin
           
 class ImageUploadPlugin
          Tiny MCE plugin for image upload.
 class InlinepopupsPlugin
          This plugin makes all dialogs to open as floating DIV layers instead of popup windows.
 class MediaPlugin
          This plugin adds "insert media" functions to TinyMCE.
 class NoneditablePlugin
           Note: Only basic functionality is implemented, more work is needed.
 class PastePlugin
          This plugin adds paste as plain text and paste from Word icons to TinyMCE.
 class Plugin
          Base class for all TinyMCE plugins.
 class PluginButton
          A button that is defined by tinymce plugins.
 class PreviewPlugin
          This plugin adds a preview button to TinyMCE, pressing the button opens a popup showing the current content.
 class PrintPlugin
          This plugin adds a print button to TinyMCE.
 class SavePlugin
          This plugin adds a save button to TinyMCE this save button will submit the form that the editor is within.
 class SearchReplacePlugin
          This plugin adds search/replace dialogs to TinyMCE.
 class SpellCheckPlugin
          This plugin adds spellchecker functionality to TinyMCE by providing a new button that performs an AJAX call to a backend wicket resource.
 class StylePlugin
          This plugin adds "style" functions to TinyMCE.
 class TabFocusPlugin
          Adds the ability to tab in/out of a TinyMCE Editor.
 class TablePlugin
          This plugin adds table management functionality to TinyMCE.
static class TinyMCESettings.Align
          This class enables you to specify the alignment of the controls.
static class TinyMCESettings.EntityEncoding
          Controls how entities/characters get processed by TinyMCE.
static class TinyMCESettings.Location
          This option enables you to specify where the toolbar should be located.
static class TinyMCESettings.Mode
          This class specifies how elements is to be converted into TinyMCE WYSIWYG editor instances.
static class TinyMCESettings.Position
          This class specifies the position of new added control.
static class TinyMCESettings.Theme
          This class enables you to specify what theme to use when rendering the TinyMCE WYSIWYG editor instances.
static class TinyMCESettings.Toolbar
          This class specifices the toolbar to add specific control to.
 class WicketSavePlugin
          This plugin adds a save button that can be tied to the InPlaceSaveBehavior
 



Copyright © 2004-2011. All Rights Reserved.