| Issue 966: | booking colander-help | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hello, I like yours colander and I'm trying to modify it to my needs
I need a booking colander.
This means that I need all the days of the month to display as on row
This row will be filling with room's names and time line.
I try to change where the line:
if (opt('weekMode') == 'fixed') {
var dayInMonth = new Date(start.getFullYear(),start.getMonth()+1,1);
dayInMonth.setDate(dayInMonth.getDate()-1);
dayInMonth = dayInMonth.getDate();
renderBasic(dayInMonth, 1,dayInMonth , true);
to calculate numbers of days in month
but the "events" cent be drag and changed properly
can you give me an advice?
Thanks
Gil
May 23, 2011
Project Member
#1
althaus.it
Status:
Done
May 23, 2011
Hello What i like to have is something like: https://github.com/thegrubbsian/jquery.ganttView but with your`s plugin. Thanks Gil
May 24, 2011
See https://code.google.com/p/fullcalendar/issues/detail?id=150#c31 about gantt. |
|
| ► Sign in to add a comment |