InsertItem - cWebToolBar

Inserts a new item into a dynamic menu

Type: Procedure

Parameters: String sParentId tWebMenuItem NewItem

ParameterDescription
sParentIdUnique identifier of the menu item to which this item needs to be appended as a child
NewItemContents of the new menu item


Syntax
Procedure InsertItem String sParentId tWebMenuItem NewItem

Call: Send InsertItem sParentId NewItem


Description

Inserts a new item into a dynamic menu.

See Also

UpdateItem | RemoveItem