Template helper el-textarea

handlebars.el.form

Outputs a textarea element

{{{el-textarea name=name}}}
{{#el-textarea name=name}}...{{/el-textarea}}

Calls the el helper so accepts any parameter that the el helper takes

Source:
Parameters:
Name Type Attributes Description
value string | array <optional>

Text to be output in textarea

NB. this is in addition to the usual content and el-content params that the el helper accepts to provide consistency with the other input helpers

placeholder string <optional>

Placeholder text

el-phrase-key string <optional>

Key to use to lookup placeholder text

el-control boolean <optional>

Whether it is in edit or display mode