Change Icon of multiViewerSaveDocumentButton

I utilize the following API to enable the “Save Document” functionality in the Compare View:
UI.enableElements([“multiViewerSaveDocumentButton”]);

However, I want to customize this feature by changing the tooltip text to “Download” and replacing the current icon with a different SVG icon that represents downloading. Could you please guide me on how to achieve this modification? Your assistance would be greatly appreciated. Thank you.

Please support me

Hi there,

To update the download button, you can use the updateElement API as shown here:
https://docs.apryse.com/api/web/UI.html#.updateElement__anchor

Best regards,
Kevin Kim

1 Like

thanks a lot Kevin!
This is exactly what I needed