Issue 995: 2 little feature requests
Status:  Done
Owner: ----
Closed:  Jun 2011
Reported by haris.zujo, Jun 14, 2011
Hi

I find your calendar compenent and it is very nice, but I have two little feature requests:

1) Can I have a property to display event title in two lines with start and end times.
Now fullcalendar displays like: 12:15 - 13:15 Lunch
If this property will be set 
the fullcalendar will display like: 12:15 - 13:15
                                    Lunch

2) It will be nice to have a baloon hint for events on calendar where can I put longer description of the event when hoover over the event with the mouse

thany you in advance for your answer

regards Haris
1.jpg
7.8 KB   View   Download
2.jpg
11.3 KB   View   Download
Jun 23, 2011
Project Member #1 althaus.it
1) Use the eventRender callback to draw events the way you like.

2) Same as 1)... there's even an example with qTip in the docs. ;)

http://arshaw.com/fullcalendar/docs/event_rendering/eventRender/
Status: Done