ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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}
An exception for terminatinating execution or to throw for unit testing.
Interface for buttons with loading animation on click.
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.