const classafBounce::FormInput
sys::Obj afBounce::Element afBounce::FormInput
(HTML Element) Gives a consistent means to get and set the value of any form field.
- 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.- verifyValueEq
Void verifyValueEq(Obj expected)
Verify that the form field has the given value.