HTMLButtonElement() Professional
Super class
Class function
HTMLButtonElement()
Reflected HTML tag
<button> </button>
Instantiation
:new( [<oParent>] , ;
[<cHTMLTag>] , ;
[<cHTMLAttributes>], ;
[<cHTMLContent>] ) --> oHTMLButtonElement
Instance variables reflecting tag attributes
:accessKey | Character
:disabled | Logical
:form | oHTMLFormElement READONLY
:name | Character
:tabIndex | Numeric
:type | Character READONLY
:value | Character
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.