화면 » Api

getscreencontentheight

Description

컨테이너 화면에서 컨텐츠 화면을 로드했을때 컨텐츠 화면의 높이를 가져오는 API이다.

Return Value

Type Description
short 컨텐츠 화면의 높이

Remark

컨텐츠 화면이 로드되지 않은 경우에는 0값이 리턴된다.

Example

function btn_test_on mouseup() { screen.alert(screen.getscreencontentheight()); }

See Also

setscreencontentheight
getscreencontentwidth
setscreencontentwidth

Viewer Ver.

9.1.1.1

Update Date

20210421