const classafBounce::SubmitButton
sys::Obj afBounce::Element afBounce::SubmitButton
(HTML Element) Represents a form <input> of type submit or image. May also be used for <button> elements of type submit.
- click
- ButterResponse click()- Submits the enclosing form, complete with this button's value. 
- disabled
- Bool disabled- Gets and sets the - disabledattribute.
- enabled
- Bool enabled- Gets and sets the - disabledattribute (inverted).
- makeFromCss
- new makeFromCss(Str cssSelector)
- name
- Str? name()- Returns the - nameattribute.
- value
- Str? value- Gets and sets the - valueattribute. Returns- nullif the value has not been set.