const classafBounce::SubmitButton
sys::Obj afBounce::Element afBounce::SubmitButton
(HTML Element) Represents a form <input> of type submit.
- click
ButterResponse click()Submits the enclosing form, complete with this button's value.
- disabled
Bool disabledGets and sets the
disabledattribute.- enabled
Bool enabledGets and sets the
disabledattribute (inverted).- makeFromCss
new makeFromCss(Str cssSelector)- name
Str? name()Returns the
nameattribute.- submitForm
ButterResponse submitForm()Submits the enclosing form, complete with this button's value.
- value
Str valueGets and sets the
valueattribute.