Load.control.font.color()

 Load.control.font.color(color)

개요

폰트의 색상을 설정합니다.

로드 스크립트에서만 사용가능합니다.

대상컨트롤 : Button, InputText, InputNumber, InputMask, TextArea, InputDate, Label, ComboBox, InputCodehelp

파라미터

파라미터명
필수여부
타입
제약사항
설명

color

필수

String

폰트 색상

예시

if (Load.sector.StatusSeq == 1) { 
    Load.control.font.color('rgba(54, 116, 227, 0.1)');
    //Load.control.font.color('#cccccc')  
}

Last updated

Was this helpful?