CalendarSettings Class [PHP]
Summary
Properties | Description | |
FastNavigationStep | Get or set the step numbers of fast navigation. | |
FirstDayOfWeek | Get or set the first day of week. | |
FocusedDate | Get or set focused date in KoolCalendar. | |
MonthLayout | Get or set the layout of month. | |
NavigateAnimation | Get or set the settings of navitation animation. | |
Orientation | Get or set the rendering orientation of month. | |
RangeMaxDate | Get or set max date in KoolCalendar. | |
RangeMinDate | Get or set min date in KoolCalendar. | |
ShowColumnHeader | Get or set whether KoolCalendar show column header. | |
ShowDayCellToolTips | Get or set whether KoolCalendar show tooltip when mouse hovers the day. | |
ShowFastNavigation | Get or set where KoolCalendar show fast navigation buttons. | |
ShowNavigation | Get or set where KoolCalendar show navigation buttons. | |
ShowOtherMonthsDays | Get or set whether KoolCalendar show other month days in month table. | |
ShowRowHeader | Get or set whether KoolCalendar show row header. | |
ShowToday | Get or set whether KoolCalendar highlight today date. |
Properties Detail
FirstDayOfWeekTop
int FirstDayOfWeek
Get or set the first day of week.
Default value : 0
Allowed values :
- 0 : Sunday
- 1 : Monday
- 2 : Tuesday
- 3 : Wednesday
- 4 : Thursday
- 5 : Friday
- 6 : Saturday
Supported from version: 1.0.0.0
FocusedDateTop
int FocusedDate
Get or set focused date in KoolCalendar. By setting this date, we will let KoolCalendar know the month to be shown.
Supported from version: 1.0.0.0
MonthLayoutTop
string MonthLayout
Get or set the layout of month.
Default value : "7x6"
Allowed values :
- "7x6" : Display in 7x6 table
- "14x3" : Display in 14x3 table
- "21x2" : Display in 21x2 table
Supported from version: 1.0.0.0
OrientationTop
string Orientation
Get or set the rendering orientation of month.
Allowed values :
- "Horizontal" : Render month days horizontally.
- "Vertical" : Render month days vertically.
Supported from version: 1.0.0.0
RangeMaxDateTop
int RangeMaxDate
Get or set max date in KoolCalendar. User may not able to select the date after the RangeMaxDate.
Supported from version: 1.0.0.0
RangeMinDateTop
int RangeMinDate
Get or set min date in KoolCalendar. User may not able to select the date prior to RangeMinDate.
Supported from version: 1.0.0.0
ShowColumnHeaderTop
bool ShowColumnHeader
Get or set whether KoolCalendar show column header.
Default value : true
Supported from version: 1.0.0.0
ShowDayCellToolTipsTop
bool ShowDayCellToolTips
Get or set whether KoolCalendar show tooltip when mouse hovers the day.
Default value : true
Supported from version: 1.0.0.0
ShowOtherMonthsDaysTop
bool ShowOtherMonthsDays
Get or set whether KoolCalendar show other month days in month table.
Default value : true
Supported from version: 1.0.0.0
ShowRowHeaderTop
bool ShowRowHeader
Get or set whether KoolCalendar show row header.
Default value : true
Supported from version: 1.0.0.0
ShowTodayTop
bool ShowToday
Get or set whether KoolCalendar highlight today date.
Default value : true
Supported from version: 1.0.0.0