Home
last modified time | relevance | path

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

12

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js45 FCKDialogCommand.prototype.GetState = function() method in FCKDialogCommand
64 FCKUndefinedCommand.prototype.GetState = function() method in FCKUndefinedCommand
80 GetState : function() method in FCKFormatBlockCommand
95 GetState : FCKFormatBlockCommand.prototype.GetState property in FCKFontNameCommand
106 GetState : FCKFormatBlockCommand.prototype.GetState property in FCKFontSizeCommand
120 FCKPreviewCommand.prototype.GetState = function() method in FCKPreviewCommand
152 FCKSaveCommand.prototype.GetState = function() method in FCKSaveCommand
171 FCKNewPageCommand.prototype.GetState = function() method in FCKNewPageCommand
194 FCKSourceCommand.prototype.GetState = function() method in FCKSourceCommand
210 FCKUndoCommand.prototype.GetState = function() method in FCKUndoCommand
[all …]
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 )
Dfckjustifycommands.js95 var currentState = this.GetState() ;
149 GetState : function() method in FCKJustifyCommand
Dfckpasteplaintextcommand.js35 FCKPastePlainTextCommand.prototype.GetState = function() method in FCKPastePlainTextCommand
Dfckpastewordcommand.js34 FCKPasteWordCommand.prototype.GetState = function() method in FCKPasteWordCommand
Dfckspellcheckcommand_gecko.js36 FCKSpellCheckCommand.prototype.GetState = function() method in FCKSpellCheckCommand
Dfcknamedcommand.js34 FCKNamedCommand.prototype.GetState = function() method in FCKNamedCommand
Dfckremoveformatcommand.js41 GetState : function() method in FCKRemoveFormatCommand
Dfckcorestylecommand.js50 GetState : function() method in FCKCoreStyleCommand
Dfckstylecommand.js46 GetState : function() method in FCKStyleCommand
Dfckspellcheckcommand_ie.js64 FCKSpellCheckCommand.prototype.GetState = function() method in FCKSpellCheckCommand
Dfckblockquotecommand.js34 var state = this.GetState() ;
174 GetState : function() method in FCKBlockQuoteCommand
/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js45 FCKDialogCommand.prototype.GetState = function() method in FCKDialogCommand
64 FCKUndefinedCommand.prototype.GetState = function() method in FCKUndefinedCommand
85 FCKFontNameCommand.prototype.GetState = function() method in FCKFontNameCommand
109 FCKFontSizeCommand.prototype.GetState = function() method in FCKFontSizeCommand
130 FCKFormatBlockCommand.prototype.GetState = function() method in FCKFormatBlockCommand
146 FCKPreviewCommand.prototype.GetState = function() method in FCKPreviewCommand
173 FCKSaveCommand.prototype.GetState = function() method in FCKSaveCommand
191 FCKNewPageCommand.prototype.GetState = function() method in FCKNewPageCommand
214 FCKSourceCommand.prototype.GetState = function() method in FCKSourceCommand
233 FCKUndoCommand.prototype.GetState = function() method in FCKUndoCommand
[all …]
Dfckpasteplaintextcommand.js35 FCKPastePlainTextCommand.prototype.GetState = function() method in FCKPastePlainTextCommand
Dfckpastewordcommand.js34 FCKPasteWordCommand.prototype.GetState = function() method in FCKPasteWordCommand
Dfcknamedcommand.js34 FCKNamedCommand.prototype.GetState = function() method in FCKNamedCommand
Dfckspellcheckcommand_gecko.js36 FCKSpellCheckCommand.prototype.GetState = function() method in FCKSpellCheckCommand
Dfcktablecommand.js68 FCKTableCommand.prototype.GetState = function() method in FCKTableCommand
Dfckspellcheckcommand_ie.js64 FCKSpellCheckCommand.prototype.GetState = function() method in FCKSpellCheckCommand
/plugin/wysiwyg/fckeditor/editor/_source/internals/
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/grensladawritezor/fckeditor/editor/_source/internals/
Dfck_contextmenu.js56 …menu.AddItem( 'Cut' , FCKLang.Cut , 7, FCKCommands.GetCommand( 'Cut' ).GetState() == FCK_TRISTATE…
57 …menu.AddItem( 'Copy' , FCKLang.Copy , 8, FCKCommands.GetCommand( 'Copy' ).GetState() == FCK_TRISTA…
58 …menu.AddItem( 'Paste' , FCKLang.Paste , 9, FCKCommands.GetCommand( 'Paste' ).GetState() == FCK_TRI…
/plugin/wysiwyg/fckeditor/_samples/_plugins/samples/
Dfckplugin.js49 oMyCMCommand.GetState = function() class
/plugin/grensladawritezor/fckeditor/_samples/_plugins/samples/
Dfckplugin.js49 oMyCMCommand.GetState = function() class
/plugin/fckg/fckeditor/editor/plugins/paradelete/
Dfckplugin.js45 FCKParagraphToLineBreak.prototype.GetState = function() method in FCKParagraphToLineBreak
/plugin/fckg/fckeditor/editor/plugins/signature/
Dfckplugin.js43 FCKInsertSignature.prototype.GetState = function() method in FCKInsertSignature

12