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

Dynamically creating a list of items available for dropping onto the scheduler

Asked by Ben
15 years ago.

Hello there,

I have a few items or time slots that can possibly be added to the scheduler. Once I have a datatable of items, how do I dynamically put them into a list ready for them to be dragged onto the scheduler?

Many thanks.

Comment posted by Dan Letecky
15 years ago.
You can generate it using Repeater control, for example.

You should only make sure that the elements that represent events (<li>, <div>) have the onmousedown attribute assigned as specified in the documentation (www.daypilot.org/daypilotcalendar-external-drag-drop.html).

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