TextArea

Wrapper around a textarea input.

Constructors

this
this()

Creates a new textarea input.

Members

Functions

generateHtml
string generateHtml()

Generates the appropriate html for the element.

Properties

columns
size_t columns [@property getter]

Gets the columns.

columns
size_t columns [@property setter]

Sets the columns.

form
string form [@property getter]

Gets the form.

form
string form [@property setter]

Sets the form.

rows
size_t rows [@property getter]

Gets the rows.

rows
size_t rows [@property setter]

Sets the rows.

Inherited Members

From Input

value
string value [@property getter]

Gets the value.

value
string value [@property setter]

Sets the value.

placeholder
string placeholder [@property getter]

Gets the placeholder.

placeholder
string placeholder [@property setter]

Sets the placeholder.

label
string label [@property getter]

Gets the label.

label
string label [@property setter]

Sets the label.

generateHtml
string generateHtml()

Generates the appropriate html for the element.

Meta