<WidgetTemplate id="wTemplate"> <mx:ViewStack id="viewStack" width="100%" height="100%" creationPolicy="all"> <mx:VBox width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off"> <mx:Label text="{visibilityLabel}" styleName="WidgetText" width="100%"/> <toccomp:TOC id="toc" width="100%" height="100%"/> </mx:VBox> <mx:VBox width="100%" height="100%"> <mx:Label text="{transparencyLabel}" styleName="WidgetText" width="100%"/> <mx:Repeater id="layerRepeater"> <widgets:LayerAlpha layer="{layerRepeater.currentItem}"/> </mx:Repeater> </mx:VBox> </mx:ViewStack> </WidgetTemplate>
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.