简体   繁体   English

从上到下从左到右的天数安排

[英]Arrangements of days from top to bottom intead of left to right in fulcalendar

i am trying to change the arrangements of days in fullcalendar. 我正在尝试更改全日历日的安排。 Now days are arranged from left to right in moth, week view. 现在,蛾的周视图从左到右排列。 i need to arrange the days from top to bottom instead of left to right. 我需要从上到下而不是从左到右安排日子。 They use tables for arranging the days .In my opinion table may not be suitable for this requirements . 他们使用表格来安排日期。我认为表格可能不适合此要求。 So i changed the table with div . 所以我用div改变了桌子。 Days are arranged from top to bottom ,but the events are not showing perfectly . 日子从上到下安排,但活动并没有完美地展现出来。 Anybody can help me? 有人可以帮助我吗? Thanks in advance. 提前致谢。

i am using the fullcalendar.js from http://arshaw.com/fullcalendar/ and updated the code with my requirement 我正在使用来自http://arshaw.com/fullcalendar/的fullcalendar.js,并根据我的要求更新了代码

Events are shown on calendar by finding the required position based on arrangement of days from left to right . 通过根据从左到右的日期安排找到所需的位置,可以在日历上显示事件。 i have no idea how to modify the function to find the position of events based on top to bottom arrangements of days. 我不知道如何修改功能以根据日期的上下排列查找事件的位置。

Please give any suggestion 请提出任何建议

You will need to modify the source code of fullcalendar.js if you want to do that. 如果要这样做,您将需要修改fullcalendar.js的源代码。 The functions provided in the documentation doesn't support you needs. 文档中提供的功能不支持您的需求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM