wijmo.evcal.wijevcal Namespace > options type : editCalendarTemplate Option |
Default value: ""
The calendar dialog box template.
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) | |
---|---|
|
$("#eventscalendar").wijevcal( { editCalendarTemplate: "html content");