showPopup()
showPopup(
element,anchor,options?):Element
Shows popup with the [element] near the [anchor]. tooltip, and popup menu.
Parameters
| Parameter | Type |
|---|---|
element | HTMLElement |
anchor | HTMLElement |
options? | object |
options.dx? | number |
options.dy? | number |
options.smart? | boolean |
options.vertical? | boolean |
Returns
Element