2017-11-11
2.0.0
Matheus Medeiros
All
All
Components, Widgets
[Overview]
Shows a loading page overlay when pressing a link or a submit button.
[Detail]
Features:
Prevent multiple clicks at the same button or link.
Prevent the user from interacting with the page until the action is done.
Instructions:
Add a reference to the public element "ScreenLoader" to your eSpace.
Drop the "ScreenLoader" to the web screen that you want to show the loading overlay.
Add the "LoaderPage" style to the links or buttons that will show the loader when clicked.
Optional:
Select the "ScreenLoader" element and set a custom loading message at the parameter "Text".
Select the loading animation that will be displayed by setting the parameter "Animation". (Must add a reference to the "Animation" static entity)
Animations:
Circle
Bounce
Fading Circle
Rectangles
Notes:
The loader will be shown only after the frontend validation.
The loader will be dismissed on the first ajax refresh after the click or will navigate to the submit destination.