DayPilot.Gantt.message

Displays a message using the integrated message bar.

Declaration

DayPilot.Gantt.message(html);

Parameters

  • html (string) - HTML of the message

Description

The message bar behavior can be configured using the following properties:

The appearance is defined by the CSS theme (*_message class). See also theme property.

Example

gantt.message("Welcome!");