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