You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`views` - (optional) an array of configuration objects of the specific (custom) view modes. For each view mode you can specify the following settings:
168
170
-`id` - (required) an ID of the view mode
169
171
-`label` - (required) a label of the view mode
170
-
-`layout` - (required) a predefined layout of the view mode. Here you can specify the following values: *"year" | "month" | "quarter" | "month" | "week" | "day" | "hour" | "minute"*
172
+
-`layout` - (required) a predefined layout of the view mode. Here you can specify the following values: *"year" | "month" | "week" | "day" | "agenda" | "timeline"*
171
173
-`config` - (optional) an object of the custom view mode settings
-`header?: array` - defines headers for the Timeline grid. In this array you can specify objects with the following parameters:
254
-
-`unit: string` - a timeline unit. Here you can specify one of the following values: *"year" | "month" | "quarter" | "month" | "week" | "day" | "hour" | "minute"*
263
+
-`unit: string` - a timeline unit. Here you can specify one of the following values: *"year" | "month" | "quarter" | "week" | "day" | "hour" | "minute"*
255
264
-`format: string` - a time format (use a [date-fns](https://date-fns.org/) format)
Copy file name to clipboardExpand all lines: docs/guides/configuration.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
sidebar_label: Configuration
3
-
title: Configuration
2
+
sidebar_label: Common Configuration
3
+
title: Common Configuration
4
4
description: You can learn about the configuration in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
5
5
---
6
6
7
-
# Configuration
7
+
# Common Configuration
8
8
9
9
You can configure the *Event Calendar* appearance and functionality via corresponding API. The available parameters will allow you to:
0 commit comments