You are here: Reference > JavaScript > client-side > HTML DOM > methods > updateCommands (window)

updateCommands method (window)

Browser support:
Updates the state of the specified commands.
The updateCommands method has no effect in HTML documents, only in XUL documents.

Syntax:

object.updateCommands (commandsName);
You can find the related objects in the Supported by objects section below.

Parameters:

commandsName
Required. String that specifies the name of the commands.

Return value:

This method has no return value.

Supported by objects:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content