| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- select
- setSelectionRange
void setSelectionRange(
in long start,
in long end);
Member Data
- accessKey
- autofocus
- cols
- defaultValue
- disabled
- form
- name
- readOnly
- rows
- selectionEnd
- selectionStart
- type
- value
- willValidate
attribute DOMString accessKey;
attribute boolean autofocus;
attribute DOMString defaultValue;
attribute boolean disabled;
attribute DOMString name;
attribute boolean readOnly;
attribute long selectionEnd;
attribute long selectionStart;
readonly attribute DOMString type;
attribute DOMString value;
readonly attribute boolean willValidate;
Last Updated: 2009-05-29