Package wicket.contrib.tinymce.settings

Settings for TinyMCE component.

See:
          Description

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

Enum Summary
TinyMCESettings.Language Language enum
 

Package wicket.contrib.tinymce.settings Description

Settings for TinyMCE component.



Copyright © 2004-2011. All Rights Reserved.