Methods
(inner) loginForm(params) → {HTMLElement}
Creates a login form used in user login view.
Parameters:
Properties| Name | Type | Description |
|---|---|---|
params | Object |
| Name | Type | Description |
|---|---|---|
classList | String | optional list of css classes to apply on form element |
formAction | String | optional custom form action parameter. See native html form tag documentation for more information. |
msg | String | optional custom text message to display. |
register | String | optional custom register route to navigate to, defaults to native framework register route. |
- Source
Returns:
form
- Type:
- HTMLElement