wicket.contrib.tinymce.settings
Class PreviewPlugin

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

public class PreviewPlugin
extends Plugin

This plugin adds a preview button to TinyMCE, pressing the button opens a popup showing the current content.

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

Author:
Iulian-Corneliu COSTAN
See Also:
Serialized Form

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

PreviewPlugin

public PreviewPlugin()
Construct.

Method Detail

getPreviewButton

public PluginButton getPreviewButton()
Returns:
the preview button


Copyright © 2004–2014. All rights reserved.