My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1370: need view start date in DayEventRenderer
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by mkirthik...@gmail.com, Apr 9, 2012
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
(No comment was entered for this change.)
Status: Invalid
Sign in to add a comment

Powered by Google Project Hosting