Document numberRevision
DOCU125621

 

Flash Messages in Highstage

Flash Messages in HighstageBackgroundConfigurationSamplesWarningErrorInfoSuccess

Background

A Flash Message in Highstage is a short span of text intended to be permanently displayed to all Highstage users' at all times:

image-20200714135056319

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.

 

Configuration

Flash Messages can be configured by administrators directly in Highstage through available parameters.

 

Accessing Highstage parameter

  1. Adjust your user level to AdminRead/AdminWrite
  2. Navigate to SYSTEM > Parameters and select All Parameters.

 

Configuring Flash Message parameters

The following parameters are used to configure Flash Messages:

ParameterTypeDescriptionValue
FlashMessageTextfieldText field for the specified message.In addition to text, this field permits any HTML and/or CSS syntax to be included.
FlashMessageActiveCheckboxEnable or disable Flash Messages to be displayed-
FlashMessageClassTextfieldApply any number of predefined .CSS classes to configure appearance.
TypesAvailable classes
Colorserror, warning, info, success
Sizesmall, medium, large
Typenotification, tag

 

Samples

Warning

Result:

image-20200714144138162

Configuration:

ParameterValue
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✔️
FlashMessageClassnotification warning large

 

Error

Result:

image-20200714143434259

Configuration:

ParameterValue
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✔️
FlashMessageClassnotification error large

Info

Result:

image-20200714144337313

Configuration:

ParameterValue
FlashMessageHighstage has been updated to the latest version.
FlashMessageActive✔️
FlashMessageClassnotification info large

 

Success

Result:

image-20200714145452656

Configuration:

ParameterValue
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✔️
FlashMessageClassnotification success small

highstage_footer