Hide all popups
You may set exceptions with exceptPopupName parameter.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'hideAllPopup' popup hiding API |
exceptPopupName | String | Names of popups to show |
Example:
editor.execCommand('hideAllPopup'); // Hide all popups and balloon popups editor.execCommand('hideAllPopup', 'colorPicker'); // Hide all popups and balloon popups except colorPicker