$(function () { var options; // Type: wijmo.evcal.wijevcal.options $(".selector").wijevcal(options); });
function wijevcal;
$(function () { var options; // Type: wijmo.evcal.wijevcal.options $(".selector").wijevcal(options); });
function wijevcal;
Object
wijmo.evcal.wijevcal
Name | Description | |
---|---|---|
wijevcal Constructor |
Name | Description | |
---|---|---|
addCalendar | Adds a new calendar. | |
addEvent | Adds a new event. | |
beginUpdate | Use beginUpdate and endUpdate when making a large number of changes to widget options. | |
deleteCalendar | Deletes the existing calendar from the current data source. | |
deleteEvent | Deletes the event. | |
destroy | Removes the wijevcal functionality completely. This returns the element to its pre-init state. | |
endUpdate | Use beginUpdate and endUpdate when making a large number of changes to widget options. | |
exportEventsCalendar | Exports the EventsCalendar in a graphic format. The export method only works when wijmo.exporter.eventscalendarExport's reference is on the page. | |
findEventById | Find event object by id | |
getOccurrences | Retrieves 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. | |
goLeft | Navigates to the previous date. | |
goRight | Navigates to the next date. | |
goToDate | Navigates to the date given by parameter dt. | |
goToday | Navigates to today's date. | |
goToEvent | Navigates to the event given by the parameter id. | |
goToTime | Scrolls view to time given by parameter time. | |
hideLoadingLabel | hide the loading label | |
invalidate | Invalidates the entire surface of the control and causes the control to be redrawn. | |
isAllDayEvent | Tests to see if event duration is more or equals to one day. | |
localizeString | Get the localized string by key | |
log | Sends a log message to built-in log console. Note: n order to use this method, you must set the enableLogs option to true. | |
refresh | Invalidates the entire surface of the control and causes the control to be redrawn. | |
showEditCalendarDialog | Call this method in order to display built-in "edit calendar" dialog box. | |
showEditEventDialog | Call this method in order to display built-in "edit event" dialog box. | |
status | Changes status label text. | |
updateCalendar | Updates the existing calendar. | |
updateEvent | Updates the existing event. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |