Hi DeployDuck,
After you create the Scheduler, you can use a code like that:
const customElement = document.createElement('span');
customElement.className = 'jqx-group-button-normal jqx-button jqx-fill-state-normal jqx-rc-r';
customElement.style.cursor = 'pointer';
customElement.style.position = 'relative';
customElement.style.marginLeft = '-1px';
customElement.innerHTML = 'MyElement'
document.querySelector('.jqx-scheduler-toolbar-details').nextSibling.appendChild(customElement);
The above adds a new item to the ‘Day’, ‘Week’, ‘Month’ items.
Hope this helps.
Best Regards,
Peter Stoev
jQWidgets Team
https://www.jqwidgets.com