[ 
https://issues.apache.org/jira/browse/SHINDIG-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093726#comment-13093726
 ] 

Mark Weitzel commented on SHINDIG-1586:
---------------------------------------

<Module title='Simple Gadget Sample'> 
  <Data>
  <os:Var key='someName'>Joe</os:Var>
  </Data>
  <Templates>
    <Template tag='my:FancyName'>
    <h2 style='font-family:comic sans ms;color:${My.color};'>Hello, 
${My.name}</h2>
    </Template>
  </Templates>
  
  <Content>
  Test simple tag <br />
  <my:FancyName color='red' name='${someName}' />
  <br />
  <my:FancyName >
   <color>blue</color>
   <name>Chris</name>
  </my:FancyName>
  </Content>
</Module>

> Implement Simple Gadget Format
> ------------------------------
>
>                 Key: SHINDIG-1586
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1586
>             Project: Shindig
>          Issue Type: New Feature
>    Affects Versions: 3.0.0
>            Reporter: Ryan Baxter
>
> Simple gadget format is a new feature in the OpenSocial 2.0 spec. 
> This is discussed in section 4.1.4 of the Core Gadget spec.
> http://opensocial-resources.googlecode.com/svn/spec/2.0/Core-Gadget.xml#DataElement

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to