Wijmo UI for the Web
editCalendarTemplate Option
wijmo.evcal.wijevcal Namespace > options type : editCalendarTemplate Option

Default value: ""

The calendar dialog box template.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijevcal("option", "editCalendarTemplate");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijevcal("option", "editCalendarTemplate", newValue);
        
});
var editCalendarTemplate : string;
Example
$("#eventscalendar").wijevcal(
      { editCalendarTemplate: "html content");
See Also

Reference

options type
wijevcal jQuery Widget