1 Reply Latest reply on Sep 21, 2009 6:53 AM by ilya_shaikovsky

    facet footer in rich:panel

    nimo22

      Is there a way to add a footer facet to rich:panel ?

      <rich:panel>
       <f:facet name="header">
       MY HEADER
       </f:facet>
       My Content
       <f:facet name="footer">
       MY FOOTER
       </f:facet>
      </rich:panel>


      Using HTML is tedious:
      <td class="gridContent">
      <div class="dr-pnl rich-panel">
      <div class="dr-pnl-h rich-panel-header">
      Header</div>
      <div class="dr-pnl-b rich-panel-body">
      content</div>
      <div class="dr-pnl-h rich-panel-header">
      FOOTER</div>
      </div></td>


      Would be nice to add a footer-facet to rich:panel!