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

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

Uses of Plugin in wicket.contrib.tinymce.settings
 

Subclasses of Plugin 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 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 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.
 class WicketSavePlugin
          This plugin adds a save button that can be tied to the InPlaceSaveBehavior
 

Methods in wicket.contrib.tinymce.settings that return Plugin
 Plugin PluginButton.getPlugin()
           
 

Methods in wicket.contrib.tinymce.settings with parameters of type Plugin
 void TinyMCESettings.register(Plugin plugin)
          Register a tinymce plugin.
 

Constructors in wicket.contrib.tinymce.settings with parameters of type Plugin
PluginButton(String name, Plugin plugin)
          Construct.
 



Copyright © 2004-2011. All Rights Reserved.