4 Replies Latest reply on Feb 10, 2008 10:15 PM by nbelaevski

    leverage the skinnibility from richface for third-party comp

      I guess all of you will have a JSF page including not only rich component, but also other third-party components and plain html elements. For the plain html element, I'd like to use the style class already defined for richfaces component so that all html pages have consistent look and feel.

      For example, I know rich-table-cell and rich-table-row are defined for rich:dataTable. I'd like to use it for my plain html table like this

      <table>
      
      <tr class="rich-table-row">
      <td class="rich-table-cell">
      an example cell
      </td>
      </tr>
      
      


      My problem is that how I can load the stylesheet file defined for rich:dataTable manually for a JSF page without rich:dataTable element?

      thanks

      -jason