슬라이드뷰 » Api

moveat

Description

지정한 슬라이드뷰 아이템으로 이동한다.

Parameters

Parameters Type Description
index long 슬라이드 아이템 index

Return Value

Type Description
BOOL 성공/실패 여부

Example

function moveat_on_mouseup(objInst) { var bResult = slideView.moveat(2); if(bResult == false) { screen.alert("슬라이드뷰 아이템을 이동하는 도중 오류가 발생하였습니다."); } }

See Also

movenext
moveprev
movehome

Viewer Ver.

9.1.1.1

Update Date

20181128