You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/kdoctools/docbook/xsl/params/html.cellpadding.xml

24 lines
589 B

<refentry id="html.cellpadding">
<refmeta>
<refentrytitle>html.cellpadding</refentrytitle>
<refmiscinfo role="type">integer</refmiscinfo>
</refmeta>
<refnamediv>
<refname>html.cellpadding</refname>
<refpurpose>Default value for cellpadding in HTML tables</refpurpose>
</refnamediv>
<refsynopsisdiv>
<src:fragment id='html.cellpadding.frag'>
<xsl:param name="html.cellpadding" select="''"/>
</src:fragment>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>If specified, this value will be used as the default cellpadding value
in HTML tables.</para>
</refsect1>
</refentry>