MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / tooltip_text

Method tooltip_text

codebase/dhtmlxscheduler.es.d.ts:368–368  ·  view source on GitHub ↗

* specifies the text of tooltips * @param start the date when an event is scheduled to begin * @param end the date when an event is scheduled to be completed * @param event the event object

(start: Date, end: Date, event: any)

Source from the content-addressed store, hash-verified

366 * @param event the event object
367 */
368 tooltip_text(start: Date, end: Date, event: any): string;
369
370 /**
371 * specifies the date in the header of the Week Agenda view

Callers 4

dhtmlxscheduler.jsFile · 0.65
tooltipFunction · 0.65
tooltipFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected