화면 » Api

closeportletpopup

Description

화면에서 로드한 특정 포틀릿 팝업 화면을 닫는 API이다.

Parameters

Parameters Type Description
strPopupName STRING 포틀릿 팝업 이름
bAsyncClose BOOL [옵션] 비동기 닫기 처리 여부 (기본값: false)

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btn_on_mouseup() { // 특정 포틀릿 팝업을 화면을 닫음 screen.closeportletpopup("PortletPopupName"); }

See Also

closeallportletpopup

Viewer Ver.

9.1.1.1

Update Date

20230208