<?xml version="1.0" encoding="UTF-8"?>
<application-components>
<application-component id="ExampleComponent" package-name = "">
<![CDATA[
component_destroy : function()
{
   // Invoked when a destroy signal is raised
},

component_init : function()
{
   // Invoked when component is loaded
   this.getContainer().innerHTML = "<b>Loaded!</b>";
}
]]>
</application-component>
</application-components>
