Bitte zum Testen nur aktuelle Browser verwenden! ILIAS unterstützt alle aktuellen Browser wie z.B. Firefox, Safari, Microsoft Edge, Chrome und Chromium. Der von Micosoft nicht mehr unterstützte und weiterentwickelte 'Internet Explorer' kann nicht zum Testen von ILIAS 7 verwendet werden.
Testers are the best!

Documentation

Kitchen Sink documentation of style: 'Delos' of skin: 'ILIAS'

Failure

Description

Purpose
The system failed to complete some actions and displays information about the failure.
Composition
The alert-danger style is used for the message.

Rules

Usage
  1. The Failure Message Boxes MUST be used, if a user interaction has failed.
  2. The message SHOULD inform the user why the interaction has failed.
  3. The message SHOULD inform the user how to the problem can be fixed.

Example 1: Failure

function failure()
{
    global $DIC;
    $f = $DIC->ui()->factory();
    $renderer = $DIC->ui()->renderer();
 
    return $renderer->render($f->messageBox()->failure("Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua."));
}
 

Relations

Parents
  1. UIComponent
  2. Message Box