AjaxStatus
An extension of the Any component that
defines an html node that becomes visible when ajax requests are in progress,
and gets hidden when those requests end.
Parameters
Name |
Type |
Required |
Default |
Description |
element |
string |
no |
From the HTML template |
The element to render. |
Body:
allowed
Informal parameters:
allowed
Reserved parameters:
none
Example
<div jwcid="@contrib:AjaxStatus" style="display:none;color:white;background:red;position:absolute;top:0;right:0">
Loading...
</div>