Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Matthias Eichstädt on Nov 21, 2009 03:00
open dhtmlx forum
Customizing view for scheduler

Dear Support-Team,

is it possible to customize the view of the scheduler to have days of a month in the top and persons on the left.

Your example has persons on the top and time on right side.
http://dhtmlx.com/docs/products/dhtmlxScheduler/sample_units.html

Matthias E.
Answer posted by Alex (support) on Nov 23, 2009 05:58

Hello,

do you mean the default selected tab ?

The default selected tab is set in the init method:

scheduler.init('scheduler_here',new Date(2009,5,30),"month");

Moreover tou can change the tab order - just change the right property in the following elements:

<div class="dhx_cal_tab" name="day_tab" style="right:204px;"></div>
<div class="dhx_cal_tab" name="week_tab" style="right:140px;"></div>
<div class="dhx_cal_tab" name="unit_tab" style="right:280px;"></div>
<div class="dhx_cal_tab" name="month_tab" style="right:76px;"></div>

Answer posted by Stanislav (support) on Nov 23, 2009 08:41
>>to have days of a month in the top and persons on the left
Such mode is not supported