Drag and drop between different layouts

I have a page with p: layout tags (left and center). In the left layout, I have a list of items that are being dragged. In the center of the layout, I have a panel that is not available. The problem is that the dragged items only drag (move) inside the left layout. I don’t know how to drag an element to the center layout. Any ideas?

Thank.

+5
source share
1 answer

There are tags with interface elements that support draggable and droppable, as follows.

<p:draggable> and <p:droppable> 

For example, you can see the following example of simple faces in a link, click here to see an example

0
source

All Articles