Document number | Revision |
---|---|
DOCU12562 | 1 |
A Flash Message in Highstage is a short span of text intended to be permanently displayed to all Highstage users' at all times:
This enables Highstage administrators to easily warn, inform or notice all Highstage users' of important events, news or changes.
A Flash message can easily be configured in terms of content and visual appearance, but can also include direct links or buttons if necessary.
Flash Messages can be configured by administrators directly in Highstage through available parameters.
Accessing Highstage parameter
Configuring Flash Message parameters
The following parameters are used to configure Flash Messages:
Parameter | Type | Description | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FlashMessage | Textfield | Text field for the specified message. | In addition to text, this field permits any HTML and/or CSS syntax to be included. | ||||||||
FlashMessageActive | Checkbox | Enable or disable Flash Messages to be displayed | - | ||||||||
FlashMessageClass | Textfield | Apply any number of predefined .CSS classes to configure appearance. |
|
Result:
Configuration:
Parameter | Value |
---|---|
FlashMessage | <div style="text-align:center">Highstage has been updated to the latest version. Please click <button type="button" onclick="window.location.href='#';">here</button> for a full overview of all changes.</div> |
FlashMessageActive | ✔️ |
FlashMessageClass | notification warning large |
Result:
Configuration:
Parameter | Value |
---|---|
FlashMessage | <div style="text-align:center">Highstage has been updated to the latest version. Please click <a href="#">here</a> for a full overview of all changes.</div> |
FlashMessageActive | ✔️ |
FlashMessageClass | notification error large |
Result:
Configuration:
Parameter | Value |
---|---|
FlashMessage | Highstage has been updated to the latest version. |
FlashMessageActive | ✔️ |
FlashMessageClass | notification info large |
Result:
Configuration:
Parameter | Value |
---|---|
FlashMessage | <div style="text-align:center"><br/><h2>Read more about the most recent Highstage updates</h2><br/><ul style="list-style-type: none;"><br/> <li><a href="#">Email Notifications</a></li><br/> <li><a href="#">Static Lists</a></li><br/> <li><a href="#">Creating users and groups directly in Highstage</a></li><br/></ul><br/></div> |
FlashMessageActive | ✔️ |
FlashMessageClass | notification success small |