Config starthour for moble

Hi,
how can I use:

scheduler.config.first_hour=8;

It seems like, that this will be ignored.
Tanks, Joerg

Hi,

please take a look at the following post:

viewtopic.php?f=24&t=28961&p=92291

Hm, this doesn’t change my view

[code]

     dhx.ready(function(){
         dhx.ui.fullScreen();
         dhx.ui({
           view: "scheduler",
           id: "scheduler",
           save: "parts/dhtmlxscheduler/common/cal_data_team.php?user=3"
        });
             
        $$("scheduler").load("parts/dhtmlxscheduler/common/cal_data_team.php?user=3","scheduler");
        $$("scheduler").$$("formCalendar").define("hourStart",6);
     });
  </script>[/code]

Hi,

you can also use the following to set first hour for list in Day view (please see message posted by cgtm viewtopic.php?f=24&t=28961&p=92291#p92153)

$$(’scheduler’).$$(’dayList’).define(”firstHour”, 6);