네비바 » Api

getitemrighticon

Description

네비바의 아이템 오른쪽쪽아이콘을 반환하는 API이다.

Parameters

Parameters Type Description
nItemIndex short 아이템 인덱스

Return Value

Type Description
STRING 이미지 경로

Example

function getitemrighticon_on_mouseup(objInst) { var lastindex = navi01.getitemcount()-1; alert(navi01.getitemrighticon(lastindex)); // 마지막 아이템 }

See Also

setitemrighticon
setitemrighticonshow
setitemrighticonwidth
getitemrighticonshow
getitemrighticonwidth

Viewer Ver.

9.1.1.1

Update Date

20200618