Created
July 21, 2011 21:20
-
-
Save guilhermeaiolfi/1098244 to your computer and use it in GitHub Desktop.
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
<a:model id="sample"> | |
<data> | |
<name>I'm ok</name> | |
<child> | |
<name>where am I?</name> | |
</child> | |
</data> | |
</a:model> | |
<a:bar skin="basic" model="sample"> | |
<a:textbox id="name" value="[name]" flex="1"></a:textbox> | |
<a:datagrid minheight="160" height="160" flex="1"> | |
<a:each match="[child]"> | |
<a:column caption = "name" value = "[name]" /> | |
</a:each> | |
</a:datagrid> | |
</a:bar> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment