const classafBounce::TextBox
sys::Obj afBounce::Element afBounce::TextBox
(HTML Element) Represents a form <input>
of type text
or a <textarea>
.
- 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()
Return 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 textbox has the given value.