pui.link( url )
This function instructs the browser to go to a new url while skipping the "This will end your session" confirmation box. Ā Since going to a new url normally ends the session, this API is typically used for file download url's or mailto url's.
Example:
pui.link("mailto:support@profoundlogic.com");
Some documentation pages have recently moved to a new section: Profound AppDev. If you are having trouble finding specific pages, try the documentation search capability or reach out to our Support team!