팝메뉴 » Api

additemlist

Description

팝메뉴의 아이템을 추가하는 API이다.

Parameters

Parameters Type Description
arrItemList Array 추가할 아이템 정보 배열

Return Value

Type Description
void

Example

function btn_additemlist_on_mouseup() { var objMenu = []; objMenu.push({"depth":0, "id":"0", "text":"text1"}); objMenu.push({"depth":0, "id":"1", "text":"text2"}); objMenu.push({"depth":1, "id":"2", "text":"text3"}); objMenu.push({"depth":2, "id":"3", "text":"text4"}); objMenu.push({"depth":1, "id":"4", "text":"text5"}); popmenu.additemlist(objMenu); }

Viewer Ver.

9.1.1.1

Update Date

20211021