Outputs a form element
{{#el-form}}…{{/el-form}}
If a model it passed, it is used to provide values for any nested controls (unless any of those controls have been passed an explicit value).
Accepts any parameter that the el helper takes since it is built upon it
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
method |
string |
<optional> |
post | Form method |
el-escape |
boolean |
<optional> |
false | Whether to escape form content |
model |
object |
<optional> |
Model object to provide values for form controls |