ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\UI\examples\Button\Minimize Namespace Reference

Functions

 base ()
 

Function Documentation

◆ base()

ILIAS\UI\examples\Button\Minimize\base ( )

description: > This example is rather artificial, since the minimize button is only used in other components (see purpose).

expected output: > ILIAS shows a minus (-) symbol. Clicking minus won't activate any actions.

note: > In some cases, additional CSS will be required for placing the button

properly by the surrounding component.

Definition at line 37 of file base.php.

38{
39 global $DIC;
40
41 return $DIC->ui()->renderer()->render(
42 $DIC->ui()->factory()->button()->minimize()
43 );
44}
global $DIC
Definition: shib_login.php:26

References $DIC.