How to hide a tab when scheduler init?

I want to hide week tab and day tab when I first into my page.I didn’t find any config option for that, and the source code is a nightmare,help?

Hello,

You went too far. One can simply do following:

<div class="dhx_cal_tab" name="month_tab" style="right:76px; display: none;"></div>

Best regards,
Ilya

Ilya, what to do if scheduler are attached to layout and no manually div in body exists?

Hello,
try following css:.dhx_cal_tab{ display:none; }
If you need to hide specific tab, you can find it with ‘.dhx_cal_tab’ css selector and the value of it’s ‘name’ attribute