화면 » Api

getscreentype

Description

화면의 유형을 가져오는 API이다.

Return Value

Type Description
short 화면의 유형(*Remark 참조)

Remark

**리턴값 (화면의 종류)

0: 일반 화면,
1: 포틀릿 화면
2: 컨테이너 화면
3: 팝업으로 로드된 포틀릿 화면
8: 임포트 화면

Example

function btn_on_mouseup() { screen.alert("getscreentype = " + screen.getscreentype()); }

See Also

getscreenheight
getscreenid
getscreentitle
getscreentrancode
getscreenwidth
getscreenurl

Viewer Ver.

9.1.1.1

Update Date

20241120