An Experience Builder application I'm working on will contain a number of widgets. When I click to launch each widget, I need them to open in the same spot in the app.
Let's say, for example, I have my widget controller laid out across the top of the application. I need each widget to launch in a specific fixed location on the app. Each widget, upon clicking, should open inside of a fixed panel. When I click to open another widget, it should replace the previous widget that was open in the exact same fixed panel.
This would be similar to how some of the old WAB themes functioned with a fixed sidebar. The widgets always open in the same sidebar.
The way Experience Builder behaves currently, you end up with an interface littered with open widgets of varying sizes and in different spots on the screen. This looks awful, and is not an effective way to interact with the application.
Are there plans to implement this functionality? Is anyone aware of a workaround that will allow me to specify precisely the spot on the screen where my widgets should launch?