|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Interface for buttons with loading animation on click. More...
Inheritance diagram for ILIAS\UI\Component\Button\LoadingAnimationOnClick:
Collaboration diagram for ILIAS\UI\Component\Button\LoadingAnimationOnClick: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.
Referenced by ILIAS\UI\Implementation\Component\Button\Renderer\renderButton().
Here is the caller graph for this function:| 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.