UI Drag and Drop Action (sui:drag-drop-action)
With this action you can drag and drop an element.
Usage
<sui:drag-drop-action pageId=""! targetPageId=""! delayInMs=""? yOffset=""? xOffset=""? />
! - mandatory ? - optional
Example
Example | Behaviour |
---|---|
<sui:drag-drop-action pageId="dragAndDropKitty" targetPageId="dragAndDropBunny" /> | Drags ‘dragAndDropKitty’ and drops it on ‘dragAndDropBunny’ |
, multiple selections available, Use left or right arrow keys to navigate selected items