When our WebPortal is started, e.g. see link, the Advanced mode is inactive.
How can I make it appeared active when the WebPortal is initiated? Example of what I’m looking for is in this site.
Thanks,
Eitan
When our WebPortal is started, e.g. see link, the Advanced mode is inactive.
How can I make it appeared active when the WebPortal is initiated? Example of what I’m looking for is in this site.
Thanks,
Eitan
It took me a while, but finally I found the solution:
In module …/PortalApp/app/view/Viewport.js, after the accordion layout flag, exchange the order of the two items. The first item of the “accordion” appears active.
Thank you for sharing your solution!