Client-Side API Reference > Input > wijmo.input > PopupTrigger Enum |
Name | Value | Description |
---|---|---|
None | 0 |
No triggers; popups must be shown and hidden using code. |
Click | 1 |
Show or hide the popup when the owner element is clicked. |
Blur | 2 |
Hide the popup when it loses focus. |
ClickOrBlur | Click | Blur |
Show or hide the popup when the owner element is clicked, hide when it loses focus. |
Specifies actions that trigger showing and hiding Popup controls.