Load.control.expandAll()

Load.control.expandAll(Param1)

개요

Tree 컨트롤이 Load 될 때 Tree의 노드가 전체 펼쳐진 상태로 보이게 할 수 있습니다.

로드 스크립트에서만 사용가능합니다.

대상컨트롤 : Tree

파라미터

파라미터명
필수여부
타입
제약사항
설명

Param1

Boolean

true/false

예시

Load.control.expandAll(true);    // 트리 펼쳐짐 상태

Last updated

Was this helpful?