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

Method event_text

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

* specifies the event's text * @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

229 * @param event the event object
230 */
231 event_text(start: Date, end: Date, event: any): string;
232
233 /**
234 * сonverts date object to a date string. Used to send data back to the server

Callers 12

eaFunction · 0.65
dhtmlxscheduler.jsFile · 0.65
eaFunction · 0.65
extend$hFunction · 0.65
extend$cFunction · 0.65
layerFunction · 0.65
add_export_methodsFunction · 0.65
extend$hFunction · 0.65
extend$cFunction · 0.65
layerFunction · 0.65
add_export_methodsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected