아코디언 » Api

getitemcount

Description

아코디언의 아이템 수를 리턴한다.

Return Value

Type Description
long 아코디언 아이템 개수

Example

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

Viewer Ver.

9.1.1.1

Update Date

20210610