| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fck_contextmenu.js | 57 …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 …]
|
| D | fcktoolbarset.js | 106 FCK.IECleanup.AddItem( eToolbarTarget, FCKToolbarSet_Target_Cleanup ) ; 188 FCK.IECleanup.AddItem( this, FCKToolbarSet_Cleanup ) ; 280 oToolbar.AddItem( oItem ) ;
|
| D | fckconfig.js | 156 FCKConfig.Plugins.Items.AddItem( [name, langs, path] ) ; 185 this.RegexEntries.AddItem( regexPattern ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fck_contextmenu.js | 56 …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 …]
|
| D | fcktoolbarset.js | 95 FCK.IECleanup.AddItem( eToolbarTarget, FCKToolbarSet_Target_Cleanup ) ; 177 FCK.IECleanup.AddItem( this, FCKToolbarSet_Cleanup ) ; 264 oToolbar.AddItem( oItem ) ;
|
| D | fckconfig.js | 147 FCKConfig.Plugins.Items.AddItem( [name, langs, path] ) ; 170 this.RegexEntries.AddItem( regexPattern ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fcktoolbar.js | 30 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() ) ;
|
| D | fckmenuitem.js | 37 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 ) ;
|
| D | fcktoolbarstylecombo.js | 69 oItem = targetSpecialCombo.AddItem( s, s ) ; 71 oItem = targetSpecialCombo.AddItem( s, oStyle.GetOpenerTag() + s + oStyle.GetCloserTag() ) ;
|
| D | fckcontextmenu.js | 52 FCKContextMenu.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabl… method in FCKContextMenu 54 var oItem = this._MenuBlock.AddItem( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled) ;
|
| D | fckmenublock.js | 35 FCKMenuBlock.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled… method in FCKMenuBlock 69 FCK.IECleanup.AddItem( this, FCKMenuBlock_Cleanup ) ;
|
| D | fckiecleanup.js | 39 FCKIECleanup.prototype.AddItem = function( dirtyItem, cleanupFunction ) method in FCKIECleanup
|
| D | fcktoolbarfontscombo.js | 46 …this._Combo.AddItem( aFonts[i], '<font face="' + aFonts[i] + '" style="font-size: 12px">' + aFonts…
|
| D | fcktoolbarfontsizecombo.js | 50 …this._Combo.AddItem( aSizeParts[0], '<font size="' + aSizeParts[0] + '">' + aSizeParts[1] + '</fon…
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fcktoolbar.js | 30 FCKToolbar.prototype.AddItem = function( item ) method in FCKToolbar 44 return this.AddItem( oButton ) ; 57 this.AddItem( new FCKToolbarSeparator() ) ;
|
| D | fckmenuitem.js | 37 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 ) ;
|
| D | fckmenublock.js | 35 FCKMenuBlock.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled… method in FCKMenuBlock 69 FCK.IECleanup.AddItem( this, FCKMenuBlock_Cleanup ) ;
|
| D | fckcontextmenu.js | 59 FCKContextMenu.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabl… method in FCKContextMenu 61 var oItem = this._MenuBlock.AddItem( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled) ;
|
| D | fckiecleanup.js | 39 FCKIECleanup.prototype.AddItem = function( dirtyItem, cleanupFunction ) method in FCKIECleanup
|
| /plugin/grensladawritezor/fckeditor/editor/js/ |
| D | fckeditorcode_gecko.js | 26 … 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… 79 …AddItem(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 …]
|
| D | fckeditorcode_ie.js | 26 … 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… 80 …AddItem(this,FCKSpecialCombo_Cleanup);};function FCKSpecialCombo_ItemOnMouseOver(){this.className+… method in FCKSpecialCombo [all …]
|
| /plugin/wysiwyg/fckeditor/_samples/_plugins/samples/ |
| D | fckplugin.js | 68 contextMenu.AddItem( 'OpenImage', 'Open image in a new window (Custom)' ) ;
|
| /plugin/grensladawritezor/fckeditor/_samples/_plugins/samples/ |
| D | fckplugin.js | 68 contextMenu.AddItem( 'OpenImage', 'Open image in a new window (Custom)' ) ;
|
| /plugin/fckg/fckeditor/editor/plugins/paradelete/ |
| D | fckplugin.js | 23 menu.AddItem( 'Delete_P', FCKLang.ParagraphToBreak, oDelPara.IconPath) ;
|
| /plugin/fckg/fckeditor/editor/plugins/signature/ |
| D | fckplugin.js | 19 menu.AddItem( 'InsertSignature', FCKLang.DokuwikiSignature, oInsertSignature.IconPath) ;
|