Our pure JavaScript Scheduler component


Post by why »

Double click on an event on the Scheduler, the Event Edit will have Name, Resources, From, To, is the popup customizable? including the styling, the contents. we have more fields to add in the Edit popup, and want to re-layout the fields.

the same question for the tooltips on the Event.

Post by mats »

Look at the source of https://bryntum.com/examples/scheduler/eventeditor/

and you'll see you can add extraItems and configure it as you want. Or remove our editor completely and roll your own.

For event tooltips, please review code of this demo: https://bryntum.com/examples/scheduler/tooltips/

Post Reply