네비바의 아이템 오른쪽쪽아이콘을 반환하는 API이다.
Parameters | Type | Description |
---|---|---|
nItemIndex | short | 아이템 인덱스 |
Type | Description |
---|---|
STRING | 이미지 경로 |
function getitemrighticon_on_mouseup(objInst)
{
var lastindex = navi01.getitemcount()-1;
alert(navi01.getitemrighticon(lastindex)); // 마지막 아이템
}