Load.control.controlkey(status)
현재 Load된 컴포넌트의 상태를 변경 할 수 있습니다.
로드 스크립트에서만 사용가능합니다.
대상컨트롤 : Button, InputText , InputNumber, InputMask,TextArea, InputDate
status
String
컴포넌트 상태값
''
활성화
'dis'
비활성화
'hid'
숨기기
'nos'
필수입력
'readonly'
읽기전용
마지막 업데이트 9개월 전
도움이 되었나요?
Load.control.controlkey(''); // 초기화 Load.control.controlkey('hid') // 숨김