Skip to content

Instantly share code, notes, and snippets.

@brian428
Created August 19, 2012 19:05
Show Gist options
  • Save brian428/3397078 to your computer and use it in GitHub Desktop.
Save brian428/3397078 to your computer and use it in GitHub Desktop.
Viewport.mxml
<s:Viewport xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mycontrols="todo.*">
<!-- This equates to the ExtJS items array -->
<s:mxmlContent>
<s:Container>
<s:layout
type="hbox"
pack="center"
padding="10"/>
<s:mxmlContent>
<todo:TodoPanel
width="650" />
</s:mxmlContent>
</s:Container>
</s:mxmlContent>
</s:Viewport>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment