Add support for "views" (multiple <Content> sections)
-----------------------------------------------------

                 Key: SHINDIG-42
                 URL: https://issues.apache.org/jira/browse/SHINDIG-42
             Project: Shindig
          Issue Type: New Feature
          Components: Gadgets Server - Java
            Reporter: John Hjelmstad
            Assignee: John Hjelmstad


The OpenSocial API has deprecated Surfaces in favor of Views, now defined as a 
core Gadgets feature. They are represented in Gadget XML by repeating the 
<Content> section and adding a "view" attribute to it. The default view ID is 
"default" if unspecified. Multiple views IDs may be attached to a given 
<Content> section by using a comma delimited list in the view attribute's value.

Example:
<Content view="foo">
foo content
</Content>
<Content view="bar">
bar content
</Content>
<Content view="x,y,z">
content for views x, y, and z
</Content>
<Content>
...standard default content...
</Content>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to