Skip to main content
Version: v11.6.0

Login

Login can be used to display a pre-built Login section with a sign in button, username, and password fields. It also provides the option to remember the password.

Properties

PropertyDescription
NameThe name is a unique identifier Login Form.
Layout
WidthThe width of your widget can be specified in px or % (i.e 50px, 75%).
HeightThe height of your widget can be specified in px or % (i.e 50px, 75%).
Behavior
ShowShowing determines whether or not a component is visible. It is a bindable property.
Load on Demand (visible only when show property is bound to a variable)When this property is set and show property is bound, the initialization of the widget will be deferred till the widget becomes visible. This behavior improves the load time. Use this feature with caution, as it has a downside (as we will not be able to interact with the widget through script until the widget is initialized). When show property is not bound the widget will be initialized immediately.
Message
Message on errorThis message will be displayed, if there is an error during the login operation.

Events

EventDescription
Callback Events
On submitThis event handler is called whenever a submit event is triggered.
On before renderThis event handler is called before rendering the form fields.
On successThis event handler is called whenever a success event is triggered.
On errorThis event handler is called whenever an error event is triggered.