Window.updateCommands()

Summary

Updates the state of commands of the current chrome window (UI).

Syntax

JavaScript
window.updateCommands("sCommandName")

Parameters

  • sCommandName is a particular string which describes what kind of update event this is (e.g. whether we are in bold right now).

Notes

This enables or disables items (setting or clearing the "disabled" attribute on the command node as appropriate), or ensures that the command state reflects the state of the selection by setting current state information in the "state" attribute of the XUL command nodes.

Specification

DOM Level 0. Not part of specification.

 

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/window/updatecommands

API DOM Method sCommandName XUL command nodes