tooltip

displays tooltips for events

object tooltip;

Example

var tooltip = scheduler.tooltip;
tooltip.hide();
tooltip.show(event, text);

Details

The option requires the tooltip plugin to be enabled.

See also
  • Articles
  • Back to top