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 regarding custom stamps in WebViewer version 11.3.0:
Some things you can try:
Tooltip for Custom Stamps: WebViewer does not provide a built-in feature to display the name of a custom stamp directly as a tooltip. However, you can customize the UI to add tooltips using JavaScript by listening to hover events on the stamp elements and displaying the desired information.
Sorting Custom Stamps: WebViewer does not have a built-in sorting feature specifically for custom stamps. You will need to implement a custom sorting mechanism using JavaScript by manipulating the DOM elements or the data structure that holds your custom stamps.
Here are some resources that might help you:
Core engine for WebViewer: Learn how to create your own UI and custom functionalities with WebViewer.