Creating an interactive events scheduler

◇◆丶佛笑我妖孽 提交于 2019-12-10 17:56:00

问题


I'm attempting to create something with a similar layout to this schedule page. See attached screenshot also.

.

So what I need is:
- "Categories" across the top of the scheduler (Vertical dividers).
- "Timeslots (07:00 07:30, etc..)" down the left of the scheduler.

User's can then add events via modal screens and assign them "Timeslots" and "Categories".
They should then appear in the Schedule in the appropriate locations.

The above mentioned example appears to be using Dojo.
I found this calendar widget but am unsure of how to get it to represent "Categories" across the top when using the "Day" view.

Is this possible with the dojo calendar widget? (I've never worked with Dojo before)

Any suggestions as to other frameworks or example's that would provide me with this functionality would be very welcome also.

I've looked at JQuery's fullCalendar plugin and it doesn't seem to provide this functionality (Would be great if someone could prove me wrong!).


回答1:


After looking at Dojo's widget documentation I think the Sub-Column display is what you are looking for. So each Calendar in this case will represent a category. http://livedocs.dojotoolkit.org/dojox/calendar#sub-columns.

I don't think FullCalendar is capable of the category layout, but I think its cool enough to request: http://arshaw.com/fullcalendar/wiki/Request-a-Feature/

Hope that helps!



来源:https://stackoverflow.com/questions/18915925/creating-an-interactive-events-scheduler

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!