I am working on an integration and I would like to display a custom dialog within Web Access 10. I found EDM302: Advanced Web Customizations which uses waWindow.getAvailableDlg() to display a custom dialog within Web Accecss. I tried using this in Web Access 10, but I am getting an error saying "waWindow.getAvailableDlg is not a function". Is this still available in Web Access 10, or was this only in Web Access 9?
Question
Question
waWindow.getAvailableDlg() in Web Access 10
Replies
That only applied to version 9. What kind of a custom dialog are you trying to show?
I have a Web Access Custom Action created using the WebAccessCustomActions.sln solution. The custom action requires some end user configuration and I was wanting to load my configuration page within a dialog. Is there any alternative in Web Access 10 for waWindow.getAvailableDlg()?
Wondering if you got any more information from Laserfiche on this ask?
@████████
Any update on this topic?
There hasn't been a change on this, though custom tabs could be used for some use cases.
Is there a good reason not support it any more?
Custom tab that display special page isn't as good (look) as a pop-up dialog in many cases. To build complicated web-page is over-kill for such simple dialog style when click a button.