| Issue 1056: | Rendering events to fill the day <td> | |
| 2 people starred this issue and may be notified of changes. | Back to list |
I would like to be able to render events to fill the entire space of a day. My events are either happening / not happening so I just want to toggle events on and off for a given day. I can't seem to do this in the css so was wondering if there was a way of overriding the renderEvent function so that it fills the parent <td> element? I have asked the question on SO too: http://stackoverflow.com/questions/6846280/how-can-i-render-an-event-to-fill-the-day-element-with-fullcalendar
Jul 29, 2011
Project Member
#1
althaus.it
Status:
Discussing
Jul 29, 2011
Thanks - I must have missed this - sorry. It looks like I can't do element.css('top','a value'); here. I am able to set other attributes but not this top offset. I guess that happens further down the execution chain somewhere? If I do it in eventAfterRender it works.
Aug 1, 2011
Ye... top offset is used for the placement and so your value will be overriden later.
Aug 21, 2011
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |