UPDATE-RATE

Die Test-Installation wird aktuell zwischen 8:00 und 18:00 Uhr stündlich zur vollen Stunde aktualisiert.

Alles neu macht der Mai

ILIAS 9 ist da! Alle Infos zu den Highlights der neuen Version gibt es hier!

Documentation

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

Modal

Description

Purpose
The Modal forces users to focus on the task at hand.
Composition
A Modal is a full-screen dialog on top of the greyed-out ILIAS screen. The Modal consists of a header with a close button and a typography modal title, a content section and might have a footer.
Effect
All controls of the original context are inaccessible until the Modal is completed. Upon completion the user returns to the original context.
Background
http://quince.infragistics.com/Patterns/Modal%20Panel.aspx

Rivals

Popover
Modals have some relations to popovers. The main difference between the two is the disruptive nature of the Modal and the larger amount of data that might be displayed inside a modal. Also popovers perform mostly action to add or consult metadata of an item while Modals manipulate or focus items or their sub-items directly.

Rules

Usage
  1. The main purpose of the Modals MUST NOT be navigational. But Modals MAY be dialogue of one or two steps and thus encompass "next"-buttons or the like.
  2. Modals MUST NOT contain other modals (Modal in Modal).
  3. Modals SHOULD not be used to perform complex workflows.
  4. Modals MUST be closable by a little “x”-button on the right side of the header.
  5. Modals MUST contain a title in the header.
  6. If a Modal contains a form, it MUST NOT be rendered within another form. This will break the HTML-engine of the client, since forms in forms are not allowed.

Relations

Parents
  1. UIComponent
Descendants
  • Interruptive
  • Interruptive Item
  • Roundtrip
  • Lightbox
  • Lightbox Image Page
  • Lightbox Text Page
  • Lightbox Card Page
  • Standard
  • Key Value