f.Content().reloadWithAnimation()

f.Content(fid, sectorSUID).reloadWithAnimation()

개요

그룹/레이아웃을 애니메이션이 나오면서 리로드 할 수 있습니다.

이벤트 스크립트에서만 사용가능합니다.

대상 컨트롤 컴포넌트 : Group, Layout

예시

f.Content('f_10476').reloadWithAnimation()

// 특정 데이터로 그려진 그룹/레이아웃만 숨기기
f.Content('f_10476', 'ty30296N').reloadWithAnimation()

Last updated