Wijmo UI for the Web
editCalendarTemplate Option

Default value: ""

The calendar dialog box template.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijevcal("option", "editCalendarTemplate");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijevcal("option", "editCalendarTemplate", newValue);
        
});
Javascript (Specification) 
var editCalendarTemplate : string;
Example
$("#eventscalendar").wijevcal(
                    { editCalendarTemplate: "html content");
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.