다이얼로그를 제외한 열려있는 모든 팝업과 벌룬을 숨깁니다.
...
Hide all popups
You may set exceptions with exceptPopupName parameter.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'hideAllPopup' popup hiding API |
exceptPopupName | String숨기지 않을 팝업 또는 벌룬 이름 | Names of popups to show |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('hideAllPopup'); // Hide 모든all popups 팝업과and 벌룬balloon 숨기기popups editor.execCommand('hideAllPopup', 'colorPicker'); // colorPicker을 제외한 모든 팝업과 벌룬 숨기기Hide all popups and balloon popups except colorPicker |