/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fck_contextmenu.js | 71 menu.AddSeparator() ; 90 oItem.AddSeparator() ; 94 menu.AddSeparator() ; 100 menu.AddSeparator() ; 109 menu.AddSeparator() ; 130 menu.AddSeparator() ; 143 menu.AddSeparator() ; 158 menu.AddSeparator() ; 170 menu.AddSeparator() ; 181 menu.AddSeparator() ; [all …]
|
H A D | fcktoolbarset.js | 274 oToolbar.AddSeparator() ;
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckmenuitem.js | 47 FCKMenuItem.prototype.AddSeparator = function() method in FCKMenuItem 49 this.SubMenu.AddSeparator() ;
|
H A D | fckcontextmenu.js | 66 FCKContextMenu.prototype.AddSeparator = function() method in FCKContextMenu 68 this._MenuBlock.AddSeparator() ;
|
H A D | fcktoolbar.js | 55 FCKToolbar.prototype.AddSeparator = function() method in FCKToolbar
|
H A D | fckmenublock.js | 47 FCKMenuBlock.prototype.AddSeparator = function() method in FCKMenuBlock
|
/plugin/wysiwyg/fckeditor/_samples/_plugins/samples/ |
H A D | fckplugin.js | 67 contextMenu.AddSeparator() ;
|
/plugin/fckg/fckeditor/editor/plugins/paradelete/ |
H A D | fckplugin.js | 21 menu.AddSeparator() ;
|
/plugin/fckg/fckeditor/editor/plugins/signature/ |
H A D | fckplugin.js | 17 menu.AddSeparator() ;
|
/plugin/fckg/fckeditor/editor/plugins/plugintool/ |
H A D | fckplugin.js | 157 menu.AddSeparator() ;
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 110 …AddSeparator();var j=FCK.Config.ScaytMaxSuggestions||5;var k=(j==-1)?h.length:j;for (var i=0;i<k;i… 112 …KToolbar;if (B.OnItemClick) B.OnItemClick(B,A);};FCKToolbar.prototype.AddSeparator=function(){this… method in FCKToolbar 114 …ew FCKToolbar();for (var j=0;j<C.length;j++){var E=C[j];if (E=='-') D.AddSeparator();else{var F=FC… 116 ….SubMenu.AddItem(A,B,C,D,E);};FCKMenuItem.prototype.AddSeparator=function(){this.SubMenu.AddSepara… method in FCKMenuItem 117 …nActivate,this);this._Items.push(F);return F;};FCKMenuBlock.prototype.AddSeparator=function(){this… method in FCKMenuBlock 119 …._Redraw=true;return F;};FCKContextMenu.prototype.AddSeparator=function(){this._MenuBlock.AddSepar… method in FCKContextMenu 120 …AddSeparator();var D=menu.AddItem('Cell',FCKLang.CellCM);D.AddItem('TableInsertCellBefore',FCKLang…
|
H A D | fckeditorcode_ie.js | 111 …AddSeparator();var j=FCK.Config.ScaytMaxSuggestions||5;var k=(j==-1)?h.length:j;for (var i=0;i<k;i… 113 …KToolbar;if (B.OnItemClick) B.OnItemClick(B,A);};FCKToolbar.prototype.AddSeparator=function(){this… method in FCKToolbar 115 …ew FCKToolbar();for (var j=0;j<C.length;j++){var E=C[j];if (E=='-') D.AddSeparator();else{var F=FC… 117 ….SubMenu.AddItem(A,B,C,D,E);};FCKMenuItem.prototype.AddSeparator=function(){this.SubMenu.AddSepara… method in FCKMenuItem 118 …nActivate,this);this._Items.push(F);return F;};FCKMenuBlock.prototype.AddSeparator=function(){this… method in FCKMenuBlock 120 …._Redraw=true;return F;};FCKContextMenu.prototype.AddSeparator=function(){this._MenuBlock.AddSepar… method in FCKContextMenu 121 …AddSeparator();var D=menu.AddItem('Cell',FCKLang.CellCM);D.AddItem('TableInsertCellBefore',FCKLang…
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 98 …KToolbar;if (B.OnItemClick) B.OnItemClick(B,A);};FCKToolbar.prototype.AddSeparator=function(){this… method in FCKToolbar 100 …ew FCKToolbar();for (var j=0;j<C.length;j++){var E=C[j];if (E=='-') D.AddSeparator();else{var F=FC… 103 …is.SubMenu.AddItem(A,B,C,D);};FCKMenuItem.prototype.AddSeparator=function(){this.SubMenu.AddSepara… method in FCKMenuItem 104 …nActivate,this);this._Items.push(E);return E;};FCKMenuBlock.prototype.AddSeparator=function(){this… method in FCKMenuBlock 106 …._Redraw=true;return E;};FCKContextMenu.prototype.AddSeparator=function(){this._MenuBlock.AddSepar… method in FCKContextMenu 107 …AddSeparator();var D=menu.AddItem('Cell',FCKLang.CellCM);D.AddItem('TableInsertCellBefore',FCKLang…
|
H A D | fckeditorcode_gecko.js | 97 …KToolbar;if (B.OnItemClick) B.OnItemClick(B,A);};FCKToolbar.prototype.AddSeparator=function(){this… method in FCKToolbar 99 …ew FCKToolbar();for (var j=0;j<C.length;j++){var E=C[j];if (E=='-') D.AddSeparator();else{var F=FC… 102 …is.SubMenu.AddItem(A,B,C,D);};FCKMenuItem.prototype.AddSeparator=function(){this.SubMenu.AddSepara… method in FCKMenuItem 103 …nActivate,this);this._Items.push(E);return E;};FCKMenuBlock.prototype.AddSeparator=function(){this… method in FCKMenuBlock 105 …._Redraw=true;return E;};FCKContextMenu.prototype.AddSeparator=function(){this._MenuBlock.AddSepar… method in FCKContextMenu 106 …AddSeparator();var D=menu.AddItem('Cell',FCKLang.CellCM);D.AddItem('TableInsertCellBefore',FCKLang…
|