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

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

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


Parameters:

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


Example:

editor.execCommand('hideAllPopup');  // 모든 팝업과 벌룬 숨기기
editor.execCommand('hideAllPopup', 'colorPicker');  // colorPicker을 제외한 모든 팝업과 벌룬 숨기기
  • No labels