슬라이드뷰 » Api

getitemcount

Description

슬라이드뷰의 아이템 수를 리턴한다.

Return Value

Type Description
long 슬라이드뷰 아이템의 갯수

Example

function btnTest_on_mouseup() { var data = slideView.getitemcount(); screen.alert(data); }

Viewer Ver.

9.1.1.1

Update Date

20181015