Skip to content

Commit 2f90941

Browse files
authored
DocGen 26_1 result (#8754)
1 parent b414632 commit 2f90941

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

api-reference/10 UI Components/DateBoxBase/1 Configuration/valueChangeEvent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ default: 'change'
55
---
66
---
77
##### shortDescription
8-
Specifies [DOM events](https://en.wikipedia.org/wiki/DOM_events) that trigger a component [value]({basewidgetpath}/Configuration/#value) update.
8+
Specifies [DOM events](https://en.wikipedia.org/wiki/DOM_events) that trigger a component [value](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') update.
99

1010
---
1111
This property accepts a single event or multiple events separated by spaces.
1212

1313
We recommended the following events: "keyup", "blur", "change", "input", "wheel", and "focusout". All other DOM events are also supported.
1414

15-
[note] Set **valueChangeEvent** to `input keyup wheel` to ensure [onValueChanged]({basewidgetpath}/Configuration/#onValueChanged) is fired when users change the component value using the scroll wheel or up/down arrow keys.
15+
[note] Set **valueChangeEvent** to `input keyup wheel` to ensure [onValueChanged](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/onValueChanged.md '{basewidgetpath}/Configuration/#onValueChanged') is fired when users change the component value using the scroll wheel or up/down arrow keys.
1616

1717
#####See Also#####
18-
- [onValueChanged]({basewidgetpath}/Configuration/#onValueChanged)
18+
- [onValueChanged](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/onValueChanged.md '{basewidgetpath}/Configuration/#onValueChanged')

api-reference/10 UI Components/Errors and Warnings/E1068.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: ErrorsUIWidgets.E1068
33
---
44
---
55
##### shortDescription
6-
Occurs in the [DataGrid](/Documentation/Guide/UI_Components/DataGrid/Overview/) and [TreeList](/Documentation/Guide/UI_Components/TreeList/Overview/) when **aiAssistant**.**aiIntegration** is not configured.
6+
Occurs in the [DataGrid](/concepts/05%20UI%20Components/DataGrid/03%20Overview/00%20Overview.md '/Documentation/Guide/UI_Components/DataGrid/Overview/') and [TreeList](/concepts/05%20UI%20Components/TreeList/02%20Overview/00%20Overview.md '/Documentation/Guide/UI_Components/TreeList/Overview/') when **aiAssistant**.**aiIntegration** is not configured.
77

88
---
9-
To resolve this error, specify **aiIntegration** at the [component level](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/#aiIntegration) or in the [aiAssistant](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/aiAssistant/#aiIntegration) configuration object.
9+
To resolve this error, specify **aiIntegration** at the [component level](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/aiIntegration.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/#aiIntegration') or in the [aiAssistant](/api-reference/40%20Common%20Types/15%20grids/AIAssistant/aiIntegration.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/aiAssistant/#aiIntegration') configuration object.

api-reference/10 UI Components/GridBase/4 Events/aIAssistantRequestCreating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: eventType
77
Raised before an AI Assistant request is created.
88

99
---
10-
Main article: [onAIAssistantRequestCreating]({basewidgetpath}/Configuration/#onAIAssistantRequestCreating)
10+
Main article: [onAIAssistantRequestCreating](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/onAIAssistantRequestCreating.md '{basewidgetpath}/Configuration/#onAIAssistantRequestCreating')
1111

1212
#####See Also#####
1313
#include common-link-handleevents

api-reference/40 Common Types/15 grids/AIAssistant/aiIntegration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ type: AIIntegration
77
Binds the AI Assistant to an AI service.
88

99
---
10-
To activate the AI Assistant in {WidgetName}, configure this object and assign `true` to **aiAssistant**.[enabled]({basewidgetpath}/Configuration/aiAssistant/#enabled).
10+
To activate the AI Assistant in {WidgetName}, configure this object and assign `true` to **aiAssistant**.[enabled](/api-reference/40%20Common%20Types/15%20grids/AIAssistant/enabled.md '{basewidgetpath}/Configuration/aiAssistant/#enabled').

api-reference/40 Common Types/15 grids/AIAssistant/chat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ type: dxChat_Options
77
Configures the AI Assistant chat.
88

99
---
10-
Use DevExtreme [Chat](/Documentation/ApiReference/UI_Components/dxChat/Configuration/) options to configure this object.
10+
Use DevExtreme [Chat](/api-reference/10%20UI%20Components/dxChat/1%20Configuration '/Documentation/ApiReference/UI_Components/dxChat/Configuration/') options to configure this object.
1111

1212
[note]
1313

1414
We do not recommend that you specify the following Chat options:
1515

16-
- [messageTemplate](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#messageTemplate)
17-
- [editing](/Documentation/ApiReference/UI_Components/dxChat/Configuration/editing/)
16+
- [messageTemplate](/api-reference/10%20UI%20Components/dxChat/1%20Configuration/messageTemplate.md '/Documentation/ApiReference/UI_Components/dxChat/Configuration/#messageTemplate')
17+
- [editing](/api-reference/10%20UI%20Components/dxChat/1%20Configuration/editing '/Documentation/ApiReference/UI_Components/dxChat/Configuration/editing/')
1818

1919
[/note]

api-reference/40 Common Types/15 grids/AIAssistant/enabled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ default: false
88
Specifies whether the AI Assistant is enabled.
99

1010
---
11-
To activate the AI Assistant in {WidgetName}, set this property to `true` and configure the **aiAssistant**.[aiIntegration]({basewidgetpath}/Configuration/aiAssistant/#aiIntegration) object.
11+
To activate the AI Assistant in {WidgetName}, set this property to `true` and configure the **aiAssistant**.[aiIntegration](/api-reference/40%20Common%20Types/15%20grids/AIAssistant/aiIntegration.md '{basewidgetpath}/Configuration/aiAssistant/#aiIntegration') object.

api-reference/40 Common Types/15 grids/AIAssistant/popup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ type: dxPopup_Options
77
Configures the AI Assistant popup.
88

99
---
10-
Use DevExtreme [Popup](/Documentation/ApiReference/UI_Components/dxPopup/Configuration/) options to configure this object.
10+
Use DevExtreme [Popup](/api-reference/10%20UI%20Components/dxPopup/1%20Configuration '/Documentation/ApiReference/UI_Components/dxPopup/Configuration/') options to configure this object.
1111

1212
[note]
1313

1414
We do not recommend that you specify the following Popup options:
1515

16-
- [contentTemplate](/Documentation/ApiReference/UI_Components/dxPopup/Configuration/#contentTemplate)
17-
- [fullScreen](/Documentation/ApiReference/UI_Components/dxPopup/Configuration/#fullScreen)
18-
- [showTitle](/Documentation/ApiReference/UI_Components/dxPopup/Configuration/#showTitle)
19-
- [toolbarItems](/Documentation/ApiReference/UI_Components/dxPopup/Configuration/toolbarItems/)
16+
- [contentTemplate](/api-reference/10%20UI%20Components/dxOverlay/1%20Configuration/contentTemplate.md '/Documentation/ApiReference/UI_Components/dxPopup/Configuration/#contentTemplate')
17+
- [fullScreen](/api-reference/10%20UI%20Components/dxPopup/1%20Configuration/fullScreen.md '/Documentation/ApiReference/UI_Components/dxPopup/Configuration/#fullScreen')
18+
- [showTitle](/api-reference/10%20UI%20Components/dxPopup/1%20Configuration/showTitle.md '/Documentation/ApiReference/UI_Components/dxPopup/Configuration/#showTitle')
19+
- [toolbarItems](/api-reference/10%20UI%20Components/dxPopup/1%20Configuration/toolbarItems '/Documentation/ApiReference/UI_Components/dxPopup/Configuration/toolbarItems/')
2020

2121
[/note]

0 commit comments

Comments
 (0)