Home
last modified time | relevance | path

Searched refs:GetState (Results 1 – 25 of 27) sorted by relevance

12

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js45 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 Dfckshowblocks.js35 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 Dfckjustifycommands.js95 var currentState = this.GetState() ;
149 GetState : function() method in FCKJustifyCommand
H A Dfckpasteplaintextcommand.js35 FCKPastePlainTextCommand.prototype.GetState = function() method in FCKPastePlainTextCommand
H A Dfckpastewordcommand.js34 FCKPasteWordCommand.prototype.GetState = function() method in FCKPasteWordCommand
H A Dfckspellcheckcommand_gecko.js36 FCKSpellCheckCommand.prototype.GetState = function() method in FCKSpellCheckCommand
H A Dfcknamedcommand.js34 FCKNamedCommand.prototype.GetState = function() method in FCKNamedCommand
H A Dfckremoveformatcommand.js41 GetState : function() method in FCKRemoveFormatCommand
H A Dfckcorestylecommand.js50 GetState : function() method in FCKCoreStyleCommand
H A Dfckstylecommand.js46 GetState : function() method in FCKStyleCommand
H A Dfckspellcheckcommand_ie.js64 FCKSpellCheckCommand.prototype.GetState = function() method in FCKSpellCheckCommand
H A Dfckblockquotecommand.js34 var state = this.GetState() ;
174 GetState : function() method in FCKBlockQuoteCommand
H A Dfcktablecommand.js78 FCKTableCommand.prototype.GetState = function() method in FCKTableCommand
H A Dfckfitwindow.js164 FCKFitWindow.prototype.GetState = function() method in FCKFitWindow
H A Dfcklistcommands.js32 GetState : function() method in FCKListCommand
61 var state = this.GetState() ;
H A Dfcktextcolorcommand.js72 FCKTextColorCommand.prototype.GetState = function() method in FCKTextColorCommand
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_contextmenu.js57 …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 Dfckplugin.js49 oMyCMCommand.GetState = function() function
/plugin/fckg/fckeditor/editor/plugins/paradelete/
H A Dfckplugin.js45 FCKParagraphToLineBreak.prototype.GetState = function() method in FCKParagraphToLineBreak
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js43 FCKInsertSignature.prototype.GetState = function() method in FCKInsertSignature
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarbutton.js52 var eState = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).GetState() ;
H A Dfcktoolbarspecialcombo.js86 var sValue = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).GetState() ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js69 …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… method in FCKSourceCommand
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
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
80GetState();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 Dfckeditorcode_gecko.js68 …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 FCKUnlinkCommand
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
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
79GetState();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 Dfckeditorcode_gecko.js79 …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
81GetState=function(){if (this.GetStateFunction) return this.GetStateFunction(this.GetStateParam);el… property in FCKFontNameCommand
82GetState();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
90GetState();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 …]

12