Hello,
Is it possible for the scheduler, to react to an external dragin made by a jquery draggable component ?
$("#draggable").draggable({ revert: true });
....
<div id="draggable" style="background-color:red;width:20%;height:20%;float:left;padding:5px;overflow:hidden;"></div>
thx
Yannick
Existing extension can work only with dhtmlx d-n-d, but I think it must not be a problem to create a plugin for jQuery. If you look in sources\ext\ext_outerdrag.js - the logic is pretty simple. In moment when mouse released - scheduler simulate double-clicking in that point of screen - which triggers normal event creation logic of scheduler.