const classafBounce::TextBox
sys::Obj afBounce::Element afBounce::TextBox
(HTML Element) Represents a form <input> of type text or a <textarea>.
- disabled
Bool disabledGets and sets the
disabledattribute.- enabled
Bool enabledGets and sets the
disabledattribute (inverted).- makeFromCss
new makeFromCss(Str cssSelector)- name
Str name()Return the
nameattribute.- submitForm
ButterResponse submitForm()Submits the enclosing form to the Bed App.
- value
Str valueGets and sets the
valueattribute.- verifyValueEq
Void verifyValueEq(Obj expected)Verify that the hidden element has the given value.