Presentation is loading. Please wait.

Presentation is loading. Please wait.

The HTMLSelectElement class. Attributes and methods of the HTMLSelectElement class Attributes readonly DOMString type ; long selectedIndex ; DOMString.

Similar presentations


Presentation on theme: "The HTMLSelectElement class. Attributes and methods of the HTMLSelectElement class Attributes readonly DOMString type ; long selectedIndex ; DOMString."— Presentation transcript:

1 The HTMLSelectElement class

2 Attributes and methods of the HTMLSelectElement class Attributes readonly DOMString type ; long selectedIndex ; DOMString value ; readonly long length; readonly HTMLFormElement form ; readonly HTMLCollection options ; boolean disabled ; boolean multiple ; DOMString name ; long size ; long tabIndex ; Methods void add(HTMLElement element, HTMLElement before) ; void remove(long index) ; void blur() ; void focus() ;

3 The HTMLOptionElement class

4 Attributes and methods of the HTMLOptionElement class Attributes readonly HTMLFormElement form; boolean defaultSelected; readonly DOMString text; long index; boolean disabled; DOMString label; readonly boolean selected; DOMString value; Methods: None

5 The HTMLTextAreaElement class

6 Attributes and methods of the HTMLTextAreaElement class Attributes DOMString defaultValue; readonly HTMLFormElement form; DOMString accessKey; long cols; boolean disabled; DOMString name; boolean readOnly; long rows; long tabIndex; readonly DOMString type; DOMString value; Methods void blur() ; void focus() ; void select() ;


Download ppt "The HTMLSelectElement class. Attributes and methods of the HTMLSelectElement class Attributes readonly DOMString type ; long selectedIndex ; DOMString."

Similar presentations


Ads by Google