mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-14 15:14:56 +00:00
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@3890 1b8cb986-b30d-0410-93ca-fae66ebed9b2
24 lines
596 B
XML
24 lines
596 B
XML
<refentry id="table.borders.with.css">
|
|
<refmeta>
|
|
<refentrytitle>table.borders.with.css</refentrytitle>
|
|
<refmiscinfo role="type">boolean</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>table.borders.with.css</refname>
|
|
<refpurpose>Use CSS to specify table, row, and cell borders?</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='table.borders.with.css.frag'>
|
|
<xsl:param name="table.borders.with.css" select="0"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>If true (non-zero), CSS will be used to draw table borders.
|
|
</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|