LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


insertItemAt(name, item, index, parent)

Inserts a new item at specified position in Menu directive.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the Menu directive
itemObjectThe item to insert to the menu collection
indexIntegerThe indexed location within the collection to insert the item
parent (optional)ObjectThe item which will represent the parent of the newly added item

Return Value

This method does not return a value.

Remarks

This method is part of IntegralUIMenuService.

Version Information

Supported in: v1.0.

See Also