Skip to content

Instantly share code, notes, and snippets.

@keyle
Created November 19, 2011 13:50
Show Gist options
  • Save keyle/1378853 to your computer and use it in GitHub Desktop.
Save keyle/1378853 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<script type="text/javascript" src="taml.js"></script>
<taml xmlns:ren="org.noben.widgets.renderers">
<application title='yello!'>
<background color="#344556">
<hgroup left="5" right="5" top="5" bottom="5">
<border color.right="#556677" thick.right="1" width="250" left="0">
<list>
<data>
<object name.first="Nicolas" name.last="Noben"></object>
<object name.first="Pat" name.last="LeBlanc"></object>
</data>
<renderer>
<ren:mylistrenderer />
</renderer>
</list>
</border>
</hgroup>
</background>
</application>
</taml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment