Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijevcal.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)appointments

Default value: []

The event objects array. This option is read-only. This option is deprecated: please, use eventsData option, instead.

 
public Fieldstatic (Shared in Visual Basic)calendars

Default value: []

Available calendar objects array. This option is read-only. Use addCalendar/updateCalendar/deleteCalendar methods in order to add/edit or delete a calendar.

 
public Fieldstatic (Shared in Visual Basic)colors

Default value: null

The colors option specifies the name of the colors that will be shown in the color name drop-down list. "blue", "cornflowerblue", "yellow", "bronze"]

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)culture

Default value: ""

Determines the culture to be used, for example, "de-DE" is German. Date and time formatting depends on the culture option.

 
public Fieldstatic (Shared in Visual Basic)dataSource

Default value: null

A dataview object to bind to events data

 
public Fieldstatic (Shared in Visual Basic)dataStorage

Data storage methods. Use this option in order to implement custom data storage layer.

 
public Fieldstatic (Shared in Visual Basic)dayHeaderFormat

Default value: '{0:d }'

Format of the text for the day cell header(month view). Format argument: undefined = Day date.

 
public Fieldstatic (Shared in Visual Basic)dayViewHeaderFormat

Format of the text for the day header in the day view. Format argument: undefined = Day date.

 
public Fieldstatic (Shared in Visual Basic)disabled

Default value: false

Specifies whether the events calendar is disabled.

 
public Fieldstatic (Shared in Visual Basic)editCalendarTemplate

Default value: ""

The calendar dialog box template.

 
public Fieldstatic (Shared in Visual Basic)enableLogs

Default value: false

Enables a built-in log console.

 
public Fieldstatic (Shared in Visual Basic)eventsData

Default value: []

The event objects array.

 
public Fieldstatic (Shared in Visual Basic)eventTitleFormat

Default value: 'undefined'

Format of the title text for the event. Format arguments: undefined = Start, undefined = End, undefined = Subject, undefined = Location, undefined = Icons, undefined = Description.

 
public Fieldstatic (Shared in Visual Basic)firstDayOfWeek

Default value: 0

The first day of the week (from 0 to 6). Sunday is 0, Monday is 1, and so on.

 
public Fieldstatic (Shared in Visual Basic)firstRowDayHeaderFormat

Default value: '{0:ddd d}'

Format of the text for the first cell header in the first row of the month view. Format argument: undefined = Day date.

 
public Fieldstatic (Shared in Visual Basic)headerBarVisible

Default value: true

Indicates whether the header bar will be visible.

 
public Fieldstatic (Shared in Visual Basic)localization

Default value: null

Use the localization option in order to localize text which not depends on culture option.

 
public Fieldstatic (Shared in Visual Basic)navigationBarVisible

Default value: true

Indicates whether the bottom navigation bar will be visible.

 
public Fieldstatic (Shared in Visual Basic)readOnly

Default value: false

Set this option to true if you want to prevent users to edit events data.

 
public Fieldstatic (Shared in Visual Basic)rightPaneVisible

Default value: false

Indicates whether the right pane will be visible. By default the right pane are empty. You can use this pane in order to provide additional custom UI.

 
public Fieldstatic (Shared in Visual Basic)selectedDate

Default value: null

The selected date.

 
public Fieldstatic (Shared in Visual Basic)selectedDates

Default value: null

The selected dates.

 
public Fieldstatic (Shared in Visual Basic)statusBarVisible

Default value: false

Indicates whether the status bar will be visible.

 
public Fieldstatic (Shared in Visual Basic)timeInterval

Default value: 30

The time interval in minutes for the Day view.

 
public Fieldstatic (Shared in Visual Basic)timeIntervalHeight

Default value: 15

The Day view time interval row height in pixels.

 
public Fieldstatic (Shared in Visual Basic)timeRulerFormat

Default value: '{0:h tt}'

Time ruler format for the Day view.

 
public Fieldstatic (Shared in Visual Basic)timeRulerInterval

Default value: 60

Time ruler interval for the Day view (in minutes).

 
public Fieldstatic (Shared in Visual Basic)titleFormat

The title text format that will be shown under the header bar. undefined = start date. undefined = end date.

 
public Fieldstatic (Shared in Visual Basic)viewType

Default value: 'day'

The active view type. Possible values are: day, week, month, list.

 
public Fieldstatic (Shared in Visual Basic)visibleCalendars

Array of the calendar names which need to be shown.

 
public Fieldstatic (Shared in Visual Basic)webServiceUrl

Default value: ""

Determines the URL of the web service which will be used to store information about events.

 
Top
Events
 NameDescription
public EventbeforeAddCalendarOccurs before the add calendar action. Return false or call event.preventDefault() in order to cancel event and prevent the add action.  
public EventbeforeAddEventOccurs before the add event action. Return false or call event.preventDefault() in order to cancel event and prevent the add action.  
public EventbeforeDeleteCalendarOccurs before the delete calendar action. Return false or call event.preventDefault() in order to cancel event and prevent the delete action.  
public EventbeforeDeleteEventOccurs before the delete action. Return false or call event.preventDefault() in order to cancel event and prevent the delete action.  
public EventbeforeEditEventDialogShowOccurs before the built-in event dialog is shown. Return false or call event.preventDefault() in order to cancel event and prevent the built-in dialog to be shown.  
public EventbeforeUpdateCalendarOccurs before the update calendar action. Return false or call event.preventDefault() in order to cancel event and prevent the update action.  
public EventbeforeUpdateEventOccurs before the update event action. Return false or call event.preventDefault() in order to cancel event and prevent the update action.  
public EventcalendarsChangedOccurs when calendars option has been changed.  
public EventeventsDataChangedOccurs when the eventsData option is changed.  
public EventinitializedOccurs when events calendar is constructed and events data is loaded from an external or local data source.  
public EventselectedDatesChangedOccurs when selectedDates option has been changed. Event type: wijevcalselecteddateschanged  
public EventviewTypeChanged
 
Top
See Also

Reference

jQuery.wijmo.wijevcal Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.