Split.js
UI Extension
Split.js is a lightweight utility for creating adjustable split views and resizable panes with no dependencies.
Status
In Development
Supported Version
TBD
Licensing
Open Source
Priority
Rank #22
KEY FEATURES
Split views
Resizable panes
No dependencies
Horizontal/Vertical
Minimum sizes
Gutters
Responsive
Usage Example
Here's how you'll use Split.js with Oorian once the extension is available:
Java
// Create and configure Split.js component
Splitjs component = new Splitjs();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, SplitjsEvent.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.