Home
last modified time | relevance | path

Searched refs:FCKNamedCommand (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcknamedcommand.js24 var FCKNamedCommand = function( commandName ) class
29 FCKNamedCommand.prototype.Execute = function()
34 FCKNamedCommand.prototype.GetState = function()
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcommands.js143 oCommand = new FCKNamedCommand( commandName ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js69 var FCKNamedCommand=function(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.Exec… class
85 …Command();break;default:if (FCKRegexLib.NamedCommands.test(A)) B=new FCKNamedCommand(A);else{alert…
H A Dfckeditorcode_gecko.js68 var FCKNamedCommand=function(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.Exec… class
84 …Command();break;default:if (FCKRegexLib.NamedCommands.test(A)) B=new FCKNamedCommand(A);else{alert…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js79 var FCKNamedCommand=function(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.Exec… class
97 …Command();break;default:if (FCKRegexLib.NamedCommands.test(A)) B=new FCKNamedCommand(A);else{alert…
H A Dfckeditorcode_ie.js83 var FCKNamedCommand=function(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.Exec… class
99 …Command();break;default:if (FCKRegexLib.NamedCommands.test(A)) B=new FCKNamedCommand(A);else{alert…