[richfaces-svn-commits] JBoss Rich Faces SVN: r5948 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Feb 8 09:41:47 EST 2008


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>&quot;expanded&quot;</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>&lt;rich:simpleTogglePanel&gt;</property></emphasis>component also has an <emphasis>
+      <property>&quot;opened&quot;</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&quot;true&quot; the component is expanded.
+    </para>
+    
+    <!--SIMPLE EXAMPLE NEEDED -->
+    
     <itemizedlist>
       <listitem> onmouseover </listitem>
       <listitem> onclick </listitem>




More information about the richfaces-svn-commits mailing list