Wijmo UI for the Web
wijdatepager jQuery Widget
Use a specific time interval view like week or month in this horizontal UI control to allow users to quickly select a date.
Syntax
Javascript (Usage) 
$(function () {
    var options; // Type:  wijmo.datepager.wijdatepager.options
     
    $(".selector").wijdatepager(options);
});
Javascript (Specification) 
function wijdatepager() : any;
Browser Compatibility
7
5
5
Options
 NameDescription
public Optionculture

Default value: ""

Culture name, e.g. "de-DE".

 
public OptionfirstDayOfWeek

Default value: 0

The first day of the week (from 0 to 6). Sunday is 0, Monday is 1, and so on.

 
public Optionlocalization

Default value: null

Use the localization option in order to provide custom localization.

 
public OptionnextTooltip

Default value: 'right'

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

 
public OptionprevTooltip

Default value: 'left'

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

 
public OptionselectedDate

Default value: null

The selected date.

 
public OptionviewType

Default value: 'day'

The active view type.

 
Top
Methods
 NameDescription
public MethoddestroyDestroys the widget and resets the DOM element.  
public MethodgoLeftSelects the previous date.  
public MethodgoRightSelects the next date.  
public MethodinvalidateRedraws the widget layout.  
public MethodrefreshRefreshes the widget layout.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
Events
 NameDescription
public EventselectedDateChangedOccurs when the selectedDate option has been changed.  
Top

See Also

Widgets

DatePager

Reference

wijdatepager jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.