Wijmo UI for the Web
showEditCalendarDialog Method
wijmo.evcal Namespace > wijevcal type : showEditCalendarDialog Method
Calendar object or calendar name. Calendar object fields: id - String, unique calendar id, this field generated automatically; name - String, calendar name; location - String, location field; description - String, calendar description; color - String, calendar color; tag - String, this field can be used to store custom information.
Call this method in order to display built-in "edit calendar" dialog box.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var calendar; // Type:  object
    
    returnsValue = $(".selector").wijevcal("showEditCalendarDialog", calendar);
});
function showEditCalendarDialog( 
   calendar : object
) : any;

Parameters

calendar
Calendar object or calendar name. Calendar object fields: id - String, unique calendar id, this field generated automatically; name - String, calendar name; location - String, location field; description - String, calendar description; color - String, calendar color; tag - String, this field can be used to store custom information.
Example
Display dialog for a new calendar:
$("#wijevcal").wijevcal("showEditCalendarDialog", null);
See Also

Reference

wijevcal type
wijevcal jQuery Widget