diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml b/kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml new file mode 100644 index 000000000..e0742b10d --- /dev/null +++ b/kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml @@ -0,0 +1,26 @@ +<refentry id="htmlhelp.window.geometry"> +<refmeta> +<refentrytitle>htmlhelp.window.geometry</refentrytitle> +<refmiscinfo role="type">string</refmiscinfo> +</refmeta> +<refnamediv> +<refname>htmlhelp.window.geometry</refname> +<refpurpose>Set initial geometry of help window</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='htmlhelp.window.geometry.frag'> +<xsl:param name="htmlhelp.window.geometry"/> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>This parameter specifies initial position of help +window. E.g.</para> + +<programlisting><![CDATA[<xsl:param name="htmlhelp.window.geometry">[160,64,992,704]</xsl:param>]]></programlisting> + +</refsect1> +</refentry> + |