/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fck_othercommands.js | 45 FCKDialogCommand.prototype.GetState = function() method in FCKDialogCommand 80 GetState : function() method in FCKFormatBlockCommand 95 GetState : FCKFormatBlockCommand.prototype.GetState property in FCKFontNameCommand 106 GetState : FCKFormatBlockCommand.prototype.GetState property in FCKFontSizeCommand 152 FCKSaveCommand.prototype.GetState = function() method in FCKSaveCommand 210 FCKUndoCommand.prototype.GetState = function() method in FCKUndoCommand 226 FCKRedoCommand.prototype.GetState = function() method in FCKRedoCommand 350 GetState : function() method in FCKPasteCommand 370 GetState : function() method in FCKRuleCommand 389 GetState : function() method in FCKCopyCommand [all …]
|
H A D | fckshowblocks.js | 35 var state = this.GetState() ; 50 FCKShowBlockCommand.prototype.GetState = function() method in FCKShowBlockCommand 69 this._SavedState = this.GetState() ; 74 if ( this._SavedState != null && this.GetState() != this._SavedState )
|
H A D | fckjustifycommands.js | 95 var currentState = this.GetState() ; 149 GetState : function() method in FCKJustifyCommand
|
H A D | fckpasteplaintextcommand.js | 35 FCKPastePlainTextCommand.prototype.GetState = function() method in FCKPastePlainTextCommand
|
H A D | fckpastewordcommand.js | 34 FCKPasteWordCommand.prototype.GetState = function() method in FCKPasteWordCommand
|
H A D | fckspellcheckcommand_gecko.js | 36 FCKSpellCheckCommand.prototype.GetState = function() method in FCKSpellCheckCommand
|
H A D | fcknamedcommand.js | 34 FCKNamedCommand.prototype.GetState = function() method in FCKNamedCommand
|
H A D | fckremoveformatcommand.js | 41 GetState : function() method in FCKRemoveFormatCommand
|
H A D | fckcorestylecommand.js | 50 GetState : function() method in FCKCoreStyleCommand
|
H A D | fckstylecommand.js | 46 GetState : function() method in FCKStyleCommand
|
H A D | fckspellcheckcommand_ie.js | 64 FCKSpellCheckCommand.prototype.GetState = function() method in FCKSpellCheckCommand
|
H A D | fckblockquotecommand.js | 34 var state = this.GetState() ; 174 GetState : function() method in FCKBlockQuoteCommand
|
H A D | fcktablecommand.js | 78 FCKTableCommand.prototype.GetState = function() method in FCKTableCommand
|
H A D | fckfitwindow.js | 164 FCKFitWindow.prototype.GetState = function() method in FCKFitWindow
|
H A D | fcklistcommands.js | 32 GetState : function() method in FCKListCommand 61 var state = this.GetState() ;
|
H A D | fcktextcolorcommand.js | 72 FCKTextColorCommand.prototype.GetState = function() method in FCKTextColorCommand
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A 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… 78 FCKCommands.GetCommand( 'TableMergeCells' ).GetState() == FCK_TRISTATE_DISABLED ) ; 82 FCKCommands.GetCommand( 'TableMergeRight' ).GetState() == FCK_TRISTATE_DISABLED ) ; 84 FCKCommands.GetCommand( 'TableMergeDown' ).GetState() == FCK_TRISTATE_DISABLED ) ; 87 FCKCommands.GetCommand( 'TableHorizontalSplitCell' ).GetState() == FCK_TRISTATE_DISABLED ) ; 89 FCKCommands.GetCommand( 'TableVerticalSplitCell' ).GetState() == FCK_TRISTATE_DISABLED ) ; 92 FCKCommands.GetCommand( 'TableCellProp' ).GetState() == FCK_TRISTATE_DISABLED ) ;
|
/plugin/wysiwyg/fckeditor/_samples/_plugins/samples/ |
H A D | fckplugin.js | 49 oMyCMCommand.GetState = function() function
|
/plugin/fckg/fckeditor/editor/plugins/paradelete/ |
H A D | fckplugin.js | 45 FCKParagraphToLineBreak.prototype.GetState = function() method in FCKParagraphToLineBreak
|
/plugin/fckg/fckeditor/editor/plugins/signature/ |
H A D | fckplugin.js | 43 FCKInsertSignature.prototype.GetState = function() method in FCKInsertSignature
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fcktoolbarbutton.js | 52 var eState = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).GetState() ;
|
H A D | fcktoolbarspecialcombo.js | 86 var sValue = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).GetState() ;
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 69 …nction(){FCK.ExecuteNamedCommand(this.Name);};FCKNamedCommand.prototype.GetState=function(){return… method in FCKNamedCommand 70 ….SaveUndoStep();FCK.Focus();FCK.Events.FireEvent('OnSelectionChange');},GetState:function(){if (!F… method in FCKStyleCommand 71 …GetState=function(){if (this.GetStateFunction) return this.GetStateFunction(this.GetStateParam);el… method in FCKAnchorDeleteCommand 72 …GetState();if (A==-1) return;var B=FCK.EditorDocument.body;if (A==1) B.className=B.className.repla… method in FCKShowBlockCommand 73 …Spell: '+e.message+' ('+e.number+')');}};FCKSpellCheckCommand.prototype.GetState=function(){return… method in FCKSpellCheckCommand 75 …=function(){FCK.PasteAsPlainText();};FCKPastePlainTextCommand.prototype.GetState=function(){return… method in FCKPastePlainTextCommand 76 ….Execute=function(){FCK.PasteFromWord();};FCKPasteWordCommand.prototype.GetState=function(){if (FC… method in FCKPasteWordCommand 80 …GetState();if (B==-1) return;var C=A.CreateBookmark();var D=this._CssClassName;var E=new FCKDomRan… method in FCKJustifyCommand 83 …this.StyleName);FCK.Focus();FCK.Events.FireEvent('OnSelectionChange');},GetState:function(){return… method in FCKCoreStyleCommand 84 …les.RemoveAll();FCK.Focus();FCK.Events.FireEvent('OnSelectionChange');},GetState:function(){return… method in FCKRemoveFormatCommand [all …]
|
H A D | fckeditorcode_gecko.js | 68 …nction(){FCK.ExecuteNamedCommand(this.Name);};FCKNamedCommand.prototype.GetState=function(){return… method in FCKNamedCommand 69 ….SaveUndoStep();FCK.Focus();FCK.Events.FireEvent('OnSelectionChange');},GetState:function(){if (!F… method in FCKStyleCommand 70 …GetState=function(){if (this.GetStateFunction) return this.GetStateFunction(this.GetStateParam);el… method in FCKSourceCommand 71 …GetState();if (A==-1) return;var B=FCK.EditorDocument.body;if (A==1) B.className=B.className.repla… method in FCKShowBlockCommand 72 …dialog/fck_spellerpages.html',440,480);};FCKSpellCheckCommand.prototype.GetState=function(){return… method in FCKSpellCheckCommand 74 …=function(){FCK.PasteAsPlainText();};FCKPastePlainTextCommand.prototype.GetState=function(){return… method in FCKPastePlainTextCommand 75 ….Execute=function(){FCK.PasteFromWord();};FCKPasteWordCommand.prototype.GetState=function(){if (FC… method in FCKPasteWordCommand 79 …GetState();if (B==-1) return;var C=A.CreateBookmark();var D=this._CssClassName;var E=new FCKDomRan… method in FCKJustifyCommand 82 …this.StyleName);FCK.Focus();FCK.Events.FireEvent('OnSelectionChange');},GetState:function(){return… method in FCKCoreStyleCommand 83 …les.RemoveAll();FCK.Focus();FCK.Events.FireEvent('OnSelectionChange');},GetState:function(){return… method in FCKRemoveFormatCommand [all …]
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 79 …nction(){FCK.ExecuteNamedCommand(this.Name);};FCKNamedCommand.prototype.GetState=function(){if (FC… method in FCKNamedCommand 80 ….SaveUndoStep();FCK.Focus();FCK.Events.FireEvent('OnSelectionChange');},GetState:function(){if (FC… method in FCKStyleCommand 81 …GetState=function(){if (this.GetStateFunction) return this.GetStateFunction(this.GetStateParam);el… method in FCKVisitLinkCommand 82 …GetState();if (A==-1) return;var B=FCK.EditorDocument.body;if (A==1) B.className=B.className.repla… method in FCKShowBlockCommand 83 …','Spell Check','wsc/w.html',530,480);}};FCKSpellCheckCommand.prototype.GetState=function(){if (FC… method in FCKSpellCheckCommand 85 …=function(){FCK.PasteAsPlainText();};FCKPastePlainTextCommand.prototype.GetState=function(){if (FC… method in FCKPastePlainTextCommand 86 ….Execute=function(){FCK.PasteFromWord();};FCKPasteWordCommand.prototype.GetState=function(){if (FC… method in FCKPasteWordCommand 90 …GetState();if (B==-1) return;var C=A.CreateBookmark();var D=this._CssClassName;var E=new FCKDomRan… method in FCKJustifyCommand 93 …this.StyleName);FCK.Focus();FCK.Events.FireEvent('OnSelectionChange');},GetState:function(){if (FC… method in FCKCoreStyleCommand 94 …les.RemoveAll();FCK.Focus();FCK.Events.FireEvent('OnSelectionChange');},GetState:function(){return… method in FCKRemoveFormatCommand [all …]
|