Our powerful JS Calendar component


Post by lanpeng »

Hi bryntum team,
I want to add a customized widget into sidebar .As shown in p1.
But i do not know how to change the order of sidebar widgets . I want to put the “select team” widget below the calendar widget and above the other widgets . how can i do?

Attachments
p1.png
p1.png (28.76 KiB) Viewed 339 times

Post by Maxim Gorkovsky »

Hello.
Please refer to this doc: https://bryntum.com/docs/calendar/api/Calendar/widget/Sidebar Sidebar widgets have weight which you can change to alter position in the side bar. Heavier the weight, lower the widget:

sidebar : {
  datePicker : { weight : 100 },
  resourceFilter : { weight : 200 },
  eventFilter : { weight : 300 }
}

Post by lanpeng »

thanks maxim . The method is feasible


Post Reply