슬라이드뷰의 아이템 수를 리턴한다.
function btnTest_on_mouseup() { var data = slideView.getitemcount(); screen.alert(data); }