93 public function glyph();
262 public function image();
283 public function legacy($content);
301 public function panel();
panel()
description: purpose: > Panels are used to group titled content.
glyph()
description: purpose: > Glyphs map a generally known concept or symbol to a specific concept in ILIA...
counter()
description: purpose: > Counter inform users about the quantity of items indicated by a glyph...
deck(array $cards)
description: purpose: > Decks are used to display multiple Cards in a grid.
listing()
description: purpose: > Listings are used to structure itemised textual information.
image()
description: purpose: The Image component is used to display images of various sources.
This is how the factory for UI elements looks.
legacy($content)
description: purpose: > This component is used to wrap an existing ILIAS UI element into a UI compon...
Create styles array
The data for the language used.
button()
description: purpose: > Buttons trigger interactions that change the system’s status.
card($title, \ILIAS\UI\Component\Image\Image $image=null)
description: purpose: > A card is a flexible content container for small chunks of structured data...