Hello,
what exactly is wrong with the sample?
the line 32 is
scheduler.init(‘scheduler_here’,new Date(2010,0,10),“week”);
which is a regular initialization of the scheduler
I’ve also tried this example with the terrace skin(just replaced scheduler.css link with dhtmlxscheduler_dhx_terrace js/css), and everything seemed correct
It seems to be because the code in the sample seems to be missing a ;
There is a missing semicolon after week_date_class template, sorry, didn’t notice it before. Was it causing the problem?