Author: bleathem
Date: 2011-11-07 17:05:58 -0500 (Mon, 07 Nov 2011)
New Revision: 22902
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels.xml
Log:
RFPL-1732: Fixed the appearance docs for the collapsible panel
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels.xml 2011-11-07
21:40:29 UTC (rev 22901)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels.xml 2011-11-07
22:05:58 UTC (rev 22902)
@@ -449,7 +449,7 @@
<section
id="sect-Component_Reference-richcollapsiblePanel-Appearance">
<title>Appearance</title>
<para>
- The appearance of the
<sgmltag><rich:collapsiblePanel></sgmltag> component can be
customized using facets. The <literal>headerExpandedClass</literal> and
<literal>headerCollapsedClass</literal> facets are used to style the
appearance of the panel when it is expanded and collapsed respectively. The
<literal>expandControl</literal> facet defines the content in the panel header
used for expanding, and the <literal>collapseControl</literal> facet defines
the content in the panel header used for collapsing.
+ The appearance of the
<sgmltag><rich:collapsiblePanel></sgmltag> component can be
customized using facets. The <literal>headerExpanded</literal> and
<literal>headerCollapsed</literal> CSS fclasses are used to style the
appearance of the panel when it is expanded and collapsed respectively.
</para>
</section>