[ 
http://issues.apache.org/jira/browse/TOMAHAWK-441?page=comments#action_12412462 
] 

Lance Frohman commented on TOMAHAWK-441:
----------------------------------------

the attribute is actually newspaperOrientation, a string parameter.
values are "horizontal" and "vertical", the default is vertical. It only
applies for a newspapertable, i.e. newspaperColumns="xxx".

e.g.
<t:dataTable id="xxx"
                    newspaperColumns="3"
                    newspaperOrientation="horizontal"
. . .
>

> Add orientation parameter to NewspaperTable
> -------------------------------------------
>
>          Key: TOMAHAWK-441
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-441
>      Project: MyFaces Tomahawk
>         Type: Improvement

>   Components: Newspaper Table
>     Versions: 1.1.3-SNAPSHOT
>     Reporter: Lance Frohman
>     Priority: Minor
>      Fix For: 1.1.3-SNAPSHOT
>  Attachments: HtmlDataTable.java.patch, HtmlDataTableTag.java.patch, 
> HtmlTableRenderer.java.patch, HtmlTableRendererBase.java.patch, 
> NewspaperTable.java.patch, extDataTable.xml.patch, newspaperTable.jsp.patch, 
> tomahawk_newspaper_table_attributes.xml.patch
>
> This change just adds a boolean parameter "horizontalOrientation" to the 
> dataTable tag. The current version 
> adds columns vertically. The "horizontalOrientation" parameter tag can be 
> "false" - the default, how it works 
> currently - or "true" so that columns get added horizontally. 
> note - this replaces jira tomahawk-123, tomahawk-440

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to