Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js301 var FCKSelectAllCommand = function() class
306 FCKSelectAllCommand.prototype.Execute = function()
329 FCKSelectAllCommand.prototype.GetState = function()
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcommands.js132 case 'SelectAll' : oCommand = new FCKSelectAllCommand() ; break ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js71FCKSelectAllCommand=function(){this.Name='SelectAll';};FCKSelectAllCommand.prototype.Execute=funct… class
85 …ak;case 'Copy':B=new FCKCopyCommand();break;case 'SelectAll':B=new FCKSelectAllCommand();break;cas…
H A Dfckeditorcode_gecko.js70FCKSelectAllCommand=function(){this.Name='SelectAll';};FCKSelectAllCommand.prototype.Execute=funct… class
84 …ak;case 'Copy':B=new FCKCopyCommand();break;case 'SelectAll':B=new FCKSelectAllCommand();break;cas…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js97 …e 'Cut':B=new FCKCutCopyCommand(true);break;case 'SelectAll':B=new FCKSelectAllCommand();break;cas…
H A Dfckeditorcode_ie.js99 …e 'Cut':B=new FCKCutCopyCommand(true);break;case 'SelectAll':B=new FCKSelectAllCommand();break;cas…