Skip to content

Instantly share code, notes, and snippets.

@tiff
Created June 25, 2010 15:07
Show Gist options
  • Save tiff/452973 to your computer and use it in GitHub Desktop.
Save tiff/452973 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Test OpenSocial Templates" />
<Content type="html"><![CDATA[
<script type="text/javascript" src="http://ostemplates-demo.appspot.com/ostemplates.js"></script>
<!-- A simple inline template -->
<script type="text/os-template">
<div style="font-size: 20px">Hello world!</div>
</script>
<script type="text/javascript">
function init() {
<!-- Automatically render all inline templates in this gadget -->
os.Container.processDocument();
}
gadgets.util.registerOnLoadHandler(init);
</script>
]]></Content>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment