Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Gogo 02 on Dec 01, 2009 12:43
open dhtmlx forum
show 3 or more hours scale (dhtmlxScheduler or component joomla)

Hello my friends, I have scheduler for joomla,
do as I put 3 hour scale with different timezone each view of week?

example:

US - SPAIN - MEXICO
time - time - time
time - time - time
Answer posted by Alex (support) on Dec 02, 2009 01:40

Hello,

you can define custom hour scale template:

scheduler.templates.hour_scale = function(date){
 /*your code here*/
  return .....;
}


In order to increase scale width you try the following:

scheduler.xy.scale_width =150;