Description Usage Arguments Examples
A a trigger to a waiting screen from the UI.
1 2 3 4 5 6 7 8 9 10 11 12 |
el |
Element that triggers the waiter. |
id |
Id of element to hide or element on which to show waiter over. |
html |
HTML content of waiter, generally a spinner, see |
color |
Background color of loading screen. |
image |
Path to background image. |
fadeout |
Use a fade out effect when the screen is removed. Can be a boolean, or a numeric indicating the number of milliseconds the effect should take. |
on |
The event that triggers the waiter. |
hide_on_render |
Set to |
hide_on_error, hide_on_silent_error |
Whether to hide the waiter when the underlying element throws an error. Silent error are thrown by req and validate. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.