HTMLOptionElement

Module:
html
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

defaultSelected
disabled
form
index
label
selected
text
value

defaultSelected


attribute boolean defaultSelected; 


disabled


attribute boolean disabled; 


form


readonly attribute HTMLFormElement form; 


index


readonly attribute long index; 


label


attribute DOMString label; 


selected


attribute boolean selected; 


text


attribute DOMString text setter raises(DOMException); 


value


attribute DOMString value; 

 

Last Updated: 2009-05-29