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
Copy file name to clipboardExpand all lines: docs/guides/configuration.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -366,7 +366,7 @@ Please, see an example in the [snippet tool](https://snippet.dhtmlx.com/pd6wp1xc
366
366
367
367
## Configuring the filter
368
368
369
-
You can configure filter settings via the [`filterShape`](/api/config/booking-filterShape) property. Default configuration is the following:
369
+
You can configure filter settings via the [`filterShape`](/api/config/booking-filtershape) property. Default configuration is the following:
370
370
371
371
~~~jsx {}
372
372
constdefaultTimeRanges= [
@@ -389,7 +389,7 @@ const defaultFilterShape = {
389
389
390
390
### Hiding filter input fields
391
391
392
-
All input fields are displayed by default: text, time, and date. To hide the fields, apply the [`filterShape`](/api/config/booking-filterShape) property and set the corresponding parameters to **false**.
392
+
All input fields are displayed by default: text, time, and date. To hide the fields, apply the [`filterShape`](/api/config/booking-filtershape) property and set the corresponding parameters to **false**.
393
393
394
394
Example:
395
395
@@ -407,7 +407,7 @@ new booking.Booking("#root", {
407
407
408
408
### Configuring filter fields
409
409
410
-
To enable the auto-complete and show the values that match a user's input text in the **text** field, set the `suggest` parameter of the [`filterShape`](/api/config/booking-filterShape) property to **true**. The values from the [`data`](/api/config/booking-data) object will be displayed. To add labels to these fields, apply the `label` parameter of the [`filterShape`](/api/config/booking-filterShape) property.
410
+
To enable the auto-complete and show the values that match a user's input text in the **text** field, set the `suggest` parameter of the [`filterShape`](/api/config/booking-filtershape) property to **true**. The values from the [`data`](/api/config/booking-data) object will be displayed. To add labels to these fields, apply the `label` parameter of the [`filterShape`](/api/config/booking-filtershape) property.
411
411
412
412
Example:
413
413
@@ -427,7 +427,7 @@ new booking.Booking("#root", {
427
427
});
428
428
~~~
429
429
430
-
To define the time filtering options, for the `time` parameter of the [`filterShape`](/api/config/booking-filterShape) property specify the start and end slot time values:
430
+
To define the time filtering options, for the `time` parameter of the [`filterShape`](/api/config/booking-filtershape) property specify the start and end slot time values:
431
431
432
432
-`from` - the start time for a slot; it can be a number from 0 to 24 that specifies the time in hours (e.g., 9 means 9:00, 8.5 means 8:30) or a string in the format "h:m" (for example, "8:30")
433
433
-`to` - the end time for a slot; it can be a number from 0 to 24 that specifies the time in hours (e.g., 9 means 9:00, 8.5 means 8:30) or a string in the format "h:m" (for example, "8:30")
@@ -455,7 +455,7 @@ new booking.Booking("#root", {
455
455
456
456
### Enabling the autoApply mode for the filter
457
457
458
-
To hide the **Search** button and make the filter immediately apply a user's input, set the `autoApply` parameter of the [`filterShape`](/api/config/booking-filterShape) property to **true**.
458
+
To hide the **Search** button and make the filter immediately apply a user's input, set the `autoApply` parameter of the [`filterShape`](/api/config/booking-filtershape) property to **true**.
Copy file name to clipboardExpand all lines: docs/how-to-start.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,14 @@ This clear and comprehensive tutorial will guide your through the steps you need
12
12
13
13
## Step 1. Downloading and installing packages
14
14
15
-
[Download the package](https://dhtmlx.com/docs/products/dhtmlxbooking/download.shtml) and unpack it into a folder of your project.
15
+
[Download the package](https://dhtmlx.com/docs/products/dhtmlxBooking/) and unpack it into a folder of your project.
16
16
17
17
You can import JavaScript Booking into your project using `yarn` or `npm` package manager.
18
18
19
19
#### Installing trial Booking via npm and yarn
20
20
21
21
:::info
22
-
If you want to use the trial version of Booking, download the trial [booking package](https://dhtmlx.com/docs/products/dhtmlxbooking/download.shtml) and follow the steps mentioned in the *README* file. Note that trial booking is available for 30 days only.
22
+
If you want to use the trial version of Booking, download the trial [booking package](https://dhtmlx.com/docs/products/dhtmlxBooking/) and follow the steps mentioned in the *README* file. Note that trial booking is available for 30 days only.
0 commit comments