logo

/repo|v1.11.0

Typedef

MonthOptionscalendar.jsline 495

Options for monthly view.

PROPERTIES
NameTypeDescription

daynames

[ Array ]

The day names in monthly. Default values are 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'

startDayOfWeek

[ number ]

The start day of week

narrowWeekend

[ boolean ]

Make weekend column narrow(1/2 width)

visibleWeeksCount

[ boolean ]

The visible week count in monthly(0 or null are same with 6)

isAlways6Week

[ boolean ]

Always show 6 weeks. If false, show 5 weeks or 6 weeks based on the month.

workweek

[ boolean ]

Show only 5 days except for weekend

visibleScheduleCount

[ number ]

The visible schedule count in monthly grid

moreLayerSize

[ object ]

The more layer size

PROPERTIES
NameTypeDescription

width

[ object ]

The css width value(px, 'auto').
The default value 'null' is to fit a grid cell.

height

[ object ]

The css height value(px, 'auto').
The default value 'null' is to fit a grid cell.

grid

[ object ]

The grid's header and footer information

PROPERTIES
NameTypeDescription

header

[ object ]

The grid's header informatioin

PROPERTIES
NameTypeDescription

height

[ number ]

The grid's header height

footer

[ object ]

The grid's footer informatioin

PROPERTIES
NameTypeDescription

height

[ number ]

The grid's footer height

scheduleFilter

[ function ]

The filter schedules on month view. A parameter is {Schedule} object.

Resizable