Methods

(inner) loginForm(params) → {HTMLElement}

Creates a login form used in user login view.

Parameters:
NameTypeDescription
paramsObject
Properties
NameTypeDescription
classListString

optional list of css classes to apply on form element

formActionString

optional custom form action parameter. See native html form tag documentation for more information.

msgString

optional custom text message to display.

registerString

optional custom register route to navigate to, defaults to native framework register route.

Returns:

form

Type: 
HTMLElement