| Home | Top | Web development | JavaScript Editor | ![]() | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Returns a Boolean value that indicates whether the current command is supported on the current range.
Syntax
bSupported = object.queryCommandSupported( sCmdID )Parameters
| sCmdID | Required. String that specifies a command identifier . |
Return Value
Boolean that returns one of the following possible values:
| true | The command is supported. |
| false | The command is not supported. |
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. |