ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Interface for buttons with loading animation on click. More...
Public Member Functions | |
withLoadingAnimationOnClick (bool $loading_animation_on_click) | |
If clicked the button will display a spinner wheel to show that a request is being processed in the background. More... | |
hasLoadingAnimationOnClick () | |
Return whether loading animation has been activated. More... | |
Interface for buttons with loading animation on click.
Definition at line 28 of file LoadingAnimationOnClick.php.
ILIAS\UI\Component\Button\LoadingAnimationOnClick::hasLoadingAnimationOnClick | ( | ) |
Return whether loading animation has been activated.
ILIAS\UI\Component\Button\LoadingAnimationOnClick::withLoadingAnimationOnClick | ( | bool | $loading_animation_on_click | ) |
If clicked the button will display a spinner wheel to show that a request is being processed in the background.