ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
LoadingAnimationOnClick.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
6 
13 {
22  public function withLoadingAnimationOnClick(bool $loading_animation_on_click);
23 
29  public function hasLoadingAnimationOnClick() : bool;
30 }
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 b...
hasLoadingAnimationOnClick()
Return whether loading animation has been activated.