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