Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js158 var FCKNewPageCommand = function() class
163 FCKNewPageCommand.prototype.Execute = function()
171 FCKNewPageCommand.prototype.GetState = function()
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcommands.js80 case 'NewPage' : oCommand = new FCKNewPageCommand() ; break ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js71FCKNewPageCommand=function(){this.Name='NewPage';};FCKNewPageCommand.prototype.Execute=function(){… class
85 …break;case 'Save':B=new FCKSaveCommand();break;case 'NewPage':B=new FCKNewPageCommand();break;case…
H A Dfckeditorcode_gecko.js70FCKNewPageCommand=function(){this.Name='NewPage';};FCKNewPageCommand.prototype.Execute=function(){… class
84 …break;case 'Save':B=new FCKSaveCommand();break;case 'NewPage':B=new FCKNewPageCommand();break;case…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js81FCKNewPageCommand=function(){this.Name='NewPage';};FCKNewPageCommand.prototype.Execute=function(){… class
97 …break;case 'Save':B=new FCKSaveCommand();break;case 'NewPage':B=new FCKNewPageCommand();break;case…
H A Dfckeditorcode_ie.js85FCKNewPageCommand=function(){this.Name='NewPage';};FCKNewPageCommand.prototype.Execute=function(){… class
99 …break;case 'Save':B=new FCKSaveCommand();break;case 'NewPage':B=new FCKNewPageCommand();break;case…