Wijmo UI for the Web
wijevcal type
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijevcal();
Javascript (Specification) 
function wijevcal;
Inheritance Hierarchy

Object
   jQuery.wijmo.wijevcal

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijevcal Constructor  
Top
Fields
 NameDescription
public FielddefaultElement  
public Fieldnamespace  
public Fieldoptions  
public FieldwidgetEventPrefix  
public FieldwidgetFullName  
public FieldwidgetName  
Top
Methods
 NameDescription
public MethodaddCalendarAdds a new calendar.  
public MethodaddEventAdds a new event.  
public MethodbeginUpdateUse beginUpdate and endUpdate when making a large number of changes to widget options.  
public MethoddeleteCalendarDeletes the existing calendar from the current data source.  
public MethoddeleteEventDeletes the event.  
public MethoddestroyRemoves the wijevcal functionality completely. This returns the element to its pre-init state.  
public Methoddisable  
public Methodenable  
public MethodendUpdateUse beginUpdate and endUpdate when making a large number of changes to widget options.  
public MethodfindEventByIdFind event object by id  
public MethodgetOccurrencesRetrieves 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 MethodgoLeftNavigates to the previous date.  
public MethodgoRightNavigates to the next date.  
public MethodgoToDateNavigates to the date given by parameter dt.  
public MethodgoTodayNavigates to today's date.  
public MethodgoToEventNavigates to the event given by the parameter id.  
public MethodgoToTimeScrolls view to time given by parameter time.  
public MethodhideLoadingLabelhide the loading label  
public MethodinvalidateInvalidates the entire surface of the control and causes the control to be redrawn.  
public MethodisAllDayEventTests to see if event duration is more or equals to one day.  
public MethodlocalizeStringGet the localized string by key  
public MethodlogSends a log message to built-in log console. Note: n order to use this method, you must set the enableLogs option to true.  
public Methodoption  
public MethodrefreshInvalidates the entire surface of the control and causes the control to be redrawn.  
public MethodshowEditCalendarDialogCall this method in order to display built-in "edit calendar" dialog box.  
public MethodshowEditEventDialogCall this method in order to display built-in "edit event" dialog box.  
public MethodstatusChanges status label text.  
public MethodupdateCalendarUpdates the existing calendar.  
public MethodupdateEventUpdates the existing event.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

jQuery.wijmo Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.