스케쥴 » Api

setdateitemplusimage

Description

스케쥴 컴포넌트의 아이템 추가 버튼 이미지 및 너비를 설정하는 API이다.

Parameters

Parameters Type Description
strItemPlusImage STRING 아이템 추가 버튼 이미지 경로
nItemPlusWidth short [옵션] 아이템 추가 버튼 너비

Return Value

Type Description
BOOL 정상 처리 여부

Remark

strItemPlusImage 파리미터 값을 공백 문자열로 지정한 경우, 기본 이미지가 적용된다.

nItemPlusWidth 파라미터를 지정하지 않거나, -1 값을 지정한 경우, 너비를 변경하지 않는다.

Example

function btn_test_on_mouseup() { // 아이템 플러스 버튼 이미지 경로 및 크기 설정 schedule.setdateitemplusimage("/BIZ/schedule_plus.jpg", 12); }

See Also

getdateitemplusimage
setdateitempluspos
setdateitempluswidth

Viewer Ver.

9.1.1.1

Update Date

20190104