search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Features available for react js schedular

Related article: React Shift Scheduling Application (PHP/MySQL Backend)
Asked by Roshani Mahale
3 years ago.

Can you please let me know whether eventEdit feature is available for react js ? If available can you please share one example to me with multiple months and event edit feature it will be great help. Also please specify features available for react js like whether we can edit , delete event in react js. Thankyou.

Answer posted by Dan Letecky [DayPilot]
3 years ago.

All DayPilot Pro for JavaScript features are available in React as well.

To learn more about event editing, please see the following documentation page:

https://doc.daypilot.org/scheduler/event-editing/

Comment posted by Roshani Mahale
3 years ago.

Thankyou for your help but can you share link which shows specific example of event editing using react js?

Comment posted by Dan Letecky [DayPilot]
3 years ago.

In React, the properties and events can be applied using attributes of the <DayPilotScheduler> tag as you can also see in the tutorial (https://code.daypilot.org/40087/react-shift-scheduling-application-php-mysql-backend).

For example, inline event editing can be activated like this:

<DayPilotScheduler
  eventClickHandling={"Edit"}
  onEventEdit={args => this.myEditHandler(args)}
  ...
/>
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.