how to remove the day, week and month tab?

Hi All,

I am using scheduler timeline view. how to remove the day, week and month tabs?
How to add drop down to the in the light box and how to store the value to the database?

Thanks in advance,

Hello,

Please check available samples in the package and check out documentation on our site.

You need to modify scheduler structure, by simply removing

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

month view tab won’t be displayed anymore

Check the details form section in our documentation or scheduler\samples\06_timeline\02_lines.html sample, it uses ‘select’ section as well

Check server integration page in our documentation and scheduler\samples\01_initialization_loading\05_loading_mysql.html sample.

Kind regards,
Ilya