다이얼로그를 제외한 열려있는 모든 팝업과 벌룬을 숨깁니다.
숨기지 않을 팝업 또는 벌룬을 설정할 수 있습니다.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 액션 이름 |
exceptPopupName | String | 숨기지 않을 팝업 또는 벌룬 이름 |
Example:
editor.execCommand('hideAllPopup'); // 모든 팝업과 벌룬 숨기기 editor.execCommand('hideAllPopup', 'colorPicker'); // colorPicker을 제외한 모든 팝업과 벌룬 숨기기