<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>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.