public var controlContainer:Group;
for (var c:int = 0; c < ViewerContainer.getInstance().widgetManager.controlContainer.numElements; c++){ try{ var hc:* = ViewerContainer.getInstance().widgetManager.controlContainer.getElementAt(c); hc.bannerSubtitle.text = "hello world"; } catch(error:Error){} }
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.