This article covers features introduced in SeaMonkey 2
The smileIWindow
interface represents a browser window. smileIWindow
is defined in http://mxr.mozilla.org/comm-central/source/suite/smile/public/smileIApplication.idl.
Implemented via XPCOM service for extIApplication
: see the instructions on the FUEL (Firefox), STEEL (Thunderbird) and SMILE (SeaMonkey) pages.
Method overview
smileIBrowserTab open(in nsIURI aURI); |
Attributes
The events object for the browser window. Supports: "TabOpen", "TabClose", "TabMove", "TabSelect"Attribute | Type | Description |
tabs | readonly attribute nsIVariant | A collection of browser tabs within the browser window. |
activeTab | readonly attribute smileIBrowserTab | The currently-active tab within the browser window. |
events | readonly attribute extIEvents |
Methods
open()
Open a new browser tab, pointing to the specified URI.
smileIBrowserTab open(in nsIURI aURI);
Parameters
aURI
- The uri to open the browser tab to