| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- click
- select
- setSelectionRange
void setSelectionRange(
in long start,
in long end);
Member Data
- accept
- accessKey
- align
- alt
- autofocus
- boolean
- checked
- defaultChecked
- defaultValue
- disabled
- files
- form
- indeterminate
- maxLength
- name
- placeholder
- readOnly
- selectionEnd
- selectionStart
- size
- src
- type
- useMap
- value
- willValidate
attribute DOMString accept;
attribute DOMString accessKey;
attribute DOMString align;
attribute boolean autofocus;
attribute boolean multiple;
attribute boolean checked;
attribute boolean defaultChecked;
attribute DOMString defaultValue;
attribute boolean disabled;
attribute boolean indeterminate;
attribute long maxLength;
attribute DOMString name;
attribute DOMString placeholder;
attribute boolean readOnly;
attribute long selectionEnd;
attribute long selectionStart;
attribute unsigned long size;
attribute DOMString type;
attribute DOMString useMap;
attribute DOMString value;
readonly attribute boolean willValidate;
Last Updated: 2009-05-29