WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIDOMWindowCollection
| IID: | a6cf906f-15b3-11d2-932e-00805f8add32 |
| Inherits From: | nsISupports |
Properties
readonly PRUint32 length
Accessor for the number of windows in this collection.
Methods
nsIDOMWindow item ( PRUint32 index )
nsIDOMWindow namedItem ( DOMString name )
nsIDOMWindow item ( PRUint32 index )
Method for accessing an item in this collection by index.
- Arguments:
- index
nsIDOMWindow namedItem ( DOMString name )
Method for accessing an item in this collection by window name.
- Arguments:
- name
References
This interface is the type of the following properties:
Reference documentation is generated from Mozilla's source.
