Page tree
Skip to end of metadata
Go to start of metadata

Hide all popups

You may set exceptions with exceptPopupName parameter.


Parameters:

NameTypeDescription
actionNameString'hideAllPopup' popup hiding API
exceptPopupNameStringNames 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
  • No labels