As we are converting an app to the new theme and want to make use of all the new features, I would like to get rid of (close to) all buttons on the page.
But on almost every page we have a 'help' link to an external website, where a lot of reference materials can be found. For this we used the 'ExternalLink' option of the button.
Is something similar possible in a page (or widget) action? For instance, I can't find a way to redirect to a url in a procedure.
Page 1 / 1
Hi @Guus Kattenbelt , we have introduced some Page Support Procedures that you can find in the AIMMS WebUI Library under Pages and Dialog Support -> Public Pages Support Procedures.
One of those are opening external URLs. OpenExternalLink(url)
You can call it in a procedure eg: webui::OpenExternalLink("www.google.com"); and then use that procedure in the Page and Widget actions.
Thanks.
One of those are opening external URLs. OpenExternalLink(url)
You can call it in a procedure eg: webui::OpenExternalLink("www.google.com"); and then use that procedure in the Page and Widget actions.
Thanks.
Reply
Sign up
Already have an account? Login
Please use your business or academic e-mail address to register
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.