Adding spellchecker
This commit is contained in:
parent
fe664733cd
commit
9f232b4049
23 changed files with 2251 additions and 10 deletions
|
|
@ -298,6 +298,10 @@ sub getOperations {
|
|||
'moveColorDown' => 'WebGUI::Operation::Graphics',
|
||||
'moveColorUp' => 'WebGUI::Operation::Graphics',
|
||||
'removeColorFromPalette' => 'WebGUI::Operation::Graphics',
|
||||
|
||||
'spellCheck' => 'WebGUI::Operation::SpellCheck',
|
||||
'suggestWords' => 'WebGUI::Operation::SpellCheck',
|
||||
'addWordToDictionary' => 'WebGUI::Operation::SpellCheck',
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue