Created
August 19, 2012 19:05
-
-
Save brian428/3397078 to your computer and use it in GitHub Desktop.
Viewport.mxml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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