Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

다이얼로그를 제외한 열려있는 모든 팝업과 벌룬을 숨깁니다.

...

Hide all popups

You may set exceptions with exceptPopupName parameter.


Parameters:

NameTypeDescription
actionNameString액션 이름'hideAllPopup' popup hiding API
exceptPopupNameString숨기지 않을 팝업 또는 벌룬 이름Names of popups to show


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('hideAllPopup');  // Hide 모든all popups 팝업과and 벌룬balloon 숨기기popups
editor.execCommand('hideAllPopup', 'colorPicker');  // colorPicker을 제외한 모든 팝업과 벌룬 숨기기Hide all popups and balloon popups except colorPicker