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

Method year_tooltip

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

* specifies the tooltip over a day cell containing some scheduled event(s) * @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

435 * @param event the event object
436 */
437 year_tooltip(start: Date, end: Date, event: any): string;
438
439 /**
440 * specifies the lightbox's header

Callers 4

dhtmlxscheduler.jsFile · 0.65
year_viewFunction · 0.65
year_viewFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected