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

Method load

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

* loads data to the scheduler from an external data source * @param url the server-side URL (may be a static file or a server-side script which outputs data in one of the supported formats) * @param callback optional, the callback function

(url: string, callback?: SchedulerCallback)

Source from the content-addressed store, hash-verified

2012 * @param callback optional, the callback function
2013 */
2014 load(url: string, callback?: SchedulerCallback): void;
2015
2016 /**
2017 * applies a css class to the specified date

Callers 4

_initFromConfigMethod · 0.65
_initFromConfigMethod · 0.65
_initFromConfigMethod · 0.65
_initFromConfigMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected