diff options
author | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2012-06-12 14:05:47 -0700 |
---|---|---|
committer | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2012-06-12 14:58:00 -0700 |
commit | 0ebc96393cd7cd5c861276ae733307bd7b8d87f7 (patch) | |
tree | 899f86030089e8daa5eaf48af5b8b5b7780998d6 /params/toc.hide.show.xml | |
parent | 7f26f4160c974d34117c14272d3e4f56a471e8f1 (diff) | |
download | docbook-xsl-master.tar.gz docbook-xsl-master.tar.bz2 docbook-xsl-master.zip |
Required package for building systemd man pages.
Change-Id: I0a200a2340a5aea24898b428b8e9b55da57e3e5b
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
Diffstat (limited to 'params/toc.hide.show.xml')
-rw-r--r-- | params/toc.hide.show.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/params/toc.hide.show.xml b/params/toc.hide.show.xml new file mode 100644 index 0000000..1570ec4 --- /dev/null +++ b/params/toc.hide.show.xml @@ -0,0 +1,33 @@ +<refentry xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:xi="http://www.w3.org/2001/XInclude" + xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="5.0" xml:id="toc.hide.show"> +<refmeta> +<refentrytitle>toc.hide.show</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>toc.hide.show</refname> +<refpurpose>Enable hide/show button for ToC frame</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="toc.hide.show.frag"> +<xsl:param name="toc.hide.show" select="0"/> +</src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> + +<para>If non-zero, JavaScript (and an additional icon, see +<link linkend="hidetoc.image">hidetoc.image</link> and +<link linkend="hidetoc.image">showtoc.image</link>) is added to each slide +to allow the ToC panel to be <quote>toggled</quote> on each panel.</para> + +<note><para>There is a bug in Mozilla 1.0 (at least as of CR3) that causes +the browser to reload the titlepage when this feature is used.</para></note> + +</refsection> +</refentry> |