ILIAS  trunk Revision v11.0_alpha-1871-gde1fee8db3d
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
with_long_description.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
34 {
35  global $DIC;
36 
37  return $DIC->ui()->renderer()->render(
38  $DIC->ui()->factory()->item()->shy('Test shy Item')->withDescription(
39  'This is a test shy of the root user in the current time. This is a little bit longer than
40  the usual to test its visual presentation when the content exceed a minor amount of chars to see if this
41  is still presented properly. This may affect its presentation inside a mobile or restricted view therefore
42  the presentation of a long text is necessary to test within this example to show its responsivity above all
43  views and to show the using developer, who is accessing this example for exact those information if the
44  component can be used for his target purpose.'
45  )
46  );
47 }
global $DIC
Definition: shib_login.php:22
with_long_description()
description: > Example for rendering a shy item with a long description.