(edited)
In Experience Builder, we can use floating widgets. But it's my understanding that the widgets can't be docked to a side of the map as a pane.
I would like to dock two Editor widgets as panes, one Editor widget as a right-side pane, and another as a left-side pane. Ideally, the panes would be collapsible.
You could probably set this up just by using columns in your project. Set one up on the left, one in the middle, and one on the right. Then add the edit widget directly to each of the sides (and not in a widget controller), and then put your map in the middle one. It's functionally like a docked pane, you just can't dock/undock at runtime (which I believe is true kinda no matter how you add them).
@ZachBodenner Yes, your column idea worked. Thanks.
I used sidebar do "dock" my editor widgets and an edit table if I include one. That gives the end user the option to hide it if they don't want to see it.
You can dock panels by controlling them in a container. It is always a good idea to look at the templates in ExpB and also what others have created over time. Gives a great understanding of how ExpB works, and we're doing all the same sort of thing so learning from each other by understanding our work is a great way to learn.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.