스플리터 » Api

getinitposition

Description

스플리터의 초기 위치값을 반환하는 API이다.

Return Value

Type Description
short 초기 위치 값

Remark

** move_dir: 0 이면 스플리터의 left 값 반환,
        move_dir: 1 이면 스플리터의 top 값 반환

Example

function btngetinitposition(objInst) { screen.alert(splitter.getinitposition()); }

Viewer Ver.

9.1.1.1

Update Date

20161014