Rounded buttons and button positions

Hi,

I want to have only two views available in my scheduler. Those are month and timeline, but I noticed the following:

  • Month button has rounded corners only in the right. Can I have all the corners rounded?
  • As I have only those two buttons I would like to move them to the left, instead of having the default position. Is this possible?

Hi,
check this article
docs.dhtmlx.com/scheduler/schedu … ositioning

Hello over there,

you can change the class of the month-button to the following:

class="dhx_cal_tab dhx_cal_tab_standalone" , so both sides are rounded.

Thanks to both.

I solved the problem-