jQuery.Gantt icon indicating copy to clipboard operation
jQuery.Gantt copied to clipboard

"select" multiple cells for adding an event

Open dcale opened this issue 12 years ago • 2 comments

The functionality of beeing able to click on an empty cell and then drag to the second date would be great. Like this people could directly enter new events by simply selecting the days.

dcale avatar Sep 03 '13 06:09 dcale

This could be useful, though most of the heavy lifting of such a feature would have to come from the developer using the plugin, since the workflow and user experience of adding an item is intentionally left open.

On the other hand, this functionality could already be approximated with the onAddClick option--instead of dragging, you could have the first click set the start time and the second click set the end time.

What could really be useful, though, is the generic ability to pass an event map to the plugin as an option (or in several options, depending on the target), which could handle pretty much any event. I believe #16 is getting at this but in a slightly less ambitious way.

usmonster avatar Sep 03 '13 10:09 usmonster

I have done some new drag bar functions and can be added and dragged. I hope I can also participate in the Gantt plug-in project.

ATwins-8 avatar Jun 22 '18 06:06 ATwins-8