For the complete documentation index, see llms.txt. This page is also available as Markdown.

Load.control.style()

Load.control.style(param1);

개요

컨트롤의 스타일을 설정 할 수 있습니다. style 사용시 동일한 디자인 속성의 경우 프로퍼티의 설정보다 스크립트의 설정이 우선됩니다.

파라미터

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

param1

String

property:value; 형식으로 사용 가능

property 는 css 속성이고 value는 css 값 입니다.

예시

Load.control.style('width:30px; height:100%;');

마지막 업데이트

도움이 되었나요?