데이트피커 » Api

showcalendar

Description

데이터피커의 달력을 펼쳐 보일지 상태를 설정하는 API이다.

Parameters

Parameters Type Description
bShow bool 달력 펼침여부(true, false)

Return Value

Type Description
BOOL 정상 적용 여부(true, false)

Example

function btnshowcalendar_on_mouseup() { datepicker.showcalendar(true); // 달력을 펼쳐보인다 }

Viewer Ver.

9.1.1.1

Update Date

20160922