Currently the time displayed in the scheduler on the right only shows division in hours. how i change it such that rather than diplaying 10 ,11,12… on left side time interval is displayed in minutes
You can’t change it to minutes, but you can define custom template to show custom content in scales. Check samples\02_customization\09_timestep.html
Could u please provide the entire link.
This is not the online sample, grab the scheduler’s package
dhtmlx.com/x/download/regula … eduler.zip
It contains above ( and many others ) sample inside.
this is the code i need in create timeline
x_step: 30
but apparently the step size is still from 10-11,11-12,12-1 and so on .i need to be 10:00-10:10,
10:10-10:20 and so on.
this is the code i need in create timeline
x_step: 30
The timeline has not time scale at right part of screen.
Scale in week|day view is not affected by timeline settings.
You can use technique fromt he above mentioned sample to set custom look of time scale ( so it will not have not 1 hour, but smaller time steps )
kk thanx