How to switch from a Widget to another that are inside the header controller programmatically when interacting from another customized in panel widget.

1133
0
05-26-2016 02:49 PM
RAAB
by
New Contributor

Hello,

I am new to the WAB and I really need help!

When starting my app the (About) widget from the header controller will open, and I have another customized in panel widget that has a combobox with a list of countries.

What I want is that when selecting any of these countries the (About) widget would close programmatically and then another in panel Widget -in the header controller- called (Legend) would open to show the legend for each of these countries without having to close (About) and open (Legend) manually.

What I have in the json file is:

{

        "name": "About",

        "config": "configs/About/config_Info.json",

        "openAtStart": true

      }

so that the (About) would open when starting the app. I am trying so hard to find a solution, but still cannot figure out what to add .

I hope I have explained the problem properly. I am waiting for you kind answers.

  Thanks in Advance!

Tags (1)
0 Kudos
0 Replies