Re: Firefox javascript API reference is available where? Function exists: BrowserCloseOtherTabs()

Steffen Wilberg <[email protected]> Sun, 24 Apr 2005 17:33:37 +0200
Newsgroups gmane.comp.mozilla.documentation
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Mike wrote:
> But in Firefox BrowserCloseOtherTabs() does not exist.
> Anybody know the function I'm looking for?
tabbrowser.xml has the method "removeAllTabsBut", with the current tab 
as a parameter.

> Or a reference where I could find it.
> Or an example?
> Or a search engine that could find it?
> (yes, I'm a little frustrated)
lxr is your friend:
http://lxr.mozilla.org/seamonkey/
http://lxr.mozilla.org/seamonkey/search?string=removeAllTabsBut
http://lxr.mozilla.org/seamonkey/source/toolkit/content/widgets/tabbrowser.xml#1080

Steffen