Home
last modified time | relevance | path

Searched defs:FCKSpellCheckCommand (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckspellcheckcommand_gecko.js25 var FCKSpellCheckCommand = function() class
H A Dfckspellcheckcommand_ie.js25 var FCKSpellCheckCommand = function() class
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js73 var FCKSpellCheckCommand=function(){this.Name='SpellCheck';this.IsEnabled=(FCKConfig.SpellChecker==… class
H A Dfckeditorcode_gecko.js72 var FCKSpellCheckCommand=function(){this.Name='SpellCheck';this.IsEnabled=(FCKConfig.SpellChecker==… class
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js83 var FCKSpellCheckCommand=function(){this.Name='SpellCheck';this.IsEnabled=(FCKConfig.SpellChecker!=… class
H A Dfckeditorcode_ie.js87 var FCKSpellCheckCommand=function(){this.Name='SpellCheck';this.IsEnabled=true;};FCKSpellCheckComma… class