-
Notifications
You must be signed in to change notification settings - Fork 27
1043301- Revamp UG Documentation for Forms samples in React platform #3843
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
base: development
Are you sure you want to change the base?
Changes from all commits
872ef61
24cfe28
88a6742
2ada837
68746d0
fda208f
dc7a41b
c7cdff6
d50aba6
6c7f0fb
7dd1347
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1003,7 +1003,7 @@ root.render(<App />); | |
|
|
||
| The [hyperlinkMouseOver](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#hyperlinkmouseoverevent) event triggers when hovering over a hyperlink. | ||
|
|
||
| - Event arguments: HyperlinkMouseOverArgs. | ||
| - Event arguments: [HyperlinkMouseOverArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/hyperlinkMouseOverArgs). | ||
|
|
||
| Example: | ||
|
|
||
|
|
@@ -1217,7 +1217,7 @@ root.render(<App />); | |
|
|
||
| The [moveSignature](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#movesignatureevent) event triggers when a signature is moved across the page. | ||
|
|
||
| - Event arguments: `MoveSignatureEventArgs`. | ||
| - Event arguments: [MoveSignatureEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/moveSignatureEventArgs). | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Logeshwaran-SyncGit , Don't use uppercase in links |
||
|
|
||
| Example: | ||
|
|
||
|
|
@@ -1331,7 +1331,7 @@ root.render(<App />); | |
|
|
||
| The [pageMouseover](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#pagemouseoverevent) event triggers when the mouse moves over a page. | ||
|
|
||
| - Event arguments: `PageMouseoverEventArgs`. | ||
| - Event arguments: [PageMouseoverEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/pageMouseoverEventArgs). | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Logeshwaran-SyncGit , Don't use uppercase in links |
||
|
|
||
| Example: | ||
|
|
||
|
|
@@ -1369,7 +1369,7 @@ root.render(<App />); | |
|
|
||
| The [pageOrganizerSaveAs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#pageorganizersaveasevent) event triggers when a Save As action is performed in the page organizer. | ||
|
|
||
| - Event arguments: `PageOrganizerSaveAsEventArgs`. | ||
| - Event arguments: [PageOrganizerSaveAsEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/pageOrganizerSaveAsEventArgs). | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Logeshwaran-SyncGit , Don't use uppercase in links |
||
|
|
||
| Example: | ||
|
|
||
|
|
@@ -1939,7 +1939,7 @@ root.render(<App />); | |
|
|
||
| The [textSelectionStart](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#textselectionstartevent) event triggers when text selection is initiated. | ||
|
|
||
| - Event arguments: `TextSelectionStartEventArgs`. | ||
| - Event arguments: [TextSelectionStartEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/textSelectionStartEventArgs). | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Logeshwaran-SyncGit , Don't use uppercase in links |
||
|
|
||
| Example: | ||
|
|
||
|
|
@@ -2017,5 +2017,5 @@ root.render(<App />); | |
| See also: | ||
|
|
||
| - [Annotation events](./annotation/annotation-event) | ||
| - [Form field events](./form-designer/form-field-events) | ||
| - [Organize PDF events](./organize-pdf/organize-pdf-events) | ||
| - [Form field events](./forms/form-field-events) | ||
| - [Organize PDF events](./organize-pages/events) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Logeshwaran-SyncGit , Don't use uppercase in links