
Mozilla::DOM::HTMLSelectElement
Mozilla::DOM::HTMLSelectElement is a wrapper around an instance of Mozilla's nsIDOMHTMLSelectElement interface. This class inherits from HTMLElement.
* The nsIDOMHTMLSelectElement interface is the interface to a [X]HTML * select element. * * For more information on this interface please see * http://www.w3.org/TR/DOM-Level-2-HTML/ * * @status FROZEN

Pass this to QueryInterface.

- $element (Mozilla::DOM::HTMLElement)
- $before (Mozilla::DOM::HTMLElement)
The collection of OPTION elements contained by this element.
$options is a Mozilla::DOM::OptionsCollection.
In list context, returns a list of Mozilla::DOM::HTMLOptionElement.
- $index (integer (long))
- $disabled (boolean)
- $length (integer (long))
- $multiple (boolean)
- $name (string)
- $selectedindex (integer (long))
- $size (integer (long))
- $tabindex (integer (long))
- $value (string)


Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.