class domkit::TextArea
sys::Obj dom::Elem domkit::TextArea
@Js
Multi-line text input element
See also: docDomkit
- cols
-
Int? colsPreferred width of text area in columns, or
nullfor default. - make
-
new make() - onModify
-
Callback when value is modified by user.
- placeholder
-
Str? placeholderHint that is displayed in the text area before a user enters value that describes the expected input, or
nullfor no placeholder text. - ro
-
Bool roSet to
trueto set text area to readonly mode. - rows
-
Int? rowsPreferred height of text area in rows, or
nullfor default. - val
-
Str valValue of text area.