Page tree

Versions Compared

Key

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

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

숨기지 않을 팝업 또는 벌룬을 설정할 수 있습니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
exceptPopupNameString숨기지 않을 팝업 또는 벌룬 이름


Example:

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