현재 포커스를 가지고 있는 슬라이드뷰의 아이템 인덱스를 반환하는 API이다.
function getitemfocus_on_mouseup() { var data = slideView.getitemfocus(); screen.alert(data); }