Load.control.controlkey()
Load.control.controlkey(status)
개요
현재 Load된 컴포넌트의 상태를 변경 할 수 있습니다.
로드 스크립트에서만 사용가능합니다.
대상컨트롤 : Button, InputText , InputNumber, InputMask,TextArea, InputDate
파라미터
파라미터명
필수여부
타입
제약사항
설명
status
String
컴포넌트 상태값
status
status
설명
''
활성화
'dis'
비활성화
'hid'
숨기기
'nos'
필수입력
예시
Last updated
Was this helpful?