GridOptions
From Plex-XML
The gridOptions template is used to define special options for a grid. Options can be used for XSLT, HTML and JavaScript. All options are passed as a parameter to the aa-grid JavaScript object.
Could be used as additional template in the first filter for every FindBrowse.
Contents |
option name
setFocus
true | false --> Used to disable set focus on grid load. Set focus is not always welcome e.g. in a Master-Detail screen.
v20 --> Use an alternate style for grid pages
Example
<xsl:template name="gridOptions"> <gridOptions> <option name="test">true</option> </gridOptions> </xsl:template>