is there a way we could open a widget at startup with its visibility set to false ? Basically, i would like to apply a filter widget on startup without any interaction with user..
There is if you are using the developer edition
Look at this example:
GitHub - cmndrbensisko/LocalLayer: The LocalLayer Widget for ArcGIS Web AppBuilder is intended to allow the direct addit…
LocalLayerWidget and AccessifizrWidget
"widgetOnScreen": { "widgets": [ { "uri": "widgets/LocalLayer/Widget", "visible": false }, ... ] }
Thanks Rickey,
May be i did not explain clearly, The challenge was to have a widget not visible and at the same time the application starts the widget on
startup. We cannot have both Visibilty =false and openStartup = true . I mean the Visibility setting takes precedence over the openAtStartup setting.
So , to overcome this problem i just set inPanel=false in the Manifest.json file of the widget.
Appreciate your effort in trying to help me
A
,,,
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.