Wijmo UI for the Web
wijevcal type
wijmo.evcal Namespace : wijevcal type
Syntax
$(function () {
    var options; // Type:  wijmo.evcal.wijevcal.options
     
    $(".selector").wijevcal(options);
});
function wijevcal;
Inheritance Hierarchy

Object
      wijmo.evcal.wijevcal

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodAdds a new calendar.  
public MethodAdds a new event.  
public MethodUse beginUpdate and endUpdate when making a large number of changes to widget options.  
public MethodDeletes the existing calendar from the current data source.  
public MethodDeletes the event.  
public MethodRemoves the wijevcal functionality completely. This returns the element to its pre-init state.  
public MethodUse beginUpdate and endUpdate when making a large number of changes to widget options.  
public MethodExports the EventsCalendar in a graphic format. The export method only works when wijmo.exporter.eventscalendarExport's reference is on the page.  
public MethodFind event object by id  
public MethodRetrieves the array which contains the full list of Event objects in the specified time interval. Note, this method will create instances of the Event object for recurring events.  
public MethodNavigates to the previous date.  
public MethodNavigates to the next date.  
public MethodNavigates to the date given by parameter dt.  
public MethodNavigates to today's date.  
public MethodNavigates to the event given by the parameter id.  
public MethodScrolls view to time given by parameter time.  
public Methodhide the loading label  
public MethodInvalidates the entire surface of the control and causes the control to be redrawn.  
public MethodTests to see if event duration is more or equals to one day.  
public MethodGet the localized string by key  
public MethodSends a log message to built-in log console. Note: n order to use this method, you must set the enableLogs option to true.  
public MethodInvalidates the entire surface of the control and causes the control to be redrawn.  
public MethodCall this method in order to display built-in "edit calendar" dialog box.  
public MethodCall this method in order to display built-in "edit event" dialog box.  
public MethodChanges status label text.  
public MethodUpdates the existing calendar.  
public MethodUpdates the existing event.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.evcal Namespace