jQWidgets Forums
jQuery UI Widgets › Forums › Navigation › Tree › drag and drop
Tagged: drag drop cursor
This topic contains 11 replies, has 7 voices, and was last updated by fresher 8 years, 11 months ago.
-
Authordrag and drop Posts
-
Do you have plans about implementing drag and drop in the jqxTree?
Hi rafi,
The jqxTree Items “Drag and Drop” featue is in our plans and we will definitely implement it in a future release and when we schedule it for a specific release, we will put it in our Roadmap. We will also update you on this post when the feature is implemented.
Best Regards,
Ivan AtanasovHello Ivan!
Great, it is in the roadmap, this is something important to me as well, Thanx!Hi flexcarver,
jqxTree’s Drag & Drop feature is expected to be released this month. See the Roadmap for additional details.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comThat’s great. Can we have more than one instance of tree in a single page and drag&drop from one tree to another ?
Hi Kynao,
The latest version from 25-May-2012 includes Drag & Drop feature. You can take a look at the Online Demo for the jqxTree’s Drag and Drop. The demo is with multiple tree instances with enabled drag & drop.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comThis is cool, thanks.
I think there is a bug in the demo (or the script itself) :Try to drag&drop “Education” between “Support” and “support home”; “Education” goes below “Customer service”.
But sometimes it works as expected which is strange by itself. In this case try to drag&drop “Education” below “Products” and then again between “Support” and “support home”, you should see the bug playing around these manipulations.According to me, this works as expected. It depends on where you drop the item, below the “Support” or above the “Support Home”. The indicator line indicates the exact drop position.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comYes, i’m aware of it and took it into consideration when tested and reported it.
I use Firefox 12 under windows xp 32Ok, tested it with FF12 and still works fine on my side. May be we should update the UI indicator and make it more user friendly.The position and size of the indicator line illustrates where the dropped item will go, before a node or after a node. The size of the indicator line and its left offset depends on the size and position of the Node under the mouse.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi
I want to change mouse cursor while dragging an object to indicate where the dropping of the object is allowed and where not.
I added a dragging handler to all objects which may be dragged:
dragitems.on (‘dragging’, onDragging);
and a handler routine which just sets the cursor:
function onDragging(event)
{
var myCursor = …;
$(this).jqxDragDrop( {cursor:myCursor} );
}But the cursor definitely does not change when I drag any object.
What do I wrong?Regards Thomas
Hi ,
I Would like to know whether Drag and Drop File upload is available in latest version of jqwidgets?
-
AuthorPosts
You must be logged in to reply to this topic.