Skip to content
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

931490: Sample on How to Retrieve Tooltip HyperLink in FormFields #60

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

SF4524LogeshKumar
Copy link
Collaborator

Description:
Sample on "How to retrieve the tooltip element from a form field and capture the click event of the hyperlink within the tooltip in the PDF Viewer".

const pdfviewer = (<any>document.getElementById("pdfViewer")).ej2_instances[0];

// Check the loaded document name
if (e.documentName === 'form-designer.pdf') {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SF4524LogeshKumar - Remove the document name condition from the document load event and update the KB and sample code snippet.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rparthi-pdf Addressed the changes.

@rparthi-pdf rparthi-pdf merged commit 338b216 into master Feb 4, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants