Our pure JavaScript Scheduler component


Post by jedgeley »

I have two column (Name)I want to create two combo field type and load it first(loading left to Name column). How to achieve it. I have seen example but there you are loading the combo field type at the widget only. I have attached the screenshot of my query. So can anyone give me suggestion how to achieve it?

Attachments
bryutm doubts.docx
(44.17 KiB) Downloaded 66 times

Post by mats »

So you basically just want two combo boxes in a panel left of the Scheduler?


Post by jedgeley »

Yes mats.


Post by jedgeley »

How to get it( combo boxes in a panel left of the Scheduler)!. Can i get any sample codes for that or any examples.


Post by mats »

Ok please study Combo box: https://bryntum.com/docs/scheduler/#Core/widget/Combo

You can add those as children to a Panel or Container, or add them to any existing markup in your page (see ´appendTo´)


Post by jedgeley »

Thanks mats.


Post Reply