Adding HTML to the scheduler view

I’ve developed some simple controls for “jumping” by a user provided number of days, weeks or months and currently have to have these controls rendered outside of the “dhx_cal_container”

. I’d like to find a way to add these controls somewhere in that container, probably vertically aligned with the view tabs, date, etc. Is this possible/supported?

Thanks as always,
Chris

You can inject custom elements directly in the HTML snippet

<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:200px;">Custom</div>

top and left position will be relative to the scheduler’s container