diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/navig.showtitles.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/navig.showtitles.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/navig.showtitles.xml b/kdoctools/docbook/xsl/params/navig.showtitles.xml new file mode 100644 index 000000000..aa40588e0 --- /dev/null +++ b/kdoctools/docbook/xsl/params/navig.showtitles.xml @@ -0,0 +1,27 @@ +<refentry id="navig.showtitles"> +<refmeta> +<refentrytitle>navig.showtitles</refentrytitle> +<refmiscinfo role="type">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>navig.showtitles</refname> +<refpurpose>Display titles in HTML headers and footers?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='navig.showtitles.frag'><xsl:param name="navig.showtitles">1</xsl:param></src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>If true (non-zero), +the headers and footers of chunked HTML +display the titles of the next and previous chunks, +along with the words 'Next' and 'Previous' (or the +equivalent graphical icons if navig.graphics is true). +If false (zero), then only the words 'Next' and 'Previous' +(or the icons) are displayed. +</para> + +</refsect1> +</refentry> |