Home | Top | Web development | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Returns a Boolean value that indicates the current state of the command.
Syntax
bDone = object.queryCommandState( sCmdID )Parameters
sCmdID | Required. String that specifies a command identifier . |
Return Value
Boolean that returns one of the following possible values:
true | The given command has been executed on the object. |
false | The given command has not been executed on the object. |
Standards Information
There is no public standard that applies to this method.
Applies To
|
document , controlRange , TextRange |
Home | Top | Web development | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |