Our pure JavaScript Scheduler component


Post by anthony.dasre »

Hello everyone,

I am using the schedulerPro( v 4.3.5) .

I want to annuler the limit of the time when 2 events are linked by the dependency. Fore more detail, in the attachment, I have 2 events(event1 and event2). Do we have the attribute for enabling moving the event2 before event1.

[
  {
    "id": 1,
    "fromEvent": 285905,
    "toEvent": "285906"
  }
]
Attachments
dependency.png
dependency.png (8.55 KiB) Viewed 355 times

Post by mats »

Do you mean lag? If so, you can set it directly on the data: https://bryntum.com/docs/scheduler-pro/api/Scheduler/model/DependencyModel#field-lag

Or edit it in the dependency editor UI.


Post by anthony.dasre »

No. In fact, now moving "event2"(the later one) before"event1"(the early one) is not possible in my scheduler. I want to drag and drop "event2" without limitation. What's more,now moving "event1" will delay "event2" automatically. Is it possible to annuler the influence between the two events without deleting the dependency?

Now, my scheduler is just like: https://bryntum.com/examples/scheduler-pro/dependencies/
I'd like to make the scheduler in the live demo of the doc:
https://bryntum.com/docs/scheduler-pro/api/Scheduler/feature/Dependencies


Post by mats »


Post by anthony.dasre »

Thanks a lot. it works well.


Post Reply