<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>
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		