wicket.contrib.tinymce.settings
Class TablePlugin

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

public class TablePlugin
extends Plugin

This plugin adds table management functionality to TinyMCE.

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

Author:
Iulian-Corneliu COSTAN
See Also:
Serialized Form

Field Summary
 PluginButton tableControls
          table button *
 
Constructor Summary
TablePlugin()
          Construct.
 
Method Summary
 PluginButton getTableControls()
           
 
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
 

Field Detail

tableControls

public PluginButton tableControls
table button *

Constructor Detail

TablePlugin

public TablePlugin()
Construct.

Method Detail

getTableControls

public PluginButton getTableControls()
Returns:
the table button


Copyright © 2004-2011. All Rights Reserved.