| Information | |
|---|---|
| min. EQDKP-PLUS Version | 0.7.0.0
|
The EQDKP-PLUS core provide this message system for all system relevant messages, to keep the users informed. See Screenshot for more detailed information what the system messages are. They're based on "Growl Messages" for MacOS.
The usage is pretty simple: just add the code, the message is automatically created and shown via JavaScript.
$core->message($text, $title, $kind);
| Value | Description |
|---|---|
| $text | The text to be shown into the Message |
| $title | The title of the Message |
| $kind | default, green, red (the background. default = black) |