|
|
|
|
|
window.controllers
Returns the XUL controllers of the chrome window.
Syntax
controllers = window.controllersParameters
controllers is an array of objects of the type XUL Controllers.
Example
<script> function con() { alert(window.controllers); } </script> // displays: [object XULControllers]
Notes
Specification
DOM Level 0. Not part of specification.
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|