wicket.contrib.tinymce.settings
Class AutoSavePlugin

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

public class AutoSavePlugin
extends Plugin

This plugin gives the user a warning if they made modifications to a editor instance but didn't submit them. This plugin will most likely be extended in the future to provide AJAX auto save support.

Author:
Iulian-Corneliu COSTAN
See Also:
Serialized Form

Constructor Summary
AutoSavePlugin()
          Construct.
 
Method Summary
 
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

AutoSavePlugin

public AutoSavePlugin()
Construct.



Copyright © 2004-2011. All Rights Reserved.