Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Embedded Panel messages are messages displayed on the panel level are . You can add, remove messages to any panel level object(forms, grids, scheduler, treegrids...) from CLAPI.

Panel messages are available since version 20.04 of the SWAT framework.

You can add, remove messages (of type info, error, warning and success) to forms, grids and treegrids from CLAPI.

...

languagejs
titleExample for Grid Control

...


...

Standard types of messages


TypeColor
successgreen
infoblue
warningorange
errorred


Info
titleNote
Any other type can be specified and add the style to the corresponding class with an "msg-" prefix.
Ex: type: special 
class: msg-special


Info
titleNote

 There is no default type. A message with no type would not be displayed.