comboPopupItems()
comboPopupItems(
caption,items):HTMLElement
Defined in: js-api/ui.ts:536
Creates a combo popup with the specified icons and items
Parameters
| Parameter | Type | Description |
|---|---|---|
caption | string | HTMLElement | - |
items | {[key: string]: Function; } | - |
Returns
HTMLElement