How to render event bars/ribbons like those in google calendar or fullcalendar for jQuery
Looking for a solution on how to render event bars representing date ranges like those in gcal or the jquery fullcalendar plugin. These bars are divs that overlap multiple divs (multiple day events), and can be 开发者_StackOverflowdragged and dropped into different divs. I will be creating a workshift calendar that is similar to http://www.rotaboard.com ...but with multiday events.
It is called a Gantt Chart. You can download a component and see how to do it in JavaScript here: http://www.delphicsage.com/home/blog.aspx/d=542/title=How_to_Create_a_DHTML_Gantt_Chart_Control
精彩评论