HTMLOptionsCollection
This is a scriptable interface corresponding to the following XPCOM interfaces:
Properties
readonly PRInt32 clientHeight
readonly PRInt32 clientWidth
String innerHTML
readonly int length
readonly PRInt32 offsetHeight
readonly PRInt32 offsetLeft
readonly Element offsetParent
readonly PRInt32 offsetTop
readonly PRInt32 offsetWidth
readonly PRInt32 scrollHeight
PRInt32 scrollLeft
PRInt32 scrollTop
readonly PRInt32 scrollWidth
PRInt32 tabIndex
Methods
void blur ( )
void focus ( )
Node item ( int index )
Node namedItem ( String name )
void scrollIntoView ( boolean top )
Node item ( int index )
- Arguments:
- index
Node namedItem ( String name )
- Arguments:
- name
Reference documentation is generated from Mozilla's source.
