ExB developer edition version 1.13.
I'm trying to figure out if it is possible to dynamically change an out of the box widgets data source using either the configuration menu or through some type of action from a custom widget.
As an example, I'd like to configure a ExB app that has a:
- A Map configured using the drag and drop interface. The consumed Web Map will have a single feature layer.
- A custom widget that will create a client-side feature layer based on the Web Map feature layer and add it to the Map.
- A dynamic text widget configured using the drag and drop interface.
Would it be possible, using the widget setting configuration screen, to point the dynamic text at the feature layer when it loads then point it at the client-side feature layer when it is created?
Would switching the dynamic text data source have to be done using a Data Action via the custom widget?
Thank you