wicket.contrib.tinymce.settings
Class InlinepopupsPlugin

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

public class InlinepopupsPlugin
extends Plugin

This plugin makes all dialogs to open as floating DIV layers instead of popup windows. Experimental plugin.

Author:
Iulian-Corneliu COSTAN
See Also:
Serialized Form

Constructor Summary
InlinepopupsPlugin(String name)
          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

InlinepopupsPlugin

public InlinepopupsPlugin(String name)
Construct.

Parameters:
name -


Copyright © 2004-2011. All Rights Reserved.