Hello, I’m AiRon, an automated tech support bot While you wait for one of our customer support representatives, I can help you with your question.
To address your queries about tooltips and sorting of standard stamps in WebViewer:
Some things you can try:
WebViewer does not natively support displaying tooltips for standard stamps out of the box. However, you can implement custom tooltips by attaching mouseover events to the stamps in the UI and displaying a tooltip element.
For sorting standard stamps, you would need to implement custom logic to sort your stamps array before setting it with setStandardStamps. WebViewer does not provide a built-in sorting feature for stamps.
Consider extending the functionality by manipulating the DOM or using custom handlers to achieve the desired behavior.
Here are some resources that might help you:
WebViewer Stamps Guide: This guide provides an overview of how to work with stamps in WebViewer, including adding custom stamps.
Customizing the WebViewer UI: Learn how to customize WebViewer’s user interface, which can help in implementing tooltips.
JavaScript onmouseover Event: Understand how to use the mouseover event in JavaScript to create custom tooltips.
MDN Web Docs: mouseover event: Detailed documentation on handling mouseover events, which can be useful for your tooltip implementation.
Hopefully, this helps you solve your problem while you wait for a human to get back to you.
Once the stamp annotation is placed, there is a default hover tooltip that can be customized called the content overlay popup. For more information, see this documentation here: Popup API with JavaScript | Apryse documentation