wicket.contrib.tinymce.settings
Class SavePlugin

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

public class SavePlugin
extends Plugin

This plugin adds a save button to TinyMCE this save button will submit the form that the editor is within.

Author:
Iulian-Corneliu COSTAN
See Also:
Serialized Form

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

SavePlugin

public SavePlugin()
Construct.

Method Detail

getSaveButton

public PluginButton getSaveButton()
Returns:
the save button


Copyright © 2004-2011. All Rights Reserved.