DayPilot.Menu.menuTitle

The menuTitle property (string) specifies the text/HTML of the menu title. The menu title is displayed above the first menu item. It must be enabled first - see showMenuTitle..

Default Value

null

Example

var menu = new DayPilot.Menu({
  showMenuTitle: true,
  menutTitle: "Available actions",
  items: [ ... ]
});