Questions tagged as 'drag-and-drop'

0
answers

How to use events with vue-draggable

I can not detect events with the library vue-draggable documentation for rearrangements of lists JS Vue.use(VueDraggable); new Vue({ el: '#app', data: { items: [ {id: 1, title: "Iqssq"}, {id: 2, title: "Itemaa 2"...
asked by 04.01.2019 / 21:51
0
answers

Upload files with formData

I try to upload images (using drag & drop) using Ajax but I run into the following error just when I try to send the files to a function: TypeError: 'append' called on an object that does not implement interface FormData. The code I...
asked by 04.09.2018 / 10:50
0
answers

Drag and Drop in JAVA

I am doing some tests, drag and drop, so far I have been able to upload the files, but I want to restrict them so that they are only XML so far this is my DataTarget. DropTarget target = new DropTarget (tablaXml, new DropTargetListener...
asked by 08.06.2018 / 18:48
0
answers

Problems jquery ui

I'm doing a Drag and drop system with jquery ui. The initial part declaring the elements sortables or droppables works perfectly, the problem is that these elements are stackable, creating groups among themselves and later being separa...
asked by 18.07.2017 / 12:50
1
answer

Apply Drag to a child element without the parent moving (both have the draggable property)

I'm using the HTML5 drag and drop API. It turns out that I have a series of divs to which I apply the drag and drop. And it works well !. Now, each of these divs has other daughters divs to which I also have to apply the drag and drop, but when...
asked by 17.07.2017 / 17:23
1
answer

Problem highlight jquery ui Drag and Drop

I'm using jquery UI to make an interface with drag and drop, which works perfectly, the only problem is that in the first click on a draggable element I get a: Uncaught ReferenceError: highlight is not defined and it does not work, but cur...
asked by 06.07.2017 / 11:29