The message() method displays a message using the integrated message bar.
Declaration
DayPilot.Gantt.message(html)Parameters
html(string) - HTML of the message
Notes
The message bar behavior can be configured using messageBarPosition and messageHideAfter.
The appearance is defined by the CSS theme (*_message class). See the theme property.
Example
gantt.message("Welcome!");See Also
DayPilot.Gantt.messageBarPosition
DayPilot.Gantt.messageHideAfter
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot