Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js357 var FCKRuleCommand = function() class
362 FCKRuleCommand.prototype =
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcommands.js82 case 'Rule' : oCommand = new FCKRuleCommand() ; break ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js71 …eturn FCK.GetNamedCommandState('Paste');}};var FCKRuleCommand=function(){this.Name='Rule';};FCKRul… class
85 …case 'PageBreak':B=new FCKPageBreakCommand();break;case 'Rule':B=new FCKRuleCommand();break;case '…
H A Dfckeditorcode_gecko.js70 …eturn FCK.GetNamedCommandState('Paste');}};var FCKRuleCommand=function(){this.Name='Rule';};FCKRul… class
84 …case 'PageBreak':B=new FCKPageBreakCommand();break;case 'Rule':B=new FCKRuleCommand();break;case '…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js97 …case 'PageBreak':B=new FCKPageBreakCommand();break;case 'Rule':B=new FCKRuleCommand();break;case '…
H A Dfckeditorcode_ie.js99 …case 'PageBreak':B=new FCKPageBreakCommand();break;case 'Rule':B=new FCKRuleCommand();break;case '…