完整的日历周显示垂直视图

完整的日历周显示垂直视图

问题描述:

对于最新版本的完整日历版本,如何获得周的垂直视图选项卡。

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 )

所以它在html中的变化我想要通过jquery在日历插件。

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


尽管它经常被请求,但它仍然存在于v2.1.1中。您可以查看我的分支,它大致上符合您的要求。该视图称为 listView

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).

您可以将您的声音添加到关于code.google的讨论

You can add your voice to the discussion on code.google.

以下是列表视图的外观:

Here's a picture of how the list view looks: