UI Drag and Drop Action (sui:drag-drop-action)

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

Example

Behaviour

<sui:drag-drop-action pageId="dragAndDropKitty" targetPageId="dragAndDropBunny" />

Drags ‘dragAndDropKitty’ and drops it on ‘dragAndDropBunny’