wicket.contrib.tinymce.settings
Class SpellCheckPlugin

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

public class SpellCheckPlugin
extends Plugin

This plugin adds spellchecker functionality to TinyMCE by providing a new button that performs an AJAX call to a backend wicket resource. The spell checking is performed by the Jazzy spellchecker Jazzy.

Author:
Iulian Costan ([email protected])
See Also:
Serialized Form

Constructor Summary
SpellCheckPlugin()
          Construct spellchecker plugin.
 
Method Summary
protected  void definePluginSettings(StringBuffer buffer)
          Define configuration settings for this plugin.
 PluginButton getSpellCheckButton()
           
 
Methods inherited from class wicket.contrib.tinymce.settings.Plugin
define, definePluginExtensions, 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

SpellCheckPlugin

public SpellCheckPlugin()
Construct spellchecker plugin.

Method Detail

getSpellCheckButton

public PluginButton getSpellCheckButton()
Returns:
button the spellcheker button

definePluginSettings

protected void definePluginSettings(StringBuffer buffer)
Description copied from class: Plugin
Define configuration settings for this plugin.

I.e. the "paste" plugin can be configured with different settings such as: "paste_callback" etc.

Overrides:
definePluginSettings in class Plugin
Parameters:
buffer - buffer to append to


Copyright © 2004–2014. All rights reserved.