Wijmo UI for the Web
wijcalendar type
wijmo.calendar Namespace : wijcalendar type
Syntax
$(function () {
    var options; // Type:  wijmo.calendar.wijcalendar.options
     
    $(".selector").wijcalendar(options);
});
function wijcalendar;
Inheritance Hierarchy

Object
      wijmo.calendar.wijcalendar

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodCloses the calendar if it is in the pop-up state.  
public MethodRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodGets the valid display date.  
public MethodGets the currently selected date.  
public MethodDetermines whether the calendar is in the pop-up state.  
public MethodPops up the calendar at specifies position.  
public MethodPops up the calendar at the specified X and Y coordinates in the document.  
public MethodRefreshes the calendar.  
public MethodRefereshes a single date on the calendar.  
public MethodSelects the specified date.  
public MethodClears any selections from dates on the calendar, removing them from the selectedDates collection.  
public MethodClears any selection from the specified date.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.calendar Namespace