MobileCRM.UI._DetailView.insertItems - Resconet/JSBridge GitHub Wiki
[v8.0] Inserts the MobileCRM.UI.DetailViewItems.Item into this detailed view.
Argument | Type | Description |
---|---|---|
items | Array(MobileCRM.UI.DetailViewItems.Item) | An array of items to be added. |
index | Number | An index on which the items should be placed. Set to -1 to append the items at the end. |