슬라이드뷰 » Api

getitemfocus

Description

현재 포커스를 가지고 있는 슬라이드뷰의 아이템 인덱스를 반환하는 API이다.

Return Value

Type Description
short 현재 포커스를 가진 아이템 인덱스

Example

function getitemfocus_on_mouseup() { var data = slideView.getitemfocus(); screen.alert(data); }

See Also

setitemfocus

Viewer Ver.

9.1.1.1

Update Date

20181015