Home
last modified time | relevance | path

Searched refs:AddItem (Results 1 – 25 of 50) sorted by relevance

12

/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfck_contextmenu.js57 …menu.AddItem( 'Cut' , FCKLang.Cut , 7, FCKCommands.GetCommand( 'Cut' ).GetState() == FCK_TRISTATE…
58 …menu.AddItem( 'Copy' , FCKLang.Copy , 8, FCKCommands.GetCommand( 'Copy' ).GetState() == FCK_TRISTA…
59 …menu.AddItem( 'Paste' , FCKLang.Paste , 9, FCKCommands.GetCommand( 'Paste' ).GetState() == FCK_TRI…
72 var oItem = menu.AddItem( 'Cell' , FCKLang.CellCM ) ;
73 oItem.AddItem( 'TableInsertCellBefore' , FCKLang.InsertCellBefore, 69 ) ;
74 oItem.AddItem( 'TableInsertCellAfter' , FCKLang.InsertCellAfter, 58 ) ;
75 oItem.AddItem( 'TableDeleteCells' , FCKLang.DeleteCells, 59 ) ;
77 oItem.AddItem( 'TableMergeCells' , FCKLang.MergeCells, 60,
81 oItem.AddItem( 'TableMergeRight' , FCKLang.MergeRight, 60,
83 oItem.AddItem( 'TableMergeDown' , FCKLang.MergeDown, 60,
[all …]
Dfcktoolbarset.js106 FCK.IECleanup.AddItem( eToolbarTarget, FCKToolbarSet_Target_Cleanup ) ;
188 FCK.IECleanup.AddItem( this, FCKToolbarSet_Cleanup ) ;
280 oToolbar.AddItem( oItem ) ;
Dfckconfig.js156 FCKConfig.Plugins.Items.AddItem( [name, langs, path] ) ;
185 this.RegexEntries.AddItem( regexPattern ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfck_contextmenu.js56 …menu.AddItem( 'Cut' , FCKLang.Cut , 7, FCKCommands.GetCommand( 'Cut' ).GetState() == FCK_TRISTATE…
57 …menu.AddItem( 'Copy' , FCKLang.Copy , 8, FCKCommands.GetCommand( 'Copy' ).GetState() == FCK_TRISTA…
58 …menu.AddItem( 'Paste' , FCKLang.Paste , 9, FCKCommands.GetCommand( 'Paste' ).GetState() == FCK_TRI…
71 var oItem = menu.AddItem( 'Cell' , FCKLang.CellCM ) ;
72 oItem.AddItem( 'TableInsertCell' , FCKLang.InsertCell, 58 ) ;
73 oItem.AddItem( 'TableDeleteCells' , FCKLang.DeleteCells, 59 ) ;
74 oItem.AddItem( 'TableMergeCells' , FCKLang.MergeCells, 60 ) ;
75 oItem.AddItem( 'TableSplitCell' , FCKLang.SplitCell, 61 ) ;
77 oItem.AddItem( 'TableCellProp' , FCKLang.CellProperties, 57 ) ;
80 oItem = menu.AddItem( 'Row' , FCKLang.RowCM ) ;
[all …]
Dfcktoolbarset.js95 FCK.IECleanup.AddItem( eToolbarTarget, FCKToolbarSet_Target_Cleanup ) ;
177 FCK.IECleanup.AddItem( this, FCKToolbarSet_Cleanup ) ;
264 oToolbar.AddItem( oItem ) ;
Dfckconfig.js147 FCKConfig.Plugins.Items.AddItem( [name, langs, path] ) ;
170 this.RegexEntries.AddItem( regexPattern ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfcktoolbar.js30 FCK.IECleanup.AddItem( this, FCKToolbar_Cleanup ) ;
33 FCKToolbar.prototype.AddItem = function( item ) method in FCKToolbar
47 return this.AddItem( oButton ) ;
60 this.AddItem( new FCKToolbarSeparator() ) ;
Dfckmenuitem.js37 FCK.IECleanup.AddItem( this, FCKMenuItem_Cleanup ) ;
41 FCKMenuItem.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled ) method in FCKMenuItem
44 return this.SubMenu.AddItem( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled ) ;
Dfcktoolbarstylecombo.js69 oItem = targetSpecialCombo.AddItem( s, s ) ;
71 oItem = targetSpecialCombo.AddItem( s, oStyle.GetOpenerTag() + s + oStyle.GetCloserTag() ) ;
Dfckcontextmenu.js52 FCKContextMenu.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabl… method in FCKContextMenu
54 var oItem = this._MenuBlock.AddItem( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled) ;
Dfckmenublock.js35 FCKMenuBlock.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled… method in FCKMenuBlock
69 FCK.IECleanup.AddItem( this, FCKMenuBlock_Cleanup ) ;
Dfckiecleanup.js39 FCKIECleanup.prototype.AddItem = function( dirtyItem, cleanupFunction ) method in FCKIECleanup
Dfcktoolbarfontscombo.js46 …this._Combo.AddItem( aFonts[i], '<font face="' + aFonts[i] + '" style="font-size: 12px">' + aFonts…
Dfcktoolbarfontsizecombo.js50 …this._Combo.AddItem( aSizeParts[0], '<font size="' + aSizeParts[0] + '">' + aSizeParts[1] + '</fon…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfcktoolbar.js30 FCKToolbar.prototype.AddItem = function( item ) method in FCKToolbar
44 return this.AddItem( oButton ) ;
57 this.AddItem( new FCKToolbarSeparator() ) ;
Dfckmenuitem.js37 FCK.IECleanup.AddItem( this, FCKMenuItem_Cleanup ) ;
41 FCKMenuItem.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled ) method in FCKMenuItem
44 return this.SubMenu.AddItem( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled ) ;
Dfckmenublock.js35 FCKMenuBlock.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled… method in FCKMenuBlock
69 FCK.IECleanup.AddItem( this, FCKMenuBlock_Cleanup ) ;
Dfckcontextmenu.js59 FCKContextMenu.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabl… method in FCKContextMenu
61 var oItem = this._MenuBlock.AddItem( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled) ;
Dfckiecleanup.js39 FCKIECleanup.prototype.AddItem = function( dirtyItem, cleanupFunction ) method in FCKIECleanup
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js26 … i=0;i<A.length;i++){C=C.replace(A[i],B[i]);};return C;};Array.prototype.AddItem=function(A){var i… method in Array
43 …ppendSpecialItem=function(A){return '___FCKsi___'+FCKXHtml.SpecialBlocks.AddItem(A);};FCKXHtml._Ap…
45 …=function(A,B,C,D){return B+'___FCKpd___'+FCKCodeFormatter.ProtectedData.AddItem(C)+D;};FCKCodeFor…
47 …ion(A){this.TargetElement=A;this.Mode=0;if (FCK.IECleanup) FCK.IECleanup.AddItem(this,FCKEditingAr…
56 …_Items=[];FCKDocumentProcessor.AppendNew=function(){var A={};this._Items.AddItem(A);return A;};FCK…
75 …_Window.createPopup();B=this.Document=this._Popup.document;FCK.IECleanup.AddItem(this,FCKPanel_Cle…
77 …his.State=F||0;this.Icon=new FCKIcon(D);if (FCK.IECleanup) FCK.IECleanup.AddItem(this,FCKToolbarBu…
79AddItem(this,FCKSpecialCombo_Cleanup);};function FCKSpecialCombo_ItemOnMouseOver(){this.className+… method in FCKSpecialCombo
81 …=FCKConfig.FontNames.split(';');for (var i=0;i<B.length;i++) this._Combo.AddItem(B[i],'<font face=…
82 …plit(';');for (var i=0;i<B.length;i++){var C=B[i].split('/');this._Combo.AddItem(C[0],'<font size=…
[all …]
Dfckeditorcode_ie.js26 … i=0;i<A.length;i++){C=C.replace(A[i],B[i]);};return C;};Array.prototype.AddItem=function(A){var i… method in Array
27 …entListenerEx(A,'unload',FCKIECleanup_Cleanup);}};FCKIECleanup.prototype.AddItem=function(A,B){thi… method in FCKIECleanup
37 …apply(o.Source,[ev].concat(o.Params));};if (FCK.IECleanup) FCK.IECleanup.AddItem(null,function() {…
44 …ppendSpecialItem=function(A){return '___FCKsi___'+FCKXHtml.SpecialBlocks.AddItem(A);};FCKXHtml._Ap…
46 …=function(A,B,C,D){return B+'___FCKpd___'+FCKCodeFormatter.ProtectedData.AddItem(C)+D;};FCKCodeFor…
48 …ion(A){this.TargetElement=A;this.Mode=0;if (FCK.IECleanup) FCK.IECleanup.AddItem(this,FCKEditingAr…
57 …_Items=[];FCKDocumentProcessor.AppendNew=function(){var A={};this._Items.AddItem(A);return A;};FCK…
76 …_Window.createPopup();B=this.Document=this._Popup.document;FCK.IECleanup.AddItem(this,FCKPanel_Cle…
78 …his.State=F||0;this.Icon=new FCKIcon(D);if (FCK.IECleanup) FCK.IECleanup.AddItem(this,FCKToolbarBu…
80AddItem(this,FCKSpecialCombo_Cleanup);};function FCKSpecialCombo_ItemOnMouseOver(){this.className+… method in FCKSpecialCombo
[all …]
/plugin/wysiwyg/fckeditor/_samples/_plugins/samples/
Dfckplugin.js68 contextMenu.AddItem( 'OpenImage', 'Open image in a new window (Custom)' ) ;
/plugin/grensladawritezor/fckeditor/_samples/_plugins/samples/
Dfckplugin.js68 contextMenu.AddItem( 'OpenImage', 'Open image in a new window (Custom)' ) ;
/plugin/fckg/fckeditor/editor/plugins/paradelete/
Dfckplugin.js23 menu.AddItem( 'Delete_P', FCKLang.ParagraphToBreak, oDelPara.IconPath) ;
/plugin/fckg/fckeditor/editor/plugins/signature/
Dfckplugin.js19 menu.AddItem( 'InsertSignature', FCKLang.DokuwikiSignature, oInsertSignature.IconPath) ;

12