Tuesday, April 5, 2011

Add a custom footer to a ViewPanel column

Open the XPage in source mode. Set the pointer inside <xp:this.facets>. Create a panel, div, output text or whatever with the attribute xp:key="footer", and the content will be showed at the bottom of the column.

E.g.
<xp:text value="#{viewScope.totalsForSomeColumn}" xp:key="footer" />