Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 25th, 2012  |  syntax: None  |  size: 0.46 KB  |  hits: 27  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Create a table grid using a single repeat control in xpages
  2. <xp:this.facets>
  3. <xp:text disableTheme="true" xp:key="header" escape="false">
  4. <xp:this.value><![CDATA[
  5. <table>
  6. <thead>
  7. <tr>
  8. <th>Column 1</th>
  9. <th>Column 2</th>
  10. <th>Column 3</th>
  11. <th>Column 4</th>
  12. </tr>
  13. </thead>
  14. <tbody>]]></xp:this.value>
  15. </xp:text>
  16. <xp:text disableTheme="true" xp:key="footer" escape="false">
  17. <xp:this.value><![CDATA[
  18. </tbody>
  19. </table>]]></xp:this.value>
  20. </xp:text>
  21. </xp:this.facets>