DayPilot.Scheduler Constructor
Declaration
DayPilot.Scheduler(id);
id - id of the placeholder <div> element
Example
HTML
<div id="dps"></div>
JavaScript
var scheduler = new DayPilot.Scheduler("dps");DayPilot.Scheduler(id);
id - id of the placeholder <div> element
HTML
<div id="dps"></div>
JavaScript
var scheduler = new DayPilot.Scheduler("dps");