-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update] pages renamed to appropr format
- Loading branch information
Showing
29 changed files
with
158 additions
and
53 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
sidebar_label: API overview | ||
title: API Overview | ||
description: You can have an API overview of JavaScript Booking in the documentation of the DHTMLX JavaScript Booking library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Booking. | ||
--- | ||
|
||
# API overview | ||
|
||
## Booking constructor | ||
|
||
~~~jsx {} | ||
new booking.Booking("#root", { | ||
// initial configuration parameters | ||
}); | ||
~~~ | ||
|
||
**Parameters**: | ||
|
||
- an HTML container (the ID of the HTML container) | ||
- an object of the configuration parameters ([check here](#booking-properties)) | ||
|
||
## Booking methods | ||
|
||
| Name | Description | | ||
| -------------------------------------------------- | --------------------------------------------------------- | | ||
| [](../methods/booking_methodname_method.md) | @getshort(../methods/booking-methodname_method.md) | | ||
|
||
## Booking internal API | ||
|
||
### Event Bus methods | ||
|
||
| Name | Description | | ||
| ---------------------------------------- | ----------------------------------------------- | | ||
| [](../internal/booking-exec.md) | @getshort(../internal/booking-exec.md) | | ||
| [](../internal/booking-intercept.md) | @getshort(../internal/booking-intercept.md) | | ||
| [](../internal/booking-on.md) | @getshort(../internal/booking-on.md) | | ||
| [](../internal/booking-setnext.md) | @getshort(../internal/booking-setnext.md) | | ||
|
||
### State methods | ||
|
||
| Name | Description | | ||
| ----------------------------------------------- | ------------------------------------------------------ | | ||
| [](../internal/booking-getreactivestate.md) | @getshort(../internal/booking-getreactivestate.md) | | ||
| [](../internal/booking-getstate.md) | @getshort(../internal/booking-getstate.md) | | ||
|
||
## Booking events | ||
|
||
| Name | Description | | ||
| ----------------------------------------- | ------------------------------------------------ | | ||
| [](../events/booking-confirmslot-event.md) | @getshort(../events/booking-confirmslot-event.md) | | ||
| [](../events/booking-selectslot-event.md) | @getshort(../events/booking-selectslot-event.md) | | ||
| [](../events/booking-setfilter-event.md) | @getshort(../events/booking-setfilter-event.md) | | ||
|
||
## Booking properties | ||
|
||
| Name | Description | | ||
| ----------------------------------------- | ------------------------------------------------ | | ||
| [](../config/booking-data.md) | @getshort(../config/booking-data.md) | | ||
| [](../config/booking-cardshape.md) | @getshort(../config/booking-cardshape.md) | | ||
| [](../config/booking-filteredcards.md)| @getshort(../config/booking-filteredcards.md)| | ||
| [](../config/booking-filtershape.md) | @getshort(../config/booking-filtershape.md) | | ||
| [](../config/booking-formshape.md) | @getshort(../config/booking-formshape.md) | | ||
| [](../config/booking-infoshape.md) | @getshort(../config/booking-infoshape.md) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
sidebar_label: API overview | ||
title: API Overview | ||
description: You can have an API overview of JavaScript Booking in the documentation of the DHTMLX JavaScript Booking library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Booking. | ||
--- | ||
|
||
# Events overview | ||
|
||
|
||
| Name | Description | | ||
| ----------------------------------------- | ------------------------------------------------ | | ||
| [](api/events/booking-confirmslot-event.md) | @getshort(api/events/booking-confirmslot-event.md) | | ||
| [](api/events/booking-selectslot-event.md) | @getshort(api/events/booking-selectslot-event.md) | | ||
| [](api/events/booking-setfilter-event.md) | @getshort(api/events/booking-setfilter-event.md) | | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
sidebar_label: State methods overview | ||
title: State Methods Overview | ||
description: You can have an API overview of JavaScript Booking in the documentation of the DHTMLX JavaScript Booking library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Booking. | ||
--- | ||
|
||
# State methods overview | ||
|
||
| Name | Description | | ||
| ----------------------------------------------- | ------------------------------------------------------ | | ||
| [](api/internal/booking-getreactivestate.md) | @getshort(api/internal/booking-getreactivestate.md) | | ||
| [](api/internal/booking-getstate.md) | @getshort(api/internal/booking-getstate.md) | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
sidebar_label: Properties overview | ||
title: Properties Overview | ||
description: You can have an API overview of JavaScript Booking in the documentation of the DHTMLX JavaScript Booking library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Booking. | ||
--- | ||
|
||
# Properties overview | ||
|
||
| Name | Description | | ||
| ----------------------------------------- | ------------------------------------------------ | | ||
| [](api/config/booking-data.md) | @getshort(api/config/booking-data.md) | | ||
| [](api/config/booking-cardshape.md) | @getshort(api/config/booking-cardshape.md) | | ||
| [](api/config/booking-filteredcards.md)| @getshort(api/config/booking-filteredcards.md)| | ||
| [](api/config/booking-filtershape.md) | @getshort(api/config/booking-filtershape.md) | | ||
| [](api/config/booking-formshape.md) | @getshort(api/config/booking-formshape.md) | | ||
| [](api/config/booking-infoshape.md) | @getshort(api/config/booking-infoshape.md) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters