Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update new demo descriptions #28525

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/demos/Demos/Chat/AIAndChatbotIntegration/description.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This demo uses an AI service and the DevExtreme Chat component to create a chatbot UI.
This demo uses an [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) service and the DevExtreme Chat component to create a chatbot UI. You can integrate Chat with various AI services, including [OpenAI](https://openai.com/), [Google Dialogflow](https://cloud.google.com/dialogflow/docs), and [Microsoft Bot Framework](https://dev.botframework.com/).

## Handling dataSource (reloadOnChange: false)

Expand All @@ -11,7 +11,7 @@ The Chat specifies a [messageTemplate](/Documentation/ApiReference/UI_Components

## Response Format Conversion: Markdown to HTML

The AI model outputs responses in Markdown, while the Chat requires HTML output. This examples uses the [unified](https://github.com/unifiedjs) plugin library to convert response content. Review `convertToHtml` function code for implementation details.
The AI model outputs responses in Markdown, while the Chat requires HTML output. This example uses the [unified](https://github.com/unifiedjs) plugin library to convert response content. Review `convertToHtml` function code for implementation details.

## Default Caption Customization

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ The column is fixed to the right edge of the grid.

- *'sticky'*
The column sticks to left and right edges when it reaches them.
<!--split-->

To fix or unfix a column, users should right-click the column's header and select the corresponding operation in the context menu. To prevent users from fixing or unfixing a column, set its [allowFixing](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#allowFixing) property to `false`.
To fix or unfix a column, users should right-click the column's header and select the corresponding operation in the context menu. To prevent users from fixing or unfixing a column, set its [allowFixing](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#allowFixing) property to `false`.
<!--split-->
2 changes: 1 addition & 1 deletion apps/demos/Demos/Pagination/Overview/description.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DevExpress Pagination UI component allows users to navigate between pages and adjust page size at runtime. The Pagination component in this demo allows users to browse employee cards.
DevExpress Pagination UI component allows users to navigate between pages and adjust page size at runtime. In this demo, users can browse employee cards with the Pagination component.

To set up a Pagination component, specify the following options:

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/TreeList/ColumnFixing/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ The column is fixed to the right edge of the grid.

- *'sticky'*
The column sticks to left and right edges when it reaches them.
<!--split-->

To fix or unfix a column, users should right-click the column's header and select the corresponding operation in the context menu. To prevent users from fixing or unfixing a column, set its [allowFixing](/Documentation/ApiReference/UI_Components/dxTreeList/Configuration/columns/#allowFixing) property to `false`.
To fix or unfix a column, users should right-click the column's header and select the corresponding operation in the context menu. To prevent users from fixing or unfixing a column, set its [allowFixing](/Documentation/ApiReference/UI_Components/dxTreeList/Configuration/columns/#allowFixing) property to `false`.
<!--split-->
Loading