Our pure JavaScript Scheduler component


Post by SIM-LTD »

Hi,

Thank you for your return.

One more thing to make it clear.
Are you saying if we only want to drag (forward/backward = right/left) at once several events selected, then configuring :
features:{
.....
multiEventSelect: true,
constrainDragToResource: true,
....
}
Would be enough to make that happen?

Post by Animal »

When the multi event dragging ticket https://app.assembla.com/spaces/bryntum/tickets/8289/details is fixed, yes.

Post by Animal »

Well
multiEventSelect : true,
features:{
    eventDrag : {
        constrainDragToResource: true,
    }
}

Post by SIM-LTD »

Yes, (the code is better like this... sorry)

We'll try that out and let you know. Cheers

Post by SIM-LTD »

Hi There

Maybe we have misunderstood
When the multi event dragging ticket In Progress #8289 is fixed, yes.
Indeed, our test in your online basic demo (https://www.bryntum.com/examples/scheduler/basic/) seems not giving the expected outcome

Is this fix 8289 already online?
Attachments
Capture d’écran 2019-07-22 à 10.54.44.png
Capture d’écran 2019-07-22 à 10.54.44.png (193.4 KiB) Viewed 1472 times

Post by pmiklashevich »

Nope, it's "In progress" yet :) PLease check the status in our bug tracker.

Pavlo Miklashevych
Sr. Frontend Developer


Post by mats »


Post Reply