<map wraparound180="true" esrilogovisible="false" top="35" bottom="175" left="200" right="165" initialextent="-16677000 2009000 -4819000 8330000" fullextent="-16677000 2009000 -4819000 8330000" >
<map initialextent="-14225000 1864000 -6525000 6658000" left="350" top="0" zoomslidervisible="false">
<widget left="0" top="0" width="350" config="widgets/MyCollapsibleWidget/MyCollapsibleWidget.xml" url="widgets/MyCollapsibleWidget/MyCollapsibleWidget.swf"/>
<s:states> <s:State name="normal" /> <s:State name="collapsed" /> </s:states>
<s:transitions> <s:Transition fromState="normal" toState="collapsed"> <s:Resize target="{mainPartOfYourCollapsibleWidget}" duration="450" effectUpdate="moveTheMap(event)" /> </s:Transition> <s:Transition fromState="collapsed" toState="normal"> <s:Resize target="{mainPartOfYourCollapsibleWidget}" duration="450" effectUpdate="moveTheMap(event)" /> </s:Transition> </s:transitions>
private function moveTheMap(evt:EffectEvent):void{ ViewerContainer.getInstance().mapManager.left = mainContainer.width }
ViewerContainer.getInstance().mapManager.bottom
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.