Skip to content

Commit 422c1f2

Browse files
authored
DocGen 25_2 result (#8763)
1 parent 68a56c4 commit 422c1f2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

api-reference/10 UI Components/dxForm/1 Configuration/formData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Provides the Form's data. Gets updated every time form fields change.
1414

1515
##### Angular
1616

17-
[note] **formData** does not support Angular signals. For more information, refer to the following topic: [DevExtreme Angular - Using Angular Signals with DevExtreme](/Documentation/Guide/Angular_Components/Common_Features/Using_Angular_Signals_with_DevExtreme/).
17+
[note] **formData** does not support Angular signals. For more information, refer to the following topic: [DevExtreme Angular - Using Angular Signals with DevExtreme](/concepts/40%20Angular%20Components/40%20Common%20Features/20%20Using%20Angular%20Signals%20with%20DevExtreme.md '/Documentation/Guide/Angular_Components/Common_Features/Using_Angular_Signals_with_DevExtreme/').
1818

1919
---
2020

concepts/40 Angular Components/40 Common Features/20 Using Angular Signals with DevExtreme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ If you want to integrate this capability into your application, you can examine
1919

2020
[note]
2121

22-
**dxForm**.[formData](/Documentation/ApiReference/UI_Components/dxForm/Configuration/#formData) does not support signals. To use signals with **formData**, implement one of the following:
22+
**dxForm**.[formData](/api-reference/10%20UI%20Components/dxForm/1%20Configuration/formData.md '/Documentation/ApiReference/UI_Components/dxForm/Configuration/#formData') does not support signals. To use signals with **formData**, implement one of the following:
2323

24-
- Create a new object bound to a signal and synchronize this object with **formData** in [onFieldDataChanged](/Documentation/ApiReference/UI_Components/dxForm/Configuration/#onFieldDataChanged):
24+
- Create a new object bound to a signal and synchronize this object with **formData** in [onFieldDataChanged](/api-reference/10%20UI%20Components/dxForm/1%20Configuration/onFieldDataChanged.md '/Documentation/ApiReference/UI_Components/dxForm/Configuration/#onFieldDataChanged'):
2525

2626
<!-- tab: app.component.html -->
2727
<dx-form
@@ -44,7 +44,7 @@ If you want to integrate this capability into your application, you can examine
4444
}
4545

4646

47-
- Configure item [templates](/Documentation/ApiReference/UI_Components/dxForm/Item_Types/SimpleItem/#template) for all dxForm fields and bind signals to each component's **value** property:
47+
- Configure item [templates](/api-reference/10%20UI%20Components/dxForm/5%20Item%20Types/SimpleItem/template.md '/Documentation/ApiReference/UI_Components/dxForm/Item_Types/SimpleItem/#template') for all dxForm fields and bind signals to each component's **value** property:
4848

4949
<!-- tab: app.component.html -->
5050
<dx-form>

0 commit comments

Comments
 (0)