Internet Technologies:hrf

HTMLInputElement() Professional

Super class

HTMLElement()

Class function

HTMLInputElement() 

Reflected HTML tag

<input> 

Instantiation

:new( [<oParent>]        , ; 
[<cHTMLTag>]       , ; 
[<cHTMLAttributes>], ; 
[<cHTMLContent>]   , ; 
[<lHasEndTag>]       ) --> oHTMLInputElement 

Instance variables reflecting tag attributes

:accept             | Character       
:accessKey          | Character       
:align              | Character       
:alt                | Character       
:checked            | Logical         
:defaultChecked     | Logical         
:defaultValue       | Character       
:disabled           | Logical         
:form               | oHTMLFormElement   READONLY 
:maxLength          | Numeric         
:name               | Character       
:_readOnly          | Logical         
:size               | Character       
:src                | Character       
:tabIndex           | Numeric         
:type               | Character          READONLY 
:useMap             | Character       
:value              | Character       

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.