아코디언 » Api

expandall

Description

모든 아코디언 아이템을 펼칠지 여부를 설정하는 API이다.

Parameters

Parameters Type Description
nOption short 펼침 옵션값 (0:접기,1:펼치기,2:토글)
bFireEvent BOOL [옵션] on_expand 이벤트 호출 여부 (기본값: true)

Return Value

Type Description
BOOL 성공 여부(true, false)

Example

function btn_expand_on mouseup() { accordion_vert.expandall(2); }

Viewer Ver.

9.1.1.1

Update Date

20210610