[xwiki-devs] [Proposal] Adding a new option for the livetable macro: summary
Hi, For WCAG we need to add summary attributes to our tables. I'm proposing to allow the user to pass such a summary to the livetable macro through a new option. For ex: [...] #set($options = { "className":"XWiki.XWikiUsers", "translationPrefix" : "xe.index.users.", "tagCloud" : true, "rowCount": 15, "summary: "the summary here" }) #livetable("userstable" $columns $columnsProperties $options) WDYT? ok? Thanks -Vincent
On Nov 16, 2009, at 11:11 AM, Vincent Massol wrote:
Hi,
For WCAG we need to add summary attributes to our tables. I'm proposing to allow the user to pass such a summary to the livetable macro through a new option.
For ex:
[...] #set($options = { "className":"XWiki.XWikiUsers", "translationPrefix" : "xe.index.users.", "tagCloud" : true, "rowCount": 15, "summary: "the summary here" }) #livetable("userstable" $columns $columnsProperties $options)
Actually it could be better named "Description" IMO. Thanks -Vincent
WDYT? ok?
Thanks -Vincent
On Mon, Nov 16, 2009 at 11:12, Vincent Massol <[email protected]> wrote:
On Nov 16, 2009, at 11:11 AM, Vincent Massol wrote:
Hi,
For WCAG we need to add summary attributes to our tables. I'm proposing to allow the user to pass such a summary to the livetable macro through a new option.
For ex:
[...] #set($options = { "className":"XWiki.XWikiUsers", "translationPrefix" : "xe.index.users.", "tagCloud" : true, "rowCount": 15, "summary: "the summary here" }) #livetable("userstable" $columns $columnsProperties $options)
Actually it could be better named "Description" IMO.
Yes "description" is better I think.
Thanks -Vincent
WDYT? ok?
+0
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
On 11/16/09 11:12 AM, Vincent Massol wrote:
On Nov 16, 2009, at 11:11 AM, Vincent Massol wrote:
Hi,
For WCAG we need to add summary attributes to our tables. I'm proposing to allow the user to pass such a summary to the livetable macro through a new option.
For ex:
[...] #set($options = { "className":"XWiki.XWikiUsers", "translationPrefix" : "xe.index.users.", "tagCloud" : true, "rowCount": 15, "summary: "the summary here" }) #livetable("userstable" $columns $columnsProperties $options)
Actually it could be better named "Description" IMO.
+1 Jerome
Thanks -Vincent
WDYT? ok?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On 11/16/2009 11:12 AM, Vincent Massol wrote:
On Nov 16, 2009, at 11:11 AM, Vincent Massol wrote:
Hi,
For WCAG we need to add summary attributes to our tables. I'm proposing to allow the user to pass such a summary to the livetable macro through a new option.
For ex:
[...] #set($options = { "className":"XWiki.XWikiUsers", "translationPrefix" : "xe.index.users.", "tagCloud" : true, "rowCount": 15, "summary: "the summary here" }) #livetable("userstable" $columns $columnsProperties $options)
Actually it could be better named "Description" IMO.
+1 -- Sergiu Dumitriu http://purl.org/net/sergiu/
+1 JV. On Mon, Nov 16, 2009 at 11:11 AM, Vincent Massol <[email protected]> wrote:
Hi,
For WCAG we need to add summary attributes to our tables. I'm proposing to allow the user to pass such a summary to the livetable macro through a new option.
For ex:
[...] #set($options = { "className":"XWiki.XWikiUsers", "translationPrefix" : "xe.index.users.", "tagCloud" : true, "rowCount": 15, "summary: "the summary here" }) #livetable("userstable" $columns $columnsProperties $options)
WDYT? ok?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (5)
-
Jean-Vincent Drean -
Jerome Velociter -
Sergiu Dumitriu -
Thomas Mortagne -
Vincent Massol