ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Functions | |
base () | |
description: > Example for rendering a shy item. More... | |
with_close () | |
description: > Example for rendering a shy item with a close function. More... | |
with_description () | |
description: > Example for rendering a shy item with a description. More... | |
with_lead_icon () | |
description: > Example for rendering a shy item with an lead icon. More... | |
with_long_description () | |
description: > Example for rendering a shy item with a long description. More... | |
with_properties () | |
description: > Example for rendering a shy item with properties. More... | |
ILIAS\UI\examples\Item\Shy\base | ( | ) |
ILIAS\UI\examples\Item\Shy\with_close | ( | ) |
description: > Example for rendering a shy item with a close function.
expected output: > ILIAS renders a base shy item. Additionally a "X" for closing the item is displayed on the right side. If you
Definition at line 33 of file with_close.php.
References $DIC.
ILIAS\UI\examples\Item\Shy\with_description | ( | ) |
description: > Example for rendering a shy item with a description.
expected output: > ILIAS shows a box highlighted white and including the text "Test shy Item". Additionally a short description is displayed
Definition at line 33 of file with_description.php.
References $DIC.
ILIAS\UI\examples\Item\Shy\with_lead_icon | ( | ) |
description: > Example for rendering a shy item with an lead icon.
expected output: > ILIAS shows a box highlighted white and including the text "Test shy Item". Additionally a small icon is displayed
Definition at line 35 of file with_lead_icon.php.
References $DIC.
ILIAS\UI\examples\Item\Shy\with_long_description | ( | ) |
description: > Example for rendering a shy item with a long description.
expected output: > ILIAS shows a box highlighted white and including the text "Test shy Item". Additionally a multi-lined description
Definition at line 33 of file with_long_description.php.
References $DIC.
ILIAS\UI\examples\Item\Shy\with_properties | ( | ) |
description: > Example for rendering a shy item with properties.
expected output: > ILIAS shows a box highlighted white and including the text "Test shy Item". Additionally a fine dashed line is displayed
Definition at line 33 of file with_properties.php.
References $DIC.