DayPilot.Scheduler.id

The id property (string) stores the placeholder div id. This value is required in the DayPilot.Scheduler constructor.

Example

var dp = new DayPilot.Scheduler("dp");
// ...
dp.init();

var id = dp.id;  // "dp"