[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-3341) add support for facet name="footer" in <e:column>

Nicklas Karlsson (JIRA) jira-events at lists.jboss.org
Thu Aug 28 17:01:58 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBSEAM-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicklas Karlsson closed JBSEAM-3341.
------------------------------------

    Fix Version/s: 2.1.0.BETA2
       Resolution: Done
         Assignee: Nicklas Karlsson


Committed support for column footers using the "footer" facet.

Also added worksheet level headers and footers through facet with same names

> add support for facet name="footer" in <e:column>
> -------------------------------------------------
>
>                 Key: JBSEAM-3341
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3341
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Excel
>    Affects Versions: 2.1.0.BETA1
>         Environment: any
>            Reporter: Vladimir Kovalyuk
>            Assignee: Nicklas Karlsson
>             Fix For: 2.1.0.BETA2
>
>
> 		<e:column>
> 			<f:facet name="header">
> 				<e:cell templates="header" value="#{column.name}" />
> 			</f:facet>
> 			<e:cell value="#{column.value}" />
> 			<f:facet name="footer">
> 				<e:cell templates="footer" value="#{column.total}" />
> 			</f:facet>
> 		</e:column>

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

        



More information about the seam-issues mailing list