ISSUE-20

Content multi-view

Current <content> model does not allow multiple views

State:
CLOSED
Product:
Widgets
Raised by:
Marcos Caceres
Opened on:
2008-06-27
Description:
The problem with the way that <content> is currently specified is that it does not allow for multiple "views" of content. For example, say I want to display a floating widget and a different view of that widget in a dock. 

Google gadgets currently solves this problem by allowing multiple content elements and making use of a "view" attribute:

<?xml version="1.0" encoding="UTF-8" ?>
<Module> 
  <ModulePrefs title="Hello World!">
    <Require feature="opensocial-0.7" />
  </ModulePrefs>
  <Content type="html" view="home">
    <![CDATA[
      Hello, small world!
    ]]>  
  </Content>
  <Content type="html" view="canvas"> 
    <![CDATA[
      Hello, big world!
    ]]> 
  </Content>
</Module>

It might be useful to add something similar to widgets 1.0. 
Related Actions Items:
No related actions
Related emails:
  1. Re: ISSUE-20 (Content multi-view): Current <content> model does not allow multiple views [Widgets] (from art.barstow@nokia.com on 2008-08-30)
  2. ISSUE-20 (Content multi-view): Current <content> model does not allow multiple views [Widgets] (from sysbot+tracker@w3.org on 2008-06-27)

Related notes:

2008-08-30 14:19:02: This issue has been closed, based on the WG's agreement on August 26. Please see the following for details:

<http://www.w3.org/2008/08/26-wam-minutes.html#item13> [Arthur Barstow]

Display change log ATOM feed


Charles McCathieNevile <chaals@opera.com>, Arthur Barstow <art.barstow@nokia.com>, Chairs, Doug Schepers <schepers@w3.org>, Michael(tm) Smith <mike@w3.org>, Staff Contacts
Tracker, originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: index.php,v 1.231 2009/11/16 15:00:54 dom Exp $