jQuery.wijmo Namespace > wijevcal type : showEditEventDialog Method |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijevcal(); var value; // Type: any // Parameters var calendar; // Type: object var offsetElement; // Type: object value = instance.showEditEventDialog(calendar, offsetElement); |
Javascript (Specification) | |
---|---|
function showEditEventDialog( calendar : object, offsetElement : object ) : any; |
Display dialog for a new event: $("#wijevcal").wijevcal("showEditEventDialog", null);