SpecialElements
From Plex-XML
The specialElements template is used to define custom XML-Elements in the first filter.
Contents |
Elements
<NoFormatButton>
Could be used to hide the format button from your HTML page.
Attributes
- none
<NoUserFormatButton>
A marker element to signal that we do not want to generate the "screw-wrench"-Button for a user defined format. reasonable for some special grids
Attributes
- none
<HelpForFormat>
The generated link to the help-text-wiki is format dependent. So you are able to enter a different help text for every format of a request.
Attributes
- none
Example
<xsl:template name="specialElements"> <NoFormatButton/> </xsl:template>
showHelpAttribute
Hides the HrlpLink in the upper right corner.
(SHOULD ALSO BE HANDLED BY A SPECIAL ELEMENT !?!)
<xsl:template name="showHelpAttribute"> <xsl:attribute name="showHelp">false</xsl:attribute> </xsl:template>