wicket.contrib.tinymce.settings
Class PrintPlugin

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

public class PrintPlugin
extends Plugin

This plugin adds a print button to TinyMCE.

Author:
Iulian-Corneliu COSTAN
See Also:
Serialized Form

Constructor Summary
PrintPlugin()
          Construct.
 
Method Summary
 PluginButton getPrintButton()
           
 
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

PrintPlugin

public PrintPlugin()
Construct.

Method Detail

getPrintButton

public PluginButton getPrintButton()
Returns:
thje print button


Copyright © 2004-2011. All Rights Reserved.