MarkJs UI Extension

UI Extension

mark.js is a JavaScript keyword highlighter for search terms, custom regular expressions, and text ranges with zero dependencies.

Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #111
KEY FEATURES
Keyword highlighting
RegExp support
Range marking
Case sensitivity
Diacritics
Custom elements
Zero dependencies
Usage Example

Here's how you'll use MarkJs UI Extension with Oorian once the extension is available:

Java
// Create and configure MarkJs UI Extension  component
MarkJsUIExtension component = new MarkJsUIExtension();
component.setWidth("100%");
component.setHeight("400px");

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

// Register for events using Oorian's event model
component.registerForEvent(this, MarkJsUIExtensionEvent.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.