LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


insertItemAfter(item, refItem)

Inserts a new item at position after specified item in ListBox component.

Parameters

ParamTypeDetails
itemObjectThe item to insert to the collection
refItem ObjectA reference item after which the newly added item will be positioned

Return Value

This method does not return a value.

Remarks

Use this method to add a new item after some other item as a reference.

Version Information

Supported in: v1.0.

See Also