search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

187-lite

Asked by John DUnn
8 years ago.

I am using the JavaScript version of the Calendar (187-lite).

dp.viewType = "week";
dp.eventDeleteHandling = "Update";
dp.dayBeginsHour = 7;
dp.businessBeginsHour = 7;
dp.businessEndsHour = 22;
dp.days = 7;
dp.headerDateFormat = "ddd MMM d"
dp.cellDuration = 60;
dp.hideFreeCells = true;
dp.heightSpec = "BusinessHours";
dp.cellHeight = 15;
dp.init();

This works and displays from 7am to 10pm. The scroll bars are visible.

When I set the heightSpec to "BusinessHoursNoScroll", the view displays starting at 12:00 am and shows only until 3pm. The scroll bars are hidden and the user can't access the hours after 3pm.

Any ideas?

Thanks,
John

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.