Wijmo UI for the Web
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
Javascript (Usage) 
var instance = new jQuery.wijmo.wijevcal();
var value; // Type: any

// Parameters
var calendar; // Type:  object

value = instance.showEditCalendarDialog(calendar);
Javascript (Specification) 
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);
Browser Compatibility
7
5
5

See Also

Reference

wijevcal type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.