问题
For the Latest version of full calendar version how to get vertical view of the week tab.
i.e. instead of showing the days in columns, i need to show them in rows (Basic Week Mode )
so its the change in html i want which is done through jquery in the calendar plugin.
Below are the details of Full Calendar i am using:
/*!
* FullCalendar v2.1.1
* Docs & License: http://arshaw.com/fullcalendar/
* (c) 2013 Adam Shaw
*/
so the view appears something like this:
sun 12/10/14
------------
mon 13/10/14
------------
event 1
tue 14/10/14
------------
event 1
wed 15/10/14
------------
event 1
fri 16/10/14
------------
event 1
sat 17/10/14
------------
event 1
回答1:
This doesn't exist as of v2.1.1 though it has often been requested. You could take a look at my fork which does approximately what you are asking for. The view is called listView
.
Note that some functionality is not supported (like dragging).
You can add your voice to the discussion on code.google.
Here's a picture of how the list view looks:

来源:https://stackoverflow.com/questions/26376681/full-calendar-week-display-vertical-view