WoltLab Suite 6.2 Handbuch
Deutsch/PHP-Version: Die Website-Struktur, Navigation und Überschriften sind auf Deutsch vorbereitet. Code-Beispiele und technische Namen bleiben unverändert.

Hinweiss - JavaScript API

The notice component can be used to show text notices for the user.

The type of the notice can be controlled depending on the type parameter.

Example

<woltlab-core-notice type="info">Hello World!</woltlab-core-notice>

Parameters

type

Controls the type of a notice (color and displayed icon).

The following values are available: info, success, warning, error