Wijmo UI for the Web
selectionMode Field

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.

Syntax
Javascript (Usage) 
var value; // Type: any
value = jQuery.wijmo.wijcalendar.options.selectionMode;
Javascript (Specification) 
var selectionMode : any;
Example
$("#calendar1").wijcalendar(
            { selectionMode: {day:true, weekDay:true}}
  );
Remarks
Possible fields in hash are: day, days, weekDay, weekNumber, month.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.