Skip to content

Commit

Permalink
DocGen 24_2 result (#6761)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrobot authored Oct 30, 2024
1 parent 44a1edb commit 8978672
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: dxChat.Options.showAvatar
type: Boolean
default: true
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: dxChat.Options.showDayHeaders
type: Boolean
default: true
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: dxChat.Options.showMessageTimestamp
type: Boolean
default: true
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: dxChat.Options.showUserName
type: Boolean
default: true
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Follow the steps below to configure custom client-side data aggregation.

1. Make sure that the **remoteOperations**.[summary](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/summary.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/#summary'), **remoteOperations**.[groupPaging](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/groupPaging.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/#groupPaging'), **remoteOperations**.[grouping](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/#grouping), or [remoteOperations](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/') property is not set or set to **false**.
1. Make sure that the **remoteOperations**.[summary](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/summary.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/#summary'), **remoteOperations**.[groupPaging](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/groupPaging.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/#groupPaging'), **remoteOperations**.[grouping](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/grouping.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/#grouping'), or [remoteOperations](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/') property is not set or set to **false**.

1. Add one or several summary items to the [totalItems](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/summary/totalItems '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/summary/totalItems/') or [groupItems](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/summary/groupItems '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/summary/groupItems/') array. Specify their [names](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/summary/totalItems/name.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/summary/totalItems/#name') and set [summary types](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/summary/totalItems/summaryType.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/summary/totalItems/#summaryType') to *"custom"*:

Expand Down
12 changes: 12 additions & 0 deletions metadata/syntax-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -9030,6 +9030,18 @@
"dxChatOptions.registerKeyHandler": {
"vue": "register-key-handler"
},
"dxChatOptions.showAvatar": {
"vue": "show-avatar"
},
"dxChatOptions.showDayHeaders": {
"vue": "show-day-headers"
},
"dxChatOptions.showMessageTimestamp": {
"vue": "show-message-timestamp"
},
"dxChatOptions.showUserName": {
"vue": "show-user-name"
},
"dxChatOptions.tabIndex": {
"vue": "tab-index"
},
Expand Down

0 comments on commit 8978672

Please sign in to comment.