Skip to content

Instantly share code, notes, and snippets.

@guilhermeaiolfi
Created July 21, 2011 21:20
Show Gist options
  • Save guilhermeaiolfi/1098244 to your computer and use it in GitHub Desktop.
Save guilhermeaiolfi/1098244 to your computer and use it in GitHub Desktop.
<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