테이블뷰 » Api

getwindowleft

Description

브라우저 페이지 상의 컨트롤 좌측(left) 위치값을 반환하는 API이다.

Return Value

Type Description
short 브라우저 페이지 상의 컨트롤 좌측 위치값

Example

function btn_GetWindowLeft_on_mouseup() { var nLeft = btnTest.getwindowleft(); screen.alert("버튼의 Left 위치 : " + nLeft); }

See Also

getwindowbottom
getwindowrect
getwindowright
getwindowtop

Viewer Ver.

9.1.1.1

Update Date

20170922