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

Source

ButterResponse click()

Submits the enclosing form, complete with this button's value.

disabled

Source

Bool disabled

Gets and sets the disabled attribute.

enabled

Source

Bool enabled

Gets and sets the disabled attribute (inverted).

makeFromCss

Source

new makeFromCss(Str cssSelector)

name

Source

Str? name()

Returns the name attribute.

value

Source

Str? value

Gets and sets the value attribute. Returns null if the value has not been set.