wicket.contrib.tinymce.settings
Class FullScreenPlugin

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

public class FullScreenPlugin
extends Plugin

This plugin adds fullscreen editing mode to TinyMCE.

Author:
Iulian-Corneliu COSTAN
See Also:
Serialized Form

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

FullScreenPlugin

public FullScreenPlugin()
Construct.

Method Detail

getFullscreenButton

public PluginButton getFullscreenButton()
Returns:
the fullscreen button


Copyright © 2004-2011. All Rights Reserved.