XULCommandDispatcher
This object is available to unprivileged JavaScript. It implements the following interfaces:
Properties
Element focusedElement
Window focusedWindow
boolean suppressFocusScroll
Methods
void addCommandUpdater ( Element updater , String events , String targets )
void advanceFocus ( )
void advanceFocusIntoSubtree ( Element elt )
nsIController getControllerForCommand ( char* command )
XULControllers getControllers ( )
void removeCommandUpdater ( Element updater )
void rewindFocus ( )
void updateCommands ( String eventName )
void addCommandUpdater ( Element updater , String events , String targets )
- Arguments:
- updater
- events
- targets
void advanceFocusIntoSubtree ( Element elt )
- Arguments:
- elt
nsIController getControllerForCommand ( char* command )
- Arguments:
- command
XULControllers getControllers ( )
void removeCommandUpdater ( Element updater )
- Arguments:
- updater
Reference documentation is generated from Mozilla's source.
