<LoginScreen>

LoginScreen: The login form displayed at application startup.

Usage:

         <canvas>
			<LoginScreen id="loginScreen" align="center" valign="middle" options="ignorelayout" />                
         </canvas>
         @END


Attributes

bordersize (default: 4)

The border size for the login screen

 

Methods

collectValues ()
Store the values to be passed to the backend service in an array
 
disable ()
Disable the submit button
 
enable ()
Enable the submit button
 
login ()
Call the login service
 
reset ()
Reset the form
 
showError (messageTxt)
Display an error message for the user
Parameters:
messageTxt -
 
showMessage (key)
Show a localized message from the i18n container
Parameters:
key -
 
validate (conn)
Validate the form data
Parameters:
conn -