Attribute that represents the type of the button.
no subtypes hierarchy
Constructors | |
button | Source Codeshared button The button has no default behavior. It can have client-side scripts associated with the element's events, which are triggered when the events occur. |
reset | Source Codeshared reset The button resets all the controls to their initial values. |
submit | Source Codeshared submit The button submits the form data to the server. This is the default if the attribute is not specified, or if the attribute is dynamically changed to an empty or invalid value. |
Attributes | |
attributeValue | Source Codeshared actual String attributeValue The attribute value. |
Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: AttributeValueProvider |