Lines Matching refs:GetState

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