In the Web Appbuilder Developer Edition, say I want to open a widget which is not in a controller but in a place holder. How can I manage that ?
I've tried using the WidgetManager openWidget(widget) followed by PanelManager showPanel() functions but it only works if the widget has already been opened once before (manually).
Solved! Go to Solution.
I am using the launchpad and I wanted have the buffer widget along the attribute table open at the same time. As you change the parameters in the buffer widget, the attribute table would update accordingly. Possible?
Dumb question: how do I add PanelManager as a reference to my ScaleBar widget? I'm attempting to open another widget at index (2) when the ScaleBar widget loads but getting "fail to startup widget Scalebar. ReferenceError: PanelManager is not defined" error.
James,
You just add the require for 'jimu/PanelManager' to the require list.
Mathieu,
Did my reply not answer your question?
Yes it did ! I thought I marked it as resolved... Still making my way through GeoNet