DriverJs
UI Extension
Driver.js is a lightweight, no-dependency library for driving the user's focus across the page with step-by-step guides.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #105
KEY FEATURES
Focus highlighting
Step-by-step
No dependencies
Animated transitions
Customizable
Keyboard support
Popover positioning
Usage Example
Here's how you'll use DriverJs with Oorian once the extension is available:
Java
// Create and configure DriverJs component
DriverJs component = new DriverJs();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, DriverJsEvent.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.