jQWidgets Forums

jQuery UI Widgets Forums Navigation Tree drag and drop

This topic contains 11 replies, has 7 voices, and was last updated by  fresher 8 years, 11 months ago.

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
  • drag and drop #1151

    rafi
    Participant

    Do you have plans about implementing drag and drop in the jqxTree?

    drag and drop #1157

    support
    Participant

    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 Atanasov

    drag and drop #4116

    flexcarver
    Member

    Hello Ivan!
    Great, it is in the roadmap, this is something important to me as well, Thanx!

    drag and drop #4119

    Peter Stoev
    Keymaster

    Hi flexcarver,

    jqxTree’s Drag & Drop feature is expected to be released this month. See the Roadmap for additional details.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    drag and drop #4418

    Kynao
    Participant

    That’s great. Can we have more than one instance of tree in a single page and drag&drop from one tree to another ?

    drag and drop #4423

    Peter Stoev
    Keymaster

    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 Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    drag and drop #4750

    Kynao
    Participant

    This 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.

    drag and drop #4753

    Peter Stoev
    Keymaster

    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 Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    drag and drop #4756

    Kynao
    Participant

    Yes, i’m aware of it and took it into consideration when tested and reported it.
    I use Firefox 12 under windows xp 32

    drag and drop #4758

    Peter Stoev
    Keymaster

    Ok, 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 Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    drag and drop #79277

    Thomas Schmidt
    Participant

    Hi

    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

    drag and drop #84959

    fresher
    Participant

    Hi ,

    I Would like to know whether Drag and Drop File upload is available in latest version of jqwidgets?

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.