ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Functions | |
base () | |
description: > Example for rendering a notification item. More... | |
closable () | |
description: > Example for rendering a closable notification item. More... | |
include_aggregates () | |
description: > Example for rendering a notificication item including aggregates. More... | |
ILIAS\UI\examples\Item\Notification\base | ( | ) |
description: > Example for rendering a notification item.
expected output: > ILIAS shows a box titled "Inbox" on a white background and including following text: "You have 23 unread mails in <h2>your inbox". A dashed line and a time indication (Time 3 days ago) are displayed below.
Definition at line 33 of file base.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Item\Notification\closable | ( | ) |
description: > Example for rendering a closable notification item.
expected output: > ILIAS shows a box titled "Inbox" on a white background and including following text: "You have 23 unread mails in your inbox". A dashed line and a time indication (Time 3 days ago) are displayed below. Additionally a "X" is rendered
Definition at line 34 of file closable.php.
References $_SERVER, $DIC, Vendor\Package\$f, ILIAS\UI\examples\Layout\Page\Standard\$refinery, $renderer, ILIAS\UI\examples\Layout\Page\Standard\$request_wrapper, and exit.
ILIAS\UI\examples\Item\Notification\include_aggregates | ( | ) |
description: > Example for rendering a notificication item including aggregates.
expected output: > ILIAS shows a box titled "Item" on a white background and following text: "Notification Item with Aggregates". Clicking the item's heading will collapse another field with the same content. On the right side an "X" for closing the boxes is displayed. Additionally you can see two dropdown fields on the right side including two entries each.
Definition at line 35 of file include_aggregates.php.
References $_SERVER, $DIC, Vendor\Package\$f, ILIAS\UI\examples\Layout\Page\Standard\$refinery, $renderer, ILIAS\UI\examples\Layout\Page\Standard\$request_wrapper, and exit.