Re: [web2py] Re: FullCalendar Example Question

2013-05-07 Thread Richard Vézina
Take care, there is a memory leak in the AppointmentManagement app... I solve it for my need by changing the way the data are provided to FullCalendar... I create a json dump function and I let FullCalender consume it througth it didicated API function... So, my guess is that the memory leak where

[web2py] Re: FullCalendar Example Question

2013-05-07 Thread Doug Girard
Ok, I kinda got it working based on your suggestion, I had to add an 'eventRender' object to the script, then I was able to use the tip event object: $('#calendar').fullCalendar({ editable: true, events: [ {{for i,row in enumerate(rows):}}{{if i!=0:}},{{pass}

[web2py] Re: FullCalendar Example Question

2013-05-06 Thread Loïc
Maybe it would be more clear if you can provide some code... But if I have understood your question, you can add a a text in "tip" property. This text will be shown when your mouse is over the event. Here is an example events: [ {{for i,row in enumerate(rows):}}{{if i!=0:}},{{pass}}