Methods
(inner) registerForm(params) → {HTMLElement}
Creates register form used in user registration view.
Parameters:
Properties| Name | Type | Description |
|---|---|---|
params | Object |
| Name | Type | Description |
|---|---|---|
classList | String | optional list of css classes to apply on form element |
login | String | optional custom login route to navigate to, defaults to native framework login route. |
Returns:
form
- Type:
- HTMLElement