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

Object
      wijmo.calendar.wijcalendar

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijcalendar Constructor  
Top
Methods
 NameDescription
public MethodcloseCloses the calendar if it is in the pop-up state.  
public MethoddestroyRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodgetDisplayDateGets the valid display date.  
public MethodgetSelectedDateGets the currently selected date.  
public MethodisPopupShowingDetermines whether the calendar is in the pop-up state.  
public MethodpopupPops up the calendar at specifies position.  
public MethodpopupAtPops up the calendar at the specified X and Y coordinates in the document.  
public MethodrefreshRefreshes the calendar.  
public MethodrefreshDateRefereshes a single date on the calendar.  
public MethodselectDateSelects the specified date.  
public MethodunSelectAllClears any selections from dates on the calendar, removing them from the selectedDates collection.  
public MethodunSelectDateClears any selection from the specified date.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.calendar Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.