0
votes
1answer
28 views
Dojo DnD Move Node Programmatically
I would like to know if there is a way to move the node programmatically in dojo Dnd? The reason is I would like to revert the changes to the drag and drop when the web service call triggered a failed …
0
votes
3answers
158 views
Dojo DnD: how to access newly copied node on onDndDrop event?
Hi.
I am working on code like the following.
01: var c1 = new dojo.dnd.Source('container1', {copyOnly:true}); // container1 is a div
02: var c2 = new dojo.dnd.Source('container2'); …
0
votes
2answers
20 views
Different UI for Dojo DND than when item is displayed
I have a set of items that can be dragged / dropped using Dojo DND, that part has already been implemented and all is working well. The specific question I have is that I'd like to display very …
0
votes
1answer
25 views
dojo drag and drop and key handlers
Hi all,
I have a dojo.dnd.Source container with multiple dnd items. I'd like to give the user the option to select one of the dnd items in the source and then use their backwards/forwards keys to …
0
votes
0answers
6 views
Two DropTarget in the same class does not work (Java) ?
I have two Jlist in the same class each with DnD drop enable.
The problem is whatever file I DnD from my desktop to the JLists either number of or number 2 will populate ( and appear ) in JList1. …
3
votes
1answer
55 views
dojo.dnd one item at a time only
Hi,
Using dojo.dnd, I want to allow a user to drag only one item at a time, rather than any arbitrary number, as per the dojo's default behaviour.
At the moment, a user can hold Ctrl and click …
0
votes
1answer
65 views
GWT DnD: Is it possible to drag disabled widgets?
I have a composite widget that contains a disabled TextArea on an AbsotutePanel. Now I want to be able to drag the composite widget, starting from anywhere on it, including the disabled text area.
Is …
0
votes
0answers
35 views
how to find a dnd.source
Some design specs require for the avatar to be under the mouse cursor when the item is dropped.
to get around this i can easily check the drop position to see if the item was dropped within a source …
0
votes
3answers
392 views
dojo - mouse(x, y) - drag and drop - frustration.
I'm attempting to drag an object using dojo.dnd but want the avatar to be in the same position as the object was (relative to the mouse)
i.e. if a person clicks in the middle of the object then the …
1
vote
2answers
131 views
GWT DnD: Keep draggable within an AbsolutePanel
I made a MultiSlider widget using the GWT and the gwt-dnd addon to rate texts. On the screenshot, you can see the slider button with value 50 dragged outside the slider bar. It can't be dropped …
0
votes
0answers
88 views
Make dijit.form.TextBox TARGET of dojo dnd action
Hi there,
I am new to dojo so i’ll need help. I’ll be very thankful if u can halp me.
I am experimenting with dojo dnd and i have a problem to solve. I cannot find a way to make dijit.form.TextBox to …
2
votes
2answers
23 views
Detecting drops from the same process
Hi there,
Is it possible for a class implementing DropTargetListener, to detect whether the stuff being dragged comes from the same process of from elsewere?
0
votes
1answer
96 views
Dojo dnd: Avatar positioning
Is it possible to change the positioning of the avatar with dojo toolkit's dnd api? At the moment, when dragging, the avatar of the dragged item appears to the right and below the mouse cursor. I want …
0
votes
1answer
108 views
Dragging dnd items generates “this.manager.nodes[i] is null”
I use Dojo 1.3.1, essentially under FF3.5 for now.
I have a dnd source which is also a target. I programmatically add some nodes inside, by cloning template items. The aim for the user is then to use …
0
votes
3answers
150 views
Dojo: Is there an event after drag & drop finished
I've got two dojo.dnd.Sources with items. Whenever an item is dropped I need to persist the new order of the items in the Sources using an xhr.
Is there an dojo event or topic that is fired after an …
