[richfaces-svn-commits] JBoss Rich Faces SVN: r11843 - in trunk/docs/cdkguide/en/src/main/docbook: tags and 1 other directory.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed Dec 17 06:37:22 EST 2008
Author: artdaw
Date: 2008-12-17 06:37:21 -0500 (Wed, 17 Dec 2008)
New Revision: 11843
Modified:
trunk/docs/cdkguide/en/src/main/docbook/master.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/ajaxupdate.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/cobject.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/froot.xml
Log:
https://jira.jboss.org/jira/browse/RF-3692 - Template Tags Overview done
Modified: trunk/docs/cdkguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/master.xml 2008-12-17 11:19:44 UTC (rev 11842)
+++ trunk/docs/cdkguide/en/src/main/docbook/master.xml 2008-12-17 11:37:21 UTC (rev 11843)
@@ -210,28 +210,25 @@
</chapterinfo>
<title>Template tags overview</title>
&ajaxupdate;
-&forEach;
&cif;
-&cset;
&cobject;
+&cset;
&fattribute;
-&finsert;
&fclientid;
+&forEach;
&fcall;
&fparameter;
+&finsert;
&fresource;
&froot;
-&uinsertFacet;
<!--&fpassThru;-->
-&vcpbody;
-&vcpmock;
-
&hscripts;
&hstyles;
-
&jspdeclaration;
&jspdirectivepage;
&jspscriptlet;
-
+&uinsertFacet;
+&vcpbody;
+&vcpmock;
</chapter>
- </book>
+</book>
Modified: trunk/docs/cdkguide/en/src/main/docbook/tags/ajaxupdate.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/ajaxupdate.xml 2008-12-17 11:19:44 UTC (rev 11842)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/ajaxupdate.xml 2008-12-17 11:37:21 UTC (rev 11843)
@@ -6,8 +6,8 @@
<keyword>ajax:update</keyword>
</keywordset>
</sectioninfo>
- <title><ajax:update /></title>
+ <title><ajax:update></title>
<para>
- The <emphasis role="bold"><property><ajax:update /></property></emphasis> tag allows to update a collection of nodes. By default, Ajax response updates only one node (with it's children) that is marked by id = clientid. If you need to update a number of nodes you should add a comma separated list of ids to <emphasis role="bold"><property><ajax:update /></property></emphasis> tag.
+ The <emphasis role="bold"><property><ajax:update></property></emphasis> tag allows to update a collection of nodes. By default, Ajax response updates only one node with its children that is marked by id = clientId. If you need to update a number of nodes you should add a comma separated list of ids to <emphasis role="bold"><property><ajax:update></property></emphasis> tag.
</para>
</section>
Modified: trunk/docs/cdkguide/en/src/main/docbook/tags/cobject.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/cobject.xml 2008-12-17 11:19:44 UTC (rev 11842)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/cobject.xml 2008-12-17 11:37:21 UTC (rev 11843)
@@ -8,7 +8,7 @@
</sectioninfo>
<title><c:object /></title>
<para>
- The <emphasis role="bold"><property><c:object /></property></emphasis> tag declares a variable that is used in java code with a value returned by an evaluated expression. A type of the result must match to the type defined by the <emphasis><property>"type"</property></emphasis> attribute.
+ The <emphasis role="bold"><property><c:object /></property></emphasis> tag declares a variable that is used in Java code with a value returned by an evaluated expression. A type of the result must match to the type defined by the <emphasis><property>"type"</property></emphasis> attribute.
</para>
<table>
<title>The <c:object /> attributes</title>
Modified: trunk/docs/cdkguide/en/src/main/docbook/tags/froot.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/froot.xml 2008-12-17 11:19:44 UTC (rev 11842)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/froot.xml 2008-12-17 11:37:21 UTC (rev 11843)
@@ -8,7 +8,7 @@
</sectioninfo>
<title><f:root /></title>
<para>
- The <emphasis role="bold"><property><f:root /></property></emphasis> tag defines a root element for renderer template.
+ The <emphasis role="bold"><property><f:root /></property></emphasis> tag defines a root element for the renderer template.
</para>
<table>
<title>The <f:root /> attributes</title>
More information about the richfaces-svn-commits
mailing list