Class CUI.rte.plugins.SpellCheckerPlugin
| Package: | CUI.rte.plugins |
| Class: | SpellCheckerPlugin |
| Extends: | CUI.rte.plugins.Plugin |
| Clientlib: | cq.widgets |
This class implements the spellchecker functionality as a plugin.
The plugin ID is "spellcheck".
Features
- checktext - adds a button to spellcheck the entire text
Added in CQ 5.3.
Config Options
| |
invalidClass : String
CSS class that is used to mark wrongly spelled words; defaults to null
|
SpellCheckerPlugin |
| |
invalidStyle : String
Style definition that is used to mark wrongly spelled words; defaults to "background-color: #ffffaa;"
|
SpellCheckerPlugin |
| |
method : String
The HTTP method to be used for spellchecking requests. Defaults to "POST"
|
SpellCheckerPlugin |
| |
spellcheckerUrl : String
URL that is used for requesting the spellchecker. The specified URL is automatically being externalized (the webapp c...
URL that is used for requesting the spellchecker. The specified URL is automatically being externalized (the webapp context path is prepended if necessary). Defaults to "/bin/spellcheck"
|
SpellCheckerPlugin |
Public Properties
This class has no public properties.
Public Methods
This class has no public methods.
Public Events
This class has no public events.