Daypilot height 100%
11 years ago.
I am trying make daypilot schedular height as '1200px'.But is not working.Please find the code following.
var dp = new DayPilot.Scheduler("divScheduler");
dp.heightSpec = "Max";
dp.height = '100%';
dp.heightSpec = "Parent1200Pct";
DayPilot