Skip to content

Commit 775a765

Browse files
1001841: resolved CI issues
1 parent b03be5d commit 775a765

11 files changed

Lines changed: 13 additions & 9 deletions

File tree

Document-Processing-toc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
<ul>
906906
<li><a href="/document-processing/pdf/pdf-viewer/react/form-designer/overview">Overview</a></li>
907907
<li><a href="/document-processing/pdf/pdf-viewer/react/form-designer/form-filling">Fill form fields</a></li>
908-
<li><a href="/document-processing/pdf/pdf-viewer/react/toolbar-customization/form-designer">Form Designer Toolbar</a></li>
908+
<li><a href="/document-processing/pdf/pdf-viewer/react/form-designer/form-designer">Form Designer Toolbar</a></li>
909909
<li>Create, Edit, Style and Remove Form Fields
910910
<ul>
911911
<li><a href="/document-processing/pdf/pdf-viewer/react/form-designer/Create-edit-Style-del-formFields/create-formfields">Create form fields</a></li>
@@ -917,8 +917,8 @@
917917
<li>Import/Export form data
918918
<ul>
919919
<li><a href="/document-processing/pdf/pdf-viewer/react/form-designer/import-export-formfields/export-formfields">Export form data</a></li>
920-
<li><a href="/document-processing/pdf/pdf-viewer/react/form-designer/import-export-formfields/import-export-events">Import form data</a></li>
921-
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/form-designer/import-export-formfields/import-export-events">Import/Export events</a></li>
920+
<li><a href="/document-processing/pdf/pdf-viewer/react/form-designer/import-export-formfields/import-formfields">Import form data</a></li>
921+
<li><a href="/document-processing/pdf/pdf-viewer/react/form-designer/import-export-formfields/import-export-events">Import/Export events</a></li>
922922
</ul>
923923
</li>
924924
<li><a href="/document-processing/pdf/pdf-viewer/react/form-designer/custom-data">Add custom data in form fields</a></li>

Document-Processing/PDF/PDF-Viewer/react/form-designer/Create-edit-Style-del-formFields/style-formfields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Style form fields in the React PDF Viewer | Syncfusion
4-
description: Learn how to configure typography, colors, borders, alignment, and other style settings for PDF form fields using the UI and programmatically.
4+
description: Learn how to configure typography, colors, borders, alignment, and other style settings for form fields using the UI and Programmatically.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/react/form-designer/custom-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: PDF Viewer
77
documentation: ug
88
---
99

10-
# Add custom data to form fields
10+
# Add custom data to form fields in React
1111

1212
You can associate arbitrary metadata with any form field using the customData property. This is useful for storing business IDs, validation hints, tags, or any app-specific information alongside the field. The data stays with the field object during the viewer session and can be accessed whenever you query or update fields.
1313

Document-Processing/PDF/PDF-Viewer/react/form-designer/form-field-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ root.render(<App />);
395395

396396
## formFieldMouseOver event
397397

398-
The [formFieldMouseOver](https://helpej2.syncfusion.com/react/documentation/api/pdfviewer/formFieldMouseoverArgs/) event is triggered when the mouse hovers over a form field. The event arguments provide the necessary information about the form field mouse over event.
398+
The [formFieldMouseOver](https://helpej2.syncfusion.com/react/documentation/api/pdfviewer/formFieldMouseoverArgs) event is triggered when the mouse hovers over a form field. The event arguments provide the necessary information about the form field mouse over event.
399399

400400
{% tabs %}
401401
{% highlight js tabtitle="index.JSX" %}

Document-Processing/PDF/PDF-Viewer/react/form-designer/form-filling.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: Form filling in React PDF Viewer Control | Syncfusion
4-
description: Learn to view, fill, export, and import PDF form fields in Syncfusion TS PDF Viewer, including disabling interaction and handling signatures.
4+
description: Learn to view, fill, export, and import PDF form fields in Syncfusion PDF Viewer, including disabling interaction and handling signatures.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Form filling in React PDF Viewer
11+
# Form filling in React PDF Viewer Control
1212

1313
The PDF Viewer displays existing form fields in a PDF and enables users to fill, validate, and download the filled data.
1414

@@ -63,6 +63,10 @@ The PDF Viewer supports the following form field types:
6363

6464
![Form filling in TypeScript PDF Viewer](../images/FormFields.gif)
6565

66+
## Updating form field value programmatically
67+
68+
69+
6670
## Disabling form fields
6771

6872
The PDF Viewer provides an option to disable interaction with form fields using `enableFormDesigner` API. Use the following configuration to disable form fields in the viewer.

Document-Processing/PDF/PDF-Viewer/react/form-designer/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ root.render(<App />);
9696

9797
![FormDesigner](../images/FormDesigner.gif)
9898

99-
# Supported form field types
99+
## Supported form field types
100100

101101
- [Textbox](../form-designer/Create-edit-Style-del-formFields/create-formfields#add-textbox)
102102
- [Password](../form-designer/Create-edit-Style-del-formFields/create-formfields#add-password)
491 KB
Loading
62.1 KB
Loading
328 KB
Loading
61.8 KB
Loading

0 commit comments

Comments
 (0)