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 - disabledattribute.
- enabled
- Bool enabled- Gets and sets the - disabledattribute (inverted).
- makeFromCss
- new makeFromCss(Str cssSelector)
- name
- Str name()- Return 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 textbox has the given value.