Our pure JavaScript Scheduler component


Post by Bernd33 »

Hi,

i saw in the examples that it is possible to make the "resource" field in the task editor a multiSelect field (which then creates combined/linked tasks to 2 or more resources).

Unfortunately i was not able to configurate the field OR the data that it is a multiSelect field. I checked your examples and the documentation and also added a flag "multiSelect" in the taskEditor with no result

taskEdit : {
			// Customize its contents
            items : {
                generalTab : {
                    // Customize the title of the general tab
                    title : 'general description',
                    items : {
						resourcesField : {
							type: 'combo',
							label: 'Resource',
							[b]multiSelect : true[/b]
						},

any further ideas/help appreciated, thx :)


Post by mats »

Are you using Scheduler Pro? It uses multiSelect for resources out of the box, try it at: https://www.bryntum.com/examples/scheduler-pro/grouping/

Attachments
Screenshot 2021-04-15 at 22.10.59.png
Screenshot 2021-04-15 at 22.10.59.png (121.69 KiB) Viewed 403 times

Post by Bernd33 »

Hi mats,

thx for your reply.
I diggged into the problem and yes i was using SchedulerPro but i had some errors in my EventStore (which i have to dig in further) which caused this issue.


Post by mats »

Ok all good now then?


Post by Bernd33 »

Yes thx. I'll reopen the topic if further questions arise!


Post Reply