[richfaces-svn-commits] JBoss Rich Faces SVN: r2736 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Sep 4 10:50:47 EDT 2007
Author: smukhina
Date: 2007-09-04 10:50:47 -0400 (Tue, 04 Sep 2007)
New Revision: 2736
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
trunk/docs/userguide/en/src/main/docbook/included/form.xml
Log:
tags errors in xml files are fixed
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-09-04 12:40:47 UTC (rev 2735)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-09-04 14:50:47 UTC (rev 2736)
@@ -276,7 +276,7 @@
<!--Nested menu components-->
</rich:dropDownMenu>
...
- </programlisting>
+ ]]></programlisting>
<para>This is the result:</para>
@@ -542,14 +542,11 @@
<para>To change the style peculiarities of the particular drop-down menus define your own style
classes in the corresponding dropDownMenu attributes.</para>
</section>
+
<section>
<title>Relevant resources links</title>
<para>
- <ulink
- url="http://livedemo.exadel.com/richfaces-demo/richfaces/dropDownMenu.jsf?c=dropDownMenu"
- >Here</ulink> you can see the example of <emphasis role="bold"
- ><rich:dropDownMenu></emphasis> usage and sources for the given example.
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dropDownMenu.jsf?c=dropDownMenu">Here</ulink> you can see the example of <emphasis role="bold"><rich:dropDownMenu></emphasis> usage and sources for the given example.
</para>
</section>
-
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2007-09-04 12:40:47 UTC (rev 2735)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2007-09-04 14:50:47 UTC (rev 2736)
@@ -62,7 +62,6 @@
<para>This simple example shows how to make a panel component a potential drop target for
drag-and-drop operations using "text" elements as the dragged items.</para>
-
<para>
<emphasis role="bold">Example:</emphasis>
</para>
@@ -92,27 +91,27 @@
<title>Details of Usage</title>
<para>As shown in the example, the key attribute for <emphasis role="bold">
- <property><rich:dropSupport></property>
+ <property><rich:dropSupport></property>
</emphasis> is <emphasis>
<property>"acceptedTypes"</property>
</emphasis>. This attribute defines the types of draggable items that can be dropped onto the
designated drop zone.</para>
<para>The second most important attribute for <emphasis role="bold">
- <property><rich:dropSupport></property>
+ <property><rich:dropSupport></property>
</emphasis> is <emphasis>
<property>"typeMapping"</property>
</emphasis>. This attribute maps a specific type among the acceptable types for draggable
items to a specific <emphasis role="bold">
- <property><rich:dndParam></property>
+ <property><rich:dndParam></property>
</emphasis> child element under <emphasis role="bold">
- <property><rich:dropSupport></property>
+ <property><rich:dropSupport></property>
</emphasis>.</para>
<para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <emphasis role="bold">Example:</emphasis> </para>
+
<programlisting role="XML"><![CDATA[...
<rich:dropSupport acceptedTypes="[iconsDragged, textDragged]" typeMapping="{iconsDragged: DropIcon}">
<rich:dndParam name="DropIcon">
@@ -135,8 +134,8 @@
<para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <emphasis role="bold">Example:</emphasis></para>
+
<programlisting role="XML"><![CDATA[...
<rich:dataTable value="#{capitalsBean.capitals}" var="caps">
<f:facet name="caption">Capitals List</f:facet>
@@ -157,8 +156,8 @@
<para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <emphasis role="bold">Example:</emphasis> </para>
+
<programlisting role="XML"><![CDATA[...
<rich:panel style="width:100px;height:100px;">
<f:facet name="header">Drop Zone</f:facet>
@@ -217,7 +216,7 @@
common Ajax request is performed that renders results in the third table.</para>
<para>As with every Ajax action component, <emphasis role="bold">
- <property><rich:dropSupport></property>
+ <property><rich:dropSupport></property>
</emphasis> has all the common attributes (<emphasis><property>"timeout"</property>,</emphasis>
<emphasis><property>"limitToList"</property>,</emphasis>
<emphasis><property>"reRender"</property>,</emphasis> etc.) for Ajax request customization. To
@@ -252,7 +251,7 @@
<para>
<ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dragSupport.jsf?c=dropSupport"
>Here</ulink> you can see the example of <emphasis role="bold"
- ><rich:dropSupport></emphasis> usage and sources for the given example.
+ ><rich:dropSupport></emphasis> usage and sources for the given example.
</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/form.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/form.xml 2007-09-04 12:40:47 UTC (rev 2735)
+++ trunk/docs/userguide/en/src/main/docbook/included/form.xml 2007-09-04 14:50:47 UTC (rev 2736)
@@ -87,8 +87,7 @@
<title>Relevant resources links</title>
<para>
Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/form.jsf?c=form">here.
- </ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/form.jsf?c=form">here.</ulink>
</para>
</section>
</chapter>
More information about the richfaces-svn-commits
mailing list