Load.control.style()
Load.control.style(param1);
개요
컨트롤의 스타일을 설정 할 수 있습니다. style 사용시 동일한 디자인 속성의 경우 프로퍼티의 설정보다 스크립트의 설정이 우선됩니다.
로드 스크립트에서만 사용가능합니다.
대상컨트롤 : Button, InputText , InputNumber, InputMask,TextArea, Label
파라미터
예시
Last updated
Load.control.style(param1);
컨트롤의 스타일을 설정 할 수 있습니다. style 사용시 동일한 디자인 속성의 경우 프로퍼티의 설정보다 스크립트의 설정이 우선됩니다.
로드 스크립트에서만 사용가능합니다.
대상컨트롤 : Button, InputText , InputNumber, InputMask,TextArea, Label
Last updated
파라미터명 | 필수여부 | 타입 | 제약사항 | 설명 |
---|---|---|---|---|
param1
String
property:value; 형식으로 사용 가능
property 는 css 속성이고 value는 css 값 입니다.