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
25 lines
700 B
XML
25 lines
700 B
XML
<refentry id="para.propagates.style">
|
|
<refmeta>
|
|
<refentrytitle>para.propagates.style</refentrytitle>
|
|
<refmiscinfo role="type">boolean</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>para.propagates.style</refname>
|
|
<refpurpose>Pass para role attribute through to HTML?</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='para.propagates.style.frag'>
|
|
<xsl:param name="para.propagates.style" select="1"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>If true, the role attribute of <sgmltag>para</sgmltag> elements
|
|
will be passed through to the HTML as a class attribute on the
|
|
<sgmltag>p</sgmltag> generated for the paragraph.</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|