Lines Matching refs:GetState

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
71GetState=function(){if (this.GetStateFunction) return this.GetStateFunction(this.GetStateParam);el… property in FCKFontSizeCommand
72GetState();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
74 …K.Events.FireEvent('OnSelectionChange');};FCKTextColorCommand.prototype.GetState=function(){return… method in FCKTextColorCommand
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
77 …g.UnknownCommand.replace(/%1/g,this.Name));}};FCKTableCommand.prototype.GetState=function(){if (FC… method in FCKTableCommand
78 …=0) FCK.EditingArea.MakeEditable();FCK.Focus();};FCKFitWindow.prototype.GetState=function(){if (FC… method in FCKFitWindow
79GetState:function(){if (FCK.EditMode!=0||!FCK.EditorWindow) return -1;var A=FCKSelection.GetBounda… method in FCKListCommand
80GetState();if (B==-1) return;var C=A.CreateBookmark();var D=this._CssClassName;var E=new FCKDomRan… method in FCKJustifyCommand
81 …k(B);A.Select();FCK.Focus();FCK.Events.FireEvent('OnSelectionChange');},GetState:function(){if (FC… method in FCKIndentCommand
82GetState();var B=new FCKDomRange(FCK.EditorWindow);B.MoveToSelection();var C=B.CreateBookmark();va… method in FCKBlockQuoteCommand
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
89 … A=FCK.ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName).GetState();if (A==this._UI…
91 … B=FCK.ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName).GetState();if (B!=-1){A=1;…
107GetState()==-1);menu.AddItem('Copy',FCKLang.Copy,8,FCKCommands.GetCommand('Copy').GetState()==-1);…