wicket.contrib.tinymce.settings
Class SpellCheckPlugin
java.lang.Object
wicket.contrib.tinymce.settings.Enum
wicket.contrib.tinymce.settings.Plugin
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
SpellCheckPlugin
public SpellCheckPlugin()
- Construct spellchecker plugin.
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.