wicket.contrib.tinymce.settings
Class PastePlugin
java.lang.Object
wicket.contrib.tinymce.settings.Enum
wicket.contrib.tinymce.settings.Plugin
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
PastePlugin
public PastePlugin()
- Construct.
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.