Home
last modified time | relevance | path

Searched refs:LoadedCommands (Results 1 – 5 of 5) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcommands.js25 FCKCommands.LoadedCommands = new Object() ; class in FCKCommands
29 this.LoadedCommands[ commandName ] = command ;
34 var oCommand = FCKCommands.LoadedCommands[ commandName ] ;
151 FCKCommands.LoadedCommands[ commandName ] = oCommand ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js85LoadedCommands={};FCKCommands.RegisterCommand=function(A,B){this.LoadedCommands[A]=B;};FCKCommands…
H A Dfckeditorcode_gecko.js84LoadedCommands={};FCKCommands.RegisterCommand=function(A,B){this.LoadedCommands[A]=B;};FCKCommands…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js96LoadedCommands={};FCKCommands.RegisterCommand=function(A,B){this.LoadedCommands[A]=B;};FCKCommands…
97 …(FCKLang.UnknownCommand.replace(/%1/g,A));return null;}};FCKCommands.LoadedCommands[A]=B;return B;…
H A Dfckeditorcode_ie.js99LoadedCommands={};FCKCommands.RegisterCommand=function(A,B){this.LoadedCommands[A]=B;};FCKCommands…