
Untitled
By: a guest on
May 25th, 2012 | syntax:
None | size: 0.53 KB | hits: 16 | expires: Never
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:context="com.robotlegs.demos.robotlegsincremental.*">
<fx:Declarations>
<context:ApplicationContext contextView="{MainViewNavigator}"/>
</fx:Declarations>
<s:ViewNavigator id="MainViewNavigator"
label="Main"
width="100%"
height="100%" firstView="com.robotlegs.demos.robotlegsincremental.views.components.SomeView"/>
</s:Application>