Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijcalendar.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)allowPreview

Default value: false

Allows users to preview the next and previous months by hovering over the previousPreview and nextPreview buttons.

 
public Fieldstatic (Shared in Visual Basic)allowQuickPick

Default value: true

Determines whether users can change the view to month/year/decade while clicking on the calendar title.

 
public Fieldstatic (Shared in Visual Basic)autoHide

Default value: true

A Boolean property that determines whether to autohide the calendar in pop-up mode when clicking outside of the calendar.

 
public Fieldstatic (Shared in Visual Basic)calendarWeekRule

Default value: 'firstDay'

Defines different rules for determining the first week of the year.

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)culture

Default value: ""

Assigns the string value of the culture ID that appears on the calendar for the weekday and title names.

 
public Fieldstatic (Shared in Visual Basic)customizeDate

Default value: null

Function used for customizing the content, style and attributes of a day cell.

 
public Fieldstatic (Shared in Visual Basic)dayCols

Default value: 7

Gets or sets the number of day columns that appear in the calendar. This is useful if you want to view more or less calendar days on the calendar month.

 
public Fieldstatic (Shared in Visual Basic)dayRows

Default value: 6

Gets or sets the number of day rows that appear in the calendar. This is useful if you want to view more or less calendar days on the calendar month.

 
public Fieldstatic (Shared in Visual Basic)direction

Default value: 'horizontal'

Determines the month slide direction.

 
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)displayDate

Gets or sets the display date for the first month view. You can specify the date via a Date object.

 
public Fieldstatic (Shared in Visual Basic)duration

Default value: 250

Gets or sets the animation duration in milliseconds.

 
public Fieldstatic (Shared in Visual Basic)easing

Default value: 'easeInQuad'

Sets the type of animation easing effect that users experience when they click the previous or next buttons on the wijcalendar.

 
public Fieldstatic (Shared in Visual Basic)maxDate

Determines the maximum date to display. You can specify the maxDate via a Date object.

 
public Fieldstatic (Shared in Visual Basic)minDate

Determines the minimum date to display. You can specify the minDate via a Date object.

 
public Fieldstatic (Shared in Visual Basic)monthCols

Default value: 1

Gets or sets the number of calendar months in horizontal direction.

 
public Fieldstatic (Shared in Visual Basic)monthRows

Default value: 1

Gets or sets the number of calendar months in vertical direction.

 
public Fieldstatic (Shared in Visual Basic)navButtons

Default value: 'default'

Determines the display type of navigation buttons.

 
public Fieldstatic (Shared in Visual Basic)nextPreviewTooltip

Default value: ""

Gets or sets the "next preview" button's ToolTip.

 
public Fieldstatic (Shared in Visual Basic)nextTooltip

Default value: 'Next'

Gets or sets the text for the 'next' button's ToolTip.

 
public Fieldstatic (Shared in Visual Basic)popupMode

Default value: false

A Boolean property that determines whether the wijcalendar widget is a pop-up calendar.

 
public Fieldstatic (Shared in Visual Basic)prevPreviewTooltip

Default value: ""

Gets or sets the "previous preview" button's ToolTip.

 
public Fieldstatic (Shared in Visual Basic)prevTooltip

Default value: 'Previous'

Gets or sets the text for the 'previous' button's ToolTip.

 
public Fieldstatic (Shared in Visual Basic)quickNavStep

Default value: 12

Determines the increase/decrease steps when clicking the quick navigation button.

 
public Fieldstatic (Shared in Visual Basic)quickNextTooltip

Default value: 'Quick Next'

Gets or sets the "quick next" button's ToolTip.

 
public Fieldstatic (Shared in Visual Basic)quickPrevTooltip

Default value: 'Quick Previous'

Gets or sets the "quick previous" button's ToolTip.

 
public Fieldstatic (Shared in Visual Basic)selectionMode

Gets or sets the date selection mode on the calendar control that specifies whether the user can select a single day, a week, or an entire month.

 
public Fieldstatic (Shared in Visual Basic)showDayPadding

Default value: false

Determines whether to add zeroes to days with only one digit

 
public Fieldstatic (Shared in Visual Basic)showOtherMonthDays

Default value: true

Determines whether to display the days of the next and/or previous month.

 
public Fieldstatic (Shared in Visual Basic)showTitle

Default value: true

A Boolean property that determines whether to display the calendar's title.

 
public Fieldstatic (Shared in Visual Basic)showWeekDays

Default value: true

A Boolean property that determines whether to display week days.

 
public Fieldstatic (Shared in Visual Basic)showWeekNumbers

Default value: false

Determines whether to display week numbers.

 
public Fieldstatic (Shared in Visual Basic)title

Default value: null

A callback function used to customizing the title text on month view.

 
public Fieldstatic (Shared in Visual Basic)titleFormat

Default value: 'MMMM yyyy'

Gets or sets the format for the title text.

 
public Fieldstatic (Shared in Visual Basic)toolTipFormat

Default value: 'dddd, MMMM dd, yyyy'

Gets or sets the format for the ToolTip.

 
public Fieldstatic (Shared in Visual Basic)weekDayFormat

Default value: 'short'

Gets or sets the format for the week day.

 
Top
Events
 NameDescription
public EventafterSelectThe afterSelect event handler. A function called after user selects a day by mouse.  
public EventafterSlideThe afterSlide event handler. A function called after the calendar view slided to another month. Cancellable.  
public EventbeforeSelectThe beforeSelect event handler. A function called before user selects a day by mouse. Cancellable.  
public EventbeforeSlideThe beforeSlide event handler. A function called before the calendar view slides to another month. Cancellable.  
public EventselectedDatesChangedThe selectedDatesChanged event handler. A function called after the selectedDates collection changed.  
Top
See Also

Reference

jQuery.wijmo.wijcalendar Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.