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