아코디언 » Api

expanditem

Description

아코디언의 아이템을 펼치거나 접는다.

Parameters

Parameters Type Description
nItemIndex short 아이템 번호
strName STRING 동작시킬 아이템 이름 (nItemIndex가 -1일때 사용됨)
nOption short 동작시킬 유형타입 (0:접기,1:펼치기,2:토글)
bFireEvent BOOL [옵션] on_expand 이벤트 호출 여부 (기본값: true)

Return Value

Type Description
BOOL 정상 동작 여부

Example

function btnTest_on_mouseup() { accordion_vert.expanditem(0, null, 2, true); }

Viewer Ver.

9.1.1.1

Update Date

20210610