ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\UI\examples\Button\Minimize Namespace Reference

Functions

 base ()
 

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

 

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.

References $DIC.

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:22