TOC PREV NEXT INDEX

Put your logo here!


window.controllers


Returns the XUL controllers of the chrome window.

Syntax

controllers = window.controllers 

Parameters

controllers is an array of objects of the type XUL Controllers.

Example

<script> 
  function con() { 
    alert(window.controllers); 
  } 
</script> 
// displays: [object XULControllers] 

Notes

None.

Specification

DOM Level 0. Not part of specification. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX