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

Show current text when Inline Event Editing

Asked by Ales
4 years ago.

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]
4 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.

See also:
https://api.daypilot.org/daypilot-event-data/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.