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