Gridtoolbar

From Plex-XML
Jump to: navigation, search

The gridtoolbar template is used to define a toolbar for a grid.
The template could be overridden in the first filter.

Contents

Elements

<gridtoolbar>

parameter

vPDF: Hide PDF-Export button
vXLS: Hide Excel-Export button
vFindButtons: Hide find button


Gridtoolbar without PDF/Excel-Export buttons:

<!-- Grid-Toolbar without PDF/Excel-Export button -->
<xsl:template name="toolbar">
 <toolbar>
  <xsl:call-template name="gridtoolbar">
   <xsl:with-param name="vPDF">false</xsl:with-param>
   <xsl:with-param name="vXLS">false</xsl:with-param>
  </xsl:call-template>
 </toolbar>
</xsl:template>

Example

Personal tools