Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIWebBrowserChromeFocus

Implemented by the same object as nsIEmbeddingSiteWindow. It represents the focus up-calls from Mozilla to the embedding chrome.
Inherits from: nsISupports Last changed in Gecko 1.7

Method overview

void focusNextElement();
void focusPrevElement();

Methods

focusNextElement()

Set the focus at the next focusable element in the chrome.

void focusNextElement();
Parameters

None.

focusPrevElement()

Set the focus at the previous focusable element in the chrome.

void focusPrevElement();
Parameters

None.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, fscholz, trevorh
 Last updated by: Sheppy,