Our powerful JS Calendar component


Post by Nagesh@Apoorva.com »

We want to align the fields like the below attachment please let us know how to do it.

Attachments
Field alignment.png
Field alignment.png (112.81 KiB) Viewed 553 times

Post by alex.l »

To hide items from the panel, please use
https://bryntum.com/docs/calendar/#Calendar/widget/Sidebar#config-items of the https://bryntum.com/docs/calendar/#Calendar/view/Calendar#config-sidebar

sidebar: {
    items: {
        datePicker: false
    }
}

Two others widgets are https://bryntum.com/docs/calendar/#Core/widget/FilterField and https://bryntum.com/docs/calendar/#Scheduler/widget/ResourceFilter

Top panel may be configured using https://bryntum.com/docs/calendar/#Calendar/view/Calendar#config-tbar
It also has items to manage its items.

We do not support moving these widgets to another place, you can add them to any panel you want, but you'll need to write a logic to make it works as well.

All the best,
Alex

All the best,
Alex


Post Reply