LoginView Class
The LoginView class.
Methods
login
(
Undefined
-
ev
Login event handler. When clicking the login form submit button, disable the form, take username and password from the input fields and put them in the environment, and call the environment login method.
Parameters:
-
evObjectAn event object (with a "currentTarget" attribute).
Returns:
Undefined:
Mutates only.
render
()
Undefined
Render the page.
Reveal the mask element, and show the login form.
Returns:
Undefined:
Mutates only.
