height (Properties)

상단(header)/하단(footer) 툴바(Toolbar) 영역을 포함한 달력의 높이를 설정합니다.

Type

number | string

Options

Value Description
undefined 설정하지 않는 경우 aspectRatio (default)
number number로 설정 시 설정한 값과 동일하게 IBCalendar의 높이를 설정합니다.
"100%" IBCalendar의 높이를 부모 컨테이너의 높이와 동일하게 설정됩니다.
"auto" aspectRatio 옵션값으로 월단위(dayGridMonth) 뷰(View)에서 표시하는 셀(Cell)의 가로 세로 비율을 계산하여 달력의 높이를 설정하되, 세로 스크롤바가 생기지 않는 높이로 설정됩니다.

Example

options = {
    height: "100%"
};

Read More

Since

product version desc
core 1.5.0.0 기능 추가