Lines Matching refs:Execute

31 …ctAll','Cut')) return false;};var C=FCK.Commands.GetCommand(B);return (C.Execute.apply(C,FCKTools.…
68 var FCKNamedCommand=function(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.Exec… method in FCKNamedCommand
69 var FCKStyleCommand=function(){};FCKStyleCommand.prototype={Name:'Style',Execute:function(A,B){FCKU… method in FCKStyleCommand
70Execute=function(){FCKDialog.OpenDialog('FCKDialog_'+this.Name,this.Title,this.Url,this.Width,this… property in FCKFontSizeCommand
71Execute=function(){var A=this.GetState();if (A==-1) return;var B=FCK.EditorDocument.body;if (A==1)… method in FCKShowBlockCommand
72 …FCKConfig.SpellChecker=='SpellerPages');};FCKSpellCheckCommand.prototype.Execute=function(){FCKDia… method in FCKSpellCheckCommand
73 …ableSelection(this._Panel.Document.body);};FCKTextColorCommand.prototype.Execute=function(A,B,C){t… method in FCKTextColorCommand
74 …nd=function(){this.Name='PasteText';};FCKPastePlainTextCommand.prototype.Execute=function(){FCK.Pa… method in FCKPastePlainTextCommand
75 var FCKPasteWordCommand=function(){this.Name='PasteWord';};FCKPasteWordCommand.prototype.Execute=fu… method in FCKPasteWordCommand
76 var FCKTableCommand=function(A){this.Name=A;};FCKTableCommand.prototype.Execute=function(){FCKUndo.… method in FCKTableCommand
77 var FCKFitWindow=function(){this.Name='FitWindow';};FCKFitWindow.prototype.Execute=function(){var A… method in FCKFitWindow
78 …Node;};if (B&&B.nodeName.IEquals(this.TagName)) return 1;else return 0;},Execute:function(){FCKUnd… method in FCKListCommand
79 …ll;return FCKJustifyCommand._ClassRegex=A;};FCKJustifyCommand.prototype={Execute:function(){FCKUnd… method in FCKJustifyCommand
80 …|\\s)');}else this._UseIndentClasses=false;};FCKIndentCommand.prototype={Execute:function(){FCKUnd… method in FCKIndentCommand
81 var FCKBlockQuoteCommand=function(){};FCKBlockQuoteCommand.prototype={Execute:function(){FCKUndo.Sa… method in FCKBlockQuoteCommand
82 …tyleName,this._OnStyleStateChange,this);};FCKCoreStyleCommand.prototype={Execute:function(){FCKUnd… method in FCKCoreStyleCommand
83 …=function(){this.Name='RemoveFormat';};FCKRemoveFormatCommand.prototype={Execute:function(){FCKSty… method in FCKRemoveFormatCommand
88 …||this;FCK.ToolbarSet.CurrentInstance.Commands.GetCommand(A.CommandName).Execute();};FCKToolbarBut…
90 …,B){FCK.ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName).Execute(A,B);};FCKToolbar…
95 …)+'px';FCK.ToolbarSet.CurrentInstance.Commands.GetCommand(B.CommandName).Execute(0,e.offsetHeight-…
106 …);};function FCK_ContextMenu_OnItemClick(A){FCK.Focus();FCKCommands.GetCommand(A.Name).Execute();};