HTMLInputElement

Module:
html
Inherits from:
Declared In:

Overview

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



Functions

click
select
setSelectionRange

click


void click(); 


select


void 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

accept


attribute DOMString accept; 


accessKey


attribute DOMString accessKey; 


align


attribute DOMString align; 


alt


attribute DOMString alt; 


autofocus


attribute boolean autofocus; 


boolean


attribute boolean multiple; 


checked


attribute boolean checked; 


defaultChecked


attribute boolean defaultChecked; 


defaultValue


attribute DOMString defaultValue; 


disabled


attribute boolean disabled; 


files


readonly attribute FileList files; 


form


readonly attribute HTMLFormElement form; 


indeterminate


attribute boolean indeterminate; 


maxLength


attribute long maxLength; 


name


attribute DOMString name; 


placeholder


attribute DOMString placeholder; 


readOnly


attribute boolean readOnly; 


selectionEnd


attribute long selectionEnd; 


selectionStart


attribute long selectionStart; 


size


attribute unsigned long size; 


src


attribute DOMString src; 


type


attribute DOMString type; 


useMap


attribute DOMString useMap; 


value


attribute DOMString value; 


willValidate


readonly attribute boolean willValidate; 

 

Last Updated: 2009-05-29