Author: artdaw
Date: 2008-02-08 09:41:47 -0500 (Fri, 08 Feb 2008)
New Revision: 5948
Modified:
trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
Log:
http://jira.jboss.com/jira/browse/RF-2153 - 'Expanded' attribute changed to
'opened' according to dev project
Modified: trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2008-02-08
14:41:32 UTC (rev 5947)
+++ trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2008-02-08
14:41:47 UTC (rev 5948)
@@ -51,11 +51,10 @@
<emphasis role="bold">Example:</emphasis>
</para>
<programlisting role="XML"><![CDATA[...
- <rich:simpleTogglePanel>
- ...
- </rich:simpleTogglePanel>
-...
-]]></programlisting>
+<rich:simpleTogglePanel>
+ ...
+</rich:simpleTogglePanel>
+...]]></programlisting>
</section>
<section>
<title>Creating the Component Dynamically Using Java</title>
@@ -94,10 +93,16 @@
to the hidden panel is performed with client JavaScript.</para>
</listitem>
</itemizedlist>
- <para>The component could also have an <emphasis>
- <property>"expanded"</property>
- </emphasis> (true/false) attribute responsible for keeping a panel state. It
gives an
- opportunity to manage a <property>simpleTogglePanel</property> state
from a model.</para>
+ <para>The <emphasis role="bold"
+
><property><rich:simpleTogglePanel></property></emphasis>component
also has an <emphasis>
+ <property>"opened"</property>
+ </emphasis> attribute responsible for keeping a panel state. It gives an
+ opportunity to manage state of the component from a model.
+ If the value of this attribute is"true" the component is
expanded.
+ </para>
+
+ <!--SIMPLE EXAMPLE NEEDED -->
+
<itemizedlist>
<listitem> onmouseover </listitem>
<listitem> onclick </listitem>