wicket.contrib.tinymce.settings
Class PastePlugin

java.lang.Object
  extended by wicket.contrib.tinymce.settings.Enum
      extended by wicket.contrib.tinymce.settings.Plugin
          extended by wicket.contrib.tinymce.settings.PastePlugin
All Implemented Interfaces:
Serializable

public class PastePlugin
extends Plugin

This plugin adds paste as plain text and paste from Word icons to TinyMCE.

Note: Only basic functionality is implemented, more work is needed.

Author:
Iulian-Corneliu COSTAN
See Also:
Serialized Form

Constructor Summary
PastePlugin()
          Construct.
 
Method Summary
 PluginButton getPasteButton()
           
 PluginButton getPasteTextButton()
           
 PluginButton getPasteWordButton()
           
 
Methods inherited from class wicket.contrib.tinymce.settings.Plugin
define, definePluginExtensions, definePluginSettings, getPluginPath, setPluginPath
 
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
 

Constructor Detail

PastePlugin

public PastePlugin()
Construct.

Method Detail

getPasteButton

public PluginButton getPasteButton()
Returns:
the paste button

getPasteWordButton

public PluginButton getPasteWordButton()
Returns:
the paste word button

getPasteTextButton

public PluginButton getPasteTextButton()
Returns:
the paste text button


Copyright © 2004-2011. All Rights Reserved.