f.Component().focus()
f.Component(fid, sectorObject).focus()
개요
input 컴포넌트의 입력창에 포커스를 줄 수 있습니다.
이벤트 스크립트에서만 사용가능합니다.
대상 컨트롤 컴포넌트 : inputText, inputNumber, inputMask,inputMultiBox
예시
// 섹터 미지정
f.Component("f_3").focus();
// 섹터 지정
f.Component("f_3", sectorObject).focus();
활용
스크립트 도우미 기능을 활용하여 메서드들을 사용할 수 있는 컴포넌트 리스트를 한눈에 확인하고, fid값에 쉽게 접근 할 수 있습니다.
Last updated
Was this helpful?