Drag and drop support for tobago components
-------------------------------------------
Key: TOBAGO-590
URL: https://issues.apache.org/jira/browse/TOBAGO-590
Project: MyFaces Tobago
Issue Type: New Feature
Components: Core
Reporter: Jens Janssen
Fix For: 1.1.0
Some ideas how this could be realized are appended for a draggable component, a
component which accept those components and an event which is fired onDrop.
Draggable Component:
<tc:image draggable="true" dragNames="1" />
Droppable Component:
<tc:panel>
<tc:dropCommand action="#{...}" actionListener="#{...}" dragNames="1,..,n" />
<tc:dropCommand action="#{...}" />
</tc:panel>
DragAndDropEvent:
source: UIComponent
target: UIComponent
positionOnTarget: Coords
positionOnPage: Coords
mode: DragAndDropMode {MOVE, COPY}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.