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.
Bool disabled
Gets and sets the
disabled
attribute.Bool enabled
Gets and sets the
disabled
attribute (inverted).new makeFromCss(Str cssSelector)
Str? name()
Returns the
name
attribute.Str? value
Gets and sets the
value
attribute. Returnsnull
if the value has not been set.Void verifyValueEq(Obj expected)
Verify that the form field has the given value.