Dragula

UI Extension

Dragula provides simple drag-and-drop functionality with no extra markup required. Supports containers and spillover.

Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #150
KEY FEATURES
Simple drag and drop
No extra markup
Containers
Spillover
Shadow elements
Mirror elements
Touch support
Usage Example

Here's how you'll use Dragula with Oorian once the extension is available:

Java
// Create and configure Dragula component
Dragula component = new Dragula();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, DragulaEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.