Full Calendar Week Display Vertical View

跟風遠走 提交于 2019-12-08 06:38:07

问题


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

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