Hello,
Is it possible to drop an item from the tree into the scheduler? If so, how can I do it, is there an example?
I tried and it didn’t work https://snippet.dhtmlx.com/1giraeiw
Hello,
Is it possible to drop an item from the tree into the scheduler? If so, how can I do it, is there an example?
I tried and it didn’t work https://snippet.dhtmlx.com/1giraeiw
The Scheduler doc makes it seem like it’s possible, even providing this sample page: https://docs.dhtmlx.com/scheduler/samples/10_integration/02_dhtmlxtree_outer_drag.html
The only thing I see on that page that I can see to maybe cause your snippet to not work is the inclusion of an “Outer Drag” extension.
<script src='../../codebase/ext/dhtmlxscheduler_outerdrag.js?v=5.3.11' charset="utf-8"></script>
The example works for DHTMLX suite 5, but I want to use 7.
Unfortuantely currently there is no outerDrag extension for the dhtmlxSuite 7.