Hi,
Is there anyway to nest one widget in another? I have created an accordian widget and would like one of the drop downs to have a search function in it. Can I reference a search widget out of the document or do I need to make my own within the widget file?
Thank you!
Hey, I did created a Custom widget that can load in any other widget by passing in the widgetID
you can make use of the WidgetManager-class methods.
.getInstance().loadWidgetClass(widgetID)
.getInstance().getWidgetClass(widgetID)
openWidget(widgetID)
This might help
https://developers.arcgis.com/experience-builder/sample-code/widgets/control-the-widget-state/#for-t...
Hi, would you be willing to share more details or do you have it on git? I am so stuck and it would be so helpful!
Thank you so much for responding!