Would like to add new buttons to scheduler

Hi,

 I would like to add new buttons with my own functions near the "today" button like for example a reload button. How is that possible?

Thanks

Aleix

Just place it inside the html template

<div class="dhx_cal_navline">
	<div class="dhx_cal_prev_button">&nbsp;</div>
	<div class="dhx_cal_next_button">&nbsp;</div>
	<div class="dhx_cal_today_button"></div>
	<div style='position:absolute; top:2px; left:400px'>My button</div>