* 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)
| 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 |
no outgoing calls
no test coverage detected