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
disabled
attribute.- enabled
Bool enabled
Gets and sets the
disabled
attribute (inverted).- makeFromCss
new makeFromCss(Str cssSelector)
- name
Str? name()
Returns the
name
attribute.- value
Str? value
Gets and sets the
value
attribute. Returnsnull
if the value has not been set.