Our powerful JS Calendar component


Post by niranjan »

I have added 2 new fields, Description and Notes to the calendar in the eventEditFeature.

The two fields are coming right below the "Name" field. How do I configure it to show at the end after "Repeat" field or somewhere in the middle?

Attached is my config for it and also a screenshot of the fields showing below "Name"

Attachments
eventEditFeatureConfig.txt
(578 Bytes) Downloaded 23 times
Screen Shot 2023-03-28 at 12.42.46 PM.png
Screen Shot 2023-03-28 at 12.42.46 PM.png (30.2 KiB) Viewed 97 times

Post by Animal »

Add a weight property.

The EventEdit Feature extends the Scheduler one. Go up the hierarchy in the API docs. It is explained here: https://bryntum.com/products/calendar/docs/api/Scheduler/feature/EventEdit#built-in-widgets


Post by niranjan »

Worked.
Thank you very much.


Post Reply