Hello,
I wish to have some dynamic content in the configuration panel of a configurable web application.
In specific I would like to show the current categories of the Portal.
Is there any way in which this is possible? I'm open to any suggestions.
Getting categories in a widget is not a problem. I would like to have it in the configuration panel when configuring a custom web application template.
The reason is that I need to configure a widget. What I mean by the configuration panel is as shown here:
For reference, this is what I mean as described here: https://doc.arcgis.com/en/arcgis-online/create-maps/create-app-templates.htm#GUID-12539044-708B-4FB0-9259-E3CBD0FEE504
i think a costum widget could do the trick:
If you look at the:
Portal | API Reference | ArcGIS API for JavaScript 4.10
you will find:
hasCategorySchema
that will tell if there are any categories on the portal
and then with:
fetchCategorySchema()
you would be able to get the categories
and then use html to order the information with JS
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.