diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/htmlhelp.show.toolbar.text.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/htmlhelp.show.toolbar.text.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/htmlhelp.show.toolbar.text.xml b/kdoctools/docbook/xsl/params/htmlhelp.show.toolbar.text.xml new file mode 100644 index 000000000..44f8d2407 --- /dev/null +++ b/kdoctools/docbook/xsl/params/htmlhelp.show.toolbar.text.xml @@ -0,0 +1,24 @@ +<refentry id="htmlhelp.show.toolbar.text"> +<refmeta> +<refentrytitle>htmlhelp.show.toolbar.text</refentrytitle> +<refmiscinfo role="type">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>htmlhelp.show.toolbar.text</refname> +<refpurpose>Show text under toolbar buttons?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='htmlhelp.show.toolbar.text.frag'> +<xsl:param name="htmlhelp.show.toolbar.text" select="1"/> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>You can switch off display of texts under toolbar buttons by +setting this parameter to 0.</para> + +</refsect1> +</refentry> + |