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
<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>

