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 disabledGets and sets the
disabledattribute.- enabled
Bool enabledGets and sets the
disabledattribute (inverted).- makeFromCss
new makeFromCss(Str cssSelector)- name
Str? name()Returns the
nameattribute.- value
Str? valueGets and sets the
valueattribute. Returnsnullif the value has not been set.- verifyValueEq
Void verifyValueEq(Obj expected)Verify that the form field has the given value.