/ui/locations/entries/textarea
The module exports the default textarea entry method.
Methods
(inner) textarea(entry) → {HTMLElement}
A textarea element will be returned if the entry is editable.
The textarea allows user to create and modify multiline string values.
Parameters:
PropertiesName | Type | Description |
---|---|---|
entry | infoj-entry | type:geometry entry. |
Name | Type | Attributes | Description |
---|---|---|---|
entry.value | Object | A multiline string. | |
entry.edit | Object | <optional> | configuration object for editing the value. |
Returns:
elements for the location view.
- Type:
- HTMLElement