You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jesper Pedersen (JIRA)" <de...@myfaces.apache.org> on 2006/03/30 09:26:29 UTC

[jira] Created: (MYFACES-1195) Add headerClass and footerClass to h:column

Add headerClass and footerClass to h:column
-------------------------------------------

         Key: MYFACES-1195
         URL: http://issues.apache.org/jira/browse/MYFACES-1195
     Project: MyFaces Core
        Type: Wish
  Components: General  
 Environment: MyFaces-1.1.2SNAPSHOT
    Reporter: Jesper Pedersen
    Priority: Minor


It would be great if you could add support for

 * headerClass
 * footerClass

to h:column as specified in the JSF-1.2 spec to the JSF-1.1 branch.

This would allow people to get usable style classes inside <thead>'s and <tfoot>'s.

Currently you have to create a h:panelGrid in the f:facet inside the h:column like

    <h:column>
      <f:facet name="header">
        <h:panelGrid width="100%" rowClasses="tableHeaderRight">
          <h:outputText value="Right header" />
        </h:panelGrid>
      </f:facet>
      <h:outputText value="Right content" />
    </h:column>

for the header.


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