[richfaces-svn-commits] JBoss Rich Faces SVN: r2013 - in trunk/docs/userguide/en/src/main/docbook: included and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Aug 2 11:34:27 EDT 2007


Author: vkorluzhenko
Date: 2007-08-02 11:34:27 -0400 (Thu, 02 Aug 2007)
New Revision: 2013

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/panelMenu.desc.xml
   trunk/docs/userguide/en/src/main/docbook/master.xml
Log:
http://jira.jboss.com/jira/browse/RF-445

Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenu.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenu.desc.xml	2007-08-02 14:58:19 UTC (rev 2012)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenu.desc.xml	2007-08-02 15:34:27 UTC (rev 2013)
@@ -1,33 +1,29 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <section>
-<sectioninfo>
-<keywordset>
-<keyword>panelMenu</keyword>
-</keywordset>
-</sectioninfo>
-<section>
-    <para>A collapsible vertical menu. The color scheme is based on skin parameters, but might differ
-     from a skin basing on the values of the <emphasis ><property>&quot;backgpoundType&quot;</property></emphasis> and 
-     <emphasis ><property>&quot;backgroundTypeTopLevel&quot;</property></emphasis> attributes. 
-     The component can include two types of child components: panelMenuNode and PanelMenuItem.</para>
-    <mediaobject> 
-        <imageobject>
-            <imagedata fileref="images/panelmenu.gif"/>
-        </imageobject>
-    </mediaobject>
+    <sectioninfo>
+        <keywordset>
+            <keyword>panelMenu</keyword>
+        </keywordset>
+    </sectioninfo>
+    <section>
+        <para>The <emphasis role="bold">
+                <property>&lt;rich:panelMenu&gt;</property>
+            </emphasis> component is used to define an inline vertical menu on the page.</para>
+
+        <mediaobject>
+            <imageobject>
+                <imagedata fileref="images/panelmenu.png"/>
+            </imageobject>
+        </mediaobject>
     </section>
     <section>
-    <title>Key Features</title>
-    <itemizedlist>
-        <listitem>Skinnable panel and child items </listitem>
-        <listitem>3D look and feel with easily customizable depth and borders</listitem>
-        <listitem>Multi-level tree-like menu based on nodes and items</listitem>
-        <listitem>Template for child menu items</listitem>
-        <listitem>Single/many expand options</listitem>
-        <listitem>Bulleting templates including custom icons attached to any side</listitem>
-        <listitem>Custom content for menu items</listitem>
-        <listitem>Built-in AJAX support using 
-        <emphasis role="bold"><property>&lt;Ajax:PanelMenuItems&gt;</property></emphasis></listitem>   
-    </itemizedlist>
+        <title>Key Features</title>
+        <itemizedlist>
+            <listitem>Highly customizable look and feel</listitem>
+            <listitem>Different submission modes</listitem>
+            <listitem>Collapsing/expanding sublevels with optional request sending</listitem>
+            <listitem>Custom and predefined icons support</listitem>
+            <listitem>Disablement support</listitem>
+        </itemizedlist>
+    </section>
 </section>
-</section>
\ No newline at end of file

Modified: trunk/docs/userguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/master.xml	2007-08-02 14:58:19 UTC (rev 2012)
+++ trunk/docs/userguide/en/src/main/docbook/master.xml	2007-08-02 15:34:27 UTC (rev 2013)
@@ -17,7 +17,7 @@
 <!ENTITY dataTable_table SYSTEM "../../../target/generated/dataTable.xml">
 <!ENTITY dnd_table SYSTEM "../../../target/generated/dnd.xml">
 <!ENTITY gmap_table SYSTEM "../../../target/generated/gmap.xml">
-<!ENTITY virtualEarth_table SYSTEM "../../../target/generated/virtualEarth.xml">
+<!ENTITY virtualEarth_table SYSTEM "../../../target/generated/virtualEarth.xml">
 <!ENTITY inputNumberSlider_table SYSTEM "../../../target/generated/inputnumber-slider.xml">
 <!ENTITY inputNumberSpinner_table SYSTEM "../../../target/generated/inputnumber-spinner.xml">
 <!ENTITY modalPanel_table SYSTEM "../../../target/generated/modal-panel.xml">
@@ -34,7 +34,10 @@
 <!ENTITY tree_table SYSTEM "../../../target/generated/tree.xml">
 <!ENTITY dropDownMenu_table SYSTEM "../../../target/generated/dropdown-menu.xml">
 <!ENTITY menuComponents_table SYSTEM "../../../target/generated/menu-components.xml">
+<!ENTITY panelMenu_table SYSTEM "../../../target/generated/panelmenu.xml">
 
+
+
 <!ENTITY rfcidesupport SYSTEM "modules/RFCidesupport.xml">
 <!ENTITY rfclinks SYSTEM "modules/RFClinks.xml">
 <!ENTITY rfcFAQ SYSTEM "modules/RFCfaq.xml">
@@ -69,7 +72,7 @@
 <title>The RichFaces Components</title>  
 <para>The library encompasses ready-made components built based on the <emphasis role="italic"><property>Ajax4jsf Component Factory</property></emphasis>. To find out more about the Component Factory, go to the
    <ulink url="http://www.jboss.org/projects/jbossajax4jsf">Ajax4jsf project</ulink>.</para>      
-<!-- 
+<!-- 
 &richfaces_table;
  -->
 &dataFilterSlider_table;
@@ -77,7 +80,7 @@
 &dataTable_table;
 &dnd_table;
 &gmap_table;
-&virtualEarth_table;
+&virtualEarth_table;
 &inputNumberSlider_table;
 &inputNumberSpinner_table;
 &modalPanel_table;
@@ -94,6 +97,7 @@
 &tree_table;
 &dropDownMenu_table;
 &menuComponents_table;
+&panelMenu_table;
 
 </chapter>
         &rfcidesupport;




More information about the richfaces-svn-commits mailing list