You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Lance Frohman (JIRA)" <de...@myfaces.apache.org> on 2006/05/18 23:03:06 UTC

[jira] Created: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

Add orientation parameter to NewspaperTable
-------------------------------------------

         Key: TOMAHAWK-440
         URL: http://issues.apache.org/jira/browse/TOMAHAWK-440
     Project: MyFaces Tomahawk
        Type: Improvement

  Components: Extended Datatable  
    Versions: 1.1.3-SNAPSHOT    
    Reporter: Lance Frohman
    Priority: Minor
     Fix For: 1.1.3-SNAPSHOT


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. 


-- 
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


[jira] Updated: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-440?page=all ]

Lance Frohman updated TOMAHAWK-440:
-----------------------------------

    Status: Open  (was: Patch Available)

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

>   Components: Extended Datatable
>     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. 

-- 
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


[jira] Commented: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-440?page=comments#action_12412427 ] 

Mike Kienenberger commented on TOMAHAWK-440:
--------------------------------------------

Does this only affect newspaperColumn tables?

If so, we should rename it to be newspaperHorizontalOrientation.

It might also be better to have the values be "horizontal" and "vertical" rather than a boolean, in which case we'd name the attribute newspaperOrientation.

Sorry to be saying all of this stuff after the fact -- I hadn't had time to look at your original patch.



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

>   Components: Extended Datatable
>     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. 

-- 
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


[jira] Resolved: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-440?page=all ]
     
Lance Frohman resolved TOMAHAWK-440:
------------------------------------

    Resolution: Fixed

replaced by tomahawk-441


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

>   Components: Extended Datatable
>     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. 

-- 
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


[jira] Updated: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-440?page=all ]

Lance Frohman updated TOMAHAWK-440:
-----------------------------------

    Status: Patch Available  (was: Open)

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

>   Components: Extended Datatable
>     Versions: 1.1.3-SNAPSHOT
>     Reporter: Lance Frohman
>     Priority: Minor
>      Fix For: 1.1.3-SNAPSHOT

>
> 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. 

-- 
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


[jira] Commented: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-440?page=comments#action_12412421 ] 

Lance Frohman commented on TOMAHAWK-440:
----------------------------------------

note - this replaces jira tomahawk-123

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

>   Components: Extended Datatable
>     Versions: 1.1.3-SNAPSHOT
>     Reporter: Lance Frohman
>     Priority: Minor
>      Fix For: 1.1.3-SNAPSHOT

>
> 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. 

-- 
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