Wijmo UI for the Web
customizeDate Field

Default value: null

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

Syntax
Javascript (Usage) 
var value; // Type: any
value = jQuery.wijmo.wijcalendar.options.customizeDate;
Javascript (Specification) 
var customizeDate : any;
Remarks
the function include following parameter: $daycell:jQuery jQuery object that represents table cell of the date to be customized. date: Date Date of the cell. hover: boolean Whether mouse is over the day cell. preview: object Whether rendering in preview container. returns true if day cell content has been changed and default cell content will not be applied.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.