Extensions add specific functionality to Items API. They rely on modules within LT being available.
--
Adds a UI divider in between the left and right columns (for items with 2 columns) providing the ability for the end user to resize the layout by dragging the element left or right.
The tooltip provides instructions on how to use the resizer. The resizer is not available for the horizontal-fixed
region.
Methods
run()
Sets up an item load listener to add a UI element allowing users to drag to resize the column divider.
- Since
- 0.5.0
Example
import { LT } from '@caspingus/lt/assessment';
LT.init(itemsApp); // Set up LT with the Items API application instance variable
LT.extensions.columnResizer.run();