| Issue 1370: | need view start date in DayEventRenderer | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hello,
I am customizing the full calendar to show 2 week at a time. And currently all my events are showing up in the first week only.
I order for me to place the events in the correct place, i will need view start date in the DayEventRenderer.
else if (viewName == 'resourceTwoWeek') {
leftCol = dayOf2WeekCol(seg.start.getDay());
rightCol = dayOf2WeekCol(seg.end.getDay() - 1);
}
i can use the view start date in the above code to calculate the appropriate day number.
Thank you
Aug 15, 2013
Project Member
#1
adamrs...@gmail.com
Status:
Invalid
|
|
| ► Sign in to add a comment |