Fullcalendar event rendering
        Posted  
        
            by Stian
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Stian
        
        
        
        Published on 2010-04-29T20:53:49Z
        Indexed on 
            2010/04/29
            20:57 UTC
        
        
        Read the original article
        Hit count: 425
        
fullcalendar
|jQuery
I would like to render an event to take up the entire space in a cell. For instance in the month view.
Out of the box, the date is displayed on top, and then the event underneath. I want to ignore the date text and display the event over the intire cell, I don't want to hardcode the height of the event.
Hope to get some pointers, I have looked everywhere in the javascript and css.
© Stack Overflow or respective owner