contentHeight (Properties)

상단(header)/하단(footer) 툴바(Toolbar) 영역을 제외한 캘린더 UI의 높이를 설정합니다.

Type

number | string

Options

Value Description
undefined 설정하지 않는 경우 aspectRatio 옵션값으로 월단위(dayGridMonth) 뷰(View)에서 표시하는 셀(Cell)의 가로 세로 비율을 계산하여 상단(header)/하단(footer) 툴바(Toolbar) 영역을 제외한 캘린더 UI의 높이를 설정합니다.(default)
number number로 설정 시 설정한 값과 동일하게 상단(header)/하단(footer) 툴바(Toolbar) 영역을 제외한 캘린더 UI의 높이를 설정합니다.
"auto" aspectRatio 옵션값으로 월단위(dayGridMonth) 뷰(View)에서 표시하는 셀(Cell)의 가로 세로 비율을 계산하여 IBCalendar를 높이를 설정하되, 세로 스크롤바가 생기지 않는 높이로 설정됩니다.

Example

options = {
    contentHeight: "auto"
};

Read More

Since

product version desc
core 1.5.0.0 기능 추가