class domkit::TextArea

sys::Obj
  dom::Elem
    domkit::TextArea

@Js

Source

Multi-line text input element

See also: docDomkit

cols

Int? cols

Source

Preferred width of text area in columns, or null for default.

make

new make()

Source

onModify

Void onModify(|This| f)

Source

Callback when value is modified by user.

placeholder

Str? placeholder

Source

Hint that is displayed in the text area before a user enters value that describes the expected input, or null for no placeholder text.

ro

Bool ro

Source

Set to true to set text area to readonly mode.

rows

Int? rows

Source

Preferred height of text area in rows, or null for default.

val

Str val

Source

Value of text area.