After onEventClick in DayPilot i use DayPilot.events.edit(args.e);
and it shows blank textArea for editing event.
That's fine, but i want to get in this area text from current event?
Thanks a lot
Answer posted by Dan Letecky [DayPilot] 6 years ago.
The text area will use the "text" value of the event data object. If you only use "html" to set the event content you'll also need to add "text" property to the data object.