An object defining configuration properties for the UI component.
Name Description accessKeySpecifies the shortcut key that sets focus on the UI component.
adaptivityEnabledSpecifies whether the UI component adapts to small screens.
allDayExprSpecifies the name of the data source item field whose value defines whether or not the corresponding appointment is an all-day appointment.
allDayPanelModeSpecifies the display mode for the All day panel.
appointmentCollectorComponentAn alias for the appointmentCollectorTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information.
appointmentCollectorRenderAn alias for the appointmentCollectorTemplate property specified in React. Accepts a rendering function. Refer to Using a Rendering Function for more information.
appointmentCollectorTemplateSpecifies a custom template for cell overflow indicators.
appointmentComponentAn alias for the appointmentTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information.
appointmentDraggingConfigures appointment reordering using drag and drop gestures.
appointmentRenderAn alias for the appointmentTemplate property specified in React. Accepts a rendering function. Refer to Using a Rendering Function for more information.
appointmentTemplateSpecifies a custom template for appointments.
appointmentTooltipComponentAn alias for the appointmentTooltipTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information.
appointmentTooltipRenderAn alias for the appointmentTooltipTemplate property specified in React. Accepts a rendering function. Refer to Using a Rendering Function for more information.
appointmentTooltipTemplateSpecifies a custom template for tooltips displayed when users click an appointment or cell overflow indicator.
cellDurationSpecifies cell duration in minutes. This property's value should divide the interval between startDayHour and endDayHour into even parts.
crossScrollingEnabledSpecifies whether or not an end user can scroll the view in both directions at the same time.
currentDateSpecifies the current date.
currentViewSpecifies the displayed view. Accepts name or type of a view available in the views array.
customizeDateNavigatorTextCustomizes the date navigator's text.
dataCellComponentAn alias for the dataCellTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information.
dataCellRenderAn alias for the dataCellTemplate property specified in React. Accepts a rendering function. Refer to Using a Rendering Function for more information.
dataCellTemplateSpecifies a custom template for table cells.
dataSourceBinds the UI component to data.
dateCellComponentAn alias for the dateCellTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information.
dateCellRenderAn alias for the dateCellTemplate property specified in React. Accepts a rendering function. Refer to Using a Rendering Function for more information.
dateCellTemplateSpecifies a custom template for day scale items.
dateSerializationFormatSpecifies the format in which date-time values should be sent to the server.
descriptionExprSpecifies the name of the data source item field whose value holds the description of the corresponding appointment.
disabledSpecifies whether the UI component responds to user interaction.
editingSpecifies which editing operations a user can perform on appointments.
elementAttrSpecifies the global attributes to be attached to the UI component's container element.
endDateExprSpecifies the name of the data source item field that defines the ending of an appointment.
endDateTimeZoneExprSpecifies the name of the data source item field that defines the timezone of the appointment end date.
endDayHourSpecifies the last hour on the time scale. Accepts integer values from 0 to 24.
firstDayOfWeekSpecifies the first day of a week. Does not apply to the agenda view.
focusStateEnabledSpecifies whether the UI component can be focused using keyboard navigation.
groupByDateIf true, appointments are grouped by date first and then by resource; opposite if false. Applies only if appointments are grouped and groupOrientation is "horizontal".
groupsSpecifies the resource kinds by which the scheduler's appointments are grouped in a timetable.
heightSpecifies the UI component's height.
hintSpecifies text for a hint that appears when a user pauses on the UI component.
indicatorUpdateIntervalSpecifies the time interval between when the date-time indicator changes its position, in milliseconds.
maxThe latest date the UI component allows you to select.
maxAppointmentsPerCellSpecifies the limit of full-sized appointments displayed per cell. Applies to all views except "agenda".
minThe earliest date the UI component allows you to select.
noDataTextSpecifies the text or HTML markup displayed by the UI component if the item collection is empty. Available for the Agenda view only.
offsetSpecifies the minute offset within Scheduler indicating the starting point of a day.
onAppointmentAddedA function that is executed after an appointment is added to the data source.
onAppointmentAddingA function that is executed before an appointment is added to the data source.
onAppointmentClickA function that is executed when an appointment is clicked or tapped.
onAppointmentContextMenuA function that is executed when a user attempts to open the browser's context menu for an appointment. Allows you to replace this context menu with a custom context menu.
onAppointmentDblClickA function that is executed when an appointment is double-clicked or double-tapped.
onAppointmentDeletedA function that is executed after an appointment is deleted from the data source.
onAppointmentDeletingA function that is executed before an appointment is deleted from the data source.
onAppointmentFormOpeningA function that is executed before an appointment details form appears. Use this function to customize the form.
onAppointmentRenderedA function that is executed when an appointment is rendered.
onAppointmentTooltipShowingOccurs before showing an appointment's tooltip.
onAppointmentUpdatedA function that is executed after an appointment is updated in the data source.
onAppointmentUpdatingA function that is executed before an appointment is updated in the data source.
onCellClickA function that is executed when a view cell is clicked.
onCellContextMenuA function that is executed when a user attempts to open the browser's context menu for a cell. Allows you to replace this context menu with a custom context menu.
onContentReadyA function that is executed when the UI component is rendered and each time the component is repainted.
onDisposingA function that is executed before the UI component is disposed of.
onInitializedA function used in JavaScript frameworks to save the UI component instance.
onOptionChangedA function that is executed after a UI component property is changed.
recurrenceEditModeSpecifies the edit mode for recurring appointments.
recurrenceExceptionExprSpecifies the name of the data source item field that defines exceptions for the current recurring appointment.
recurrenceRuleExprSpecifies the name of the data source item field that defines a recurrence rule for generating recurring appointments.
remoteFilteringSpecifies whether filtering is performed on the server or client side.
resourceCellComponentAn alias for the resourceCellTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information.
resourceCellRenderAn alias for the resourceCellTemplate property specified in React. Accepts a rendering function. Refer to Using a Rendering Function for more information.
resourceCellTemplateSpecifies a custom template for resource headers.
resourcesSpecifies an array of resources available in the scheduler.
rtlEnabledSwitches the UI component to a right-to-left representation.
scrollingConfigures scrolling.
selectedCellDataThe data of the currently selected cells.
shadeUntilCurrentTimeSpecifies whether to apply shading to cover the timetable up to the current time.
showAllDayPanelSpecifies the "All-day" panel's visibility. Setting this property to false hides the panel along with the all-day appointments.
showCurrentTimeIndicatorSpecifies the current date-time indicator's visibility.
startDateExprSpecifies the name of the data source item field that defines the start of an appointment.
startDateTimeZoneExprSpecifies the name of the data source item field that defines the timezone of the appointment start date.
startDayHourSpecifies the first hour on the time scale. Accepts integer values from 0 to 24.
tabIndexSpecifies the number of the element when the Tab key is used for navigating.
textExprSpecifies the name of the data source item field that holds the subject of an appointment.
timeCellComponentAn alias for the timeCellTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information.
timeCellRenderAn alias for the timeCellTemplate property specified in React. Accepts a rendering function. Refer to Using a Rendering Function for more information.
timeCellTemplateSpecifies a custom template for time scale items.
timeZoneSpecifies the time zone for the Scheduler's grid. Accepts values from the IANA time zone database.
toolbarConfigures the toolbar.
useDropDownViewSwitcherSpecifies whether a user can switch views using tabs or a drop-down menu.
viewsSpecifies and configures the views to be available in the view switcher.
visibleSpecifies whether the UI component is visible.
widthSpecifies the UI component's width.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4