wicket.contrib.tinymce.settings
Class SearchReplacePlugin

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

public class SearchReplacePlugin
extends Plugin

This plugin adds search/replace dialogs to TinyMCE.

Author:
Iulian-Corneliu COSTAN
See Also:
Serialized Form

Constructor Summary
SearchReplacePlugin()
          Construct.
 
Method Summary
 PluginButton getReplaceButton()
           
 PluginButton getSearchButton()
           
 
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

SearchReplacePlugin

public SearchReplacePlugin()
Construct.

Method Detail

getSearchButton

public PluginButton getSearchButton()
Returns:
the search button

getReplaceButton

public PluginButton getReplaceButton()
Returns:
the replace button


Copyright © 2004-2011. All Rights Reserved.