Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Multiple days vertically in Timetable view (Read 2962 times)
martmuller
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 14
Joined: Apr 12th, 2010
Multiple days vertically in Timetable view
Apr 14th, 2010 at 11:10am
Print Post  
Hi,
Can you tell me if it is possible to dislay more then one day in the vertical timeline of the timetable view?

I found out that it possible to set the start and end time, but only for that day.

What i would like to achieve is the resource view but then vertically. Right now I use the timetable grouped by resource, which is exactly what I want. In our case, sometimes the working days go from 9am to 3am the next morning...

Hope you can help me with this one? Great control by the way!

Mart
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Multiple days vertically in Timetable view
Reply #1 - Apr 14th, 2010 at 11:51am
Print Post  
Presuming that your Calendar is identified by the calendar variable, try the following settings:

Code
Select All
calendar.TimetableSettings.StartTime = 540; // 9 AM
calendar.TimetableSettings.EndTime = 1620; // 3 AM on the following day 


Additionally, you can set the work time interval to 9AM - 3AM by using the following code:

Code
Select All
calendar.TimetableSettings.WorkTimeStartHour = 9;
calendar.TimetableSettings.WorkTimeEndHour = 27; 


Let me know if this helps.

Regards,
Meppy
  
Back to top
 
IP Logged
 
martmuller
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 14
Joined: Apr 12th, 2010
Re: Multiple days vertically in Timetable view
Reply #2 - Apr 14th, 2010 at 12:03pm
Print Post  
Thanks, works like a charm!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint