[richfaces-svn-commits] JBoss Rich Faces SVN: r11777 - 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
Mon Dec 15 10:28:09 EST 2008
Author: artdaw
Date: 2008-12-15 10:28:09 -0500 (Mon, 15 Dec 2008)
New Revision: 11777
Added:
trunk/docs/cdkguide/en/src/main/docbook/tags/
trunk/docs/cdkguide/en/src/main/docbook/tags/ajaxupdate.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/cif.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/cobject.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/cset.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/fattribute.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/fcall.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/fclientId.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/fclientid.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/finsert.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/forEach.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/fparameter.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/fpassThru.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/fresource.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/froot.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/fverbatim.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/uinsertFacet.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/vcpbody.xml
trunk/docs/cdkguide/en/src/main/docbook/tags/vcpmock.xml
Modified:
trunk/docs/cdkguide/en/src/main/docbook/master.xml
Log:
https://jira.jboss.org/jira/browse/RF-3692 - tags were added
Modified: trunk/docs/cdkguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/master.xml 2008-12-15 15:25:11 UTC (rev 11776)
+++ trunk/docs/cdkguide/en/src/main/docbook/master.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -220,5 +220,6 @@
<!--&fpassThru;-->
&vcpbody;
&vcpmock;
+
</chapter>
</book>
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/ajaxupdate.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/ajaxupdate.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/ajaxupdate.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="ajaxupdate" xreflabel="ajaxupdate">
+ <?dbhtml filename="ajaxupdate.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>ajax:update</keyword>
+ </keywordset>
+ </sectioninfo>
+ <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.
+ </para>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/ajaxupdate.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/cif.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/cif.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/cif.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="cif" xreflabel="cif">
+ <?dbhtml filename="cif.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>c:if</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><c:if /></title>
+ <para>
+ The <emphasis role="bold"><property><c:if /></property></emphasis> tag is a simple conditional tag, which evalutes its body if the supplied condition is true.
+ </para>
+ <table>
+ <title>The <c:if /> attributes</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>test</entry>
+ <entry>Defines the test condition that determines whether or not the body content should be processed. </entry>
+ <entry>True</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/cif.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/cobject.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/cobject.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/cobject.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="cobject" xreflabel="cobject">
+ <?dbhtml filename="cobject.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>c:object</keyword>
+ </keywordset>
+ </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.
+ </para>
+ <table>
+ <title>The <c:object /> attributes</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>var</entry>
+ <entry>Defines a name of the variable</entry>
+ <entry>True</entry>
+ </row>
+ <row>
+ <entry>value</entry>
+ <entry>Defines an expression to be evaluated</entry>
+ <entry>True</entry>
+ </row>
+ <row>
+ <entry>type</entry>
+ <entry>Defines an object type</entry>
+ <entry>True</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/cobject.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/cset.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/cset.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/cset.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="cset" xreflabel="cset">
+ <?dbhtml filename="cset.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>c:set</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><c:set /></title>
+ <para>
+ The <emphasis role="bold"><property><c:set /></property></emphasis> tag declares a request scope variable with a value returned by an evaluated expression.
+ </para>
+
+ <table>
+ <title>The <c:set /> attributes</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>var</entry>
+ <entry>Defines a name of the variable which holds the value</entry>
+ <entry>True</entry>
+ </row>
+ <row>
+ <entry>value</entry>
+ <entry>Defines an expression to be evaluated</entry>
+ <entry>True</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/cset.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/fattribute.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/fattribute.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/fattribute.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="fattribute" xreflabel="fattribute">
+ <?dbhtml filename="fattribute.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>f:attribute</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><f:attribute /></title>
+ <para>
+The <emphasis role="bold"><property><f:attribute /></property></emphasis> tag assigns a value to a component attribute.
+ </para>
+ <table>
+ <title>The <f:attribute /> attributes</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>name</entry>
+ <entry>Defines the name of a component attribute</entry>
+ <entry>True</entry>
+ </row>
+ <row>
+ <entry>value</entry>
+ <entry>Defines a value of the attribute</entry>
+ <entry>True</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/fattribute.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/fcall.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/fcall.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/fcall.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="fcall" xreflabel="fcall">
+ <?dbhtml filename="fcall.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>f:call</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><f:call /></title>
+ <para>
+ The <emphasis role="bold"><property><f:call /></property></emphasis> tag calls a method. For example it calls an additional method from the base class.
+ </para>
+<table>
+ <title>The <f:call /> attributes</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>name</entry>
+ <entry>Defines a name of a method</entry>
+ <entry>True</entry>
+ </row>
+ <row>
+ <entry>class</entry>
+ <entry>Defines a class name</entry>
+ <entry>True</entry>
+ </row>
+ </tbody>
+ </tgroup>
+</table>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/fcall.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/fclientId.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/fclientId.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/fclientId.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="fclientId" xreflabel="fclientId">
+ <?dbhtml filename="fclientId.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>f:clientId</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><f:clientId /></title>
+ <para>
+ The <emphasis role="bold"><property><f:clientId /></property></emphasis> tag declares a variable with a ClientId of the component as the value.
+ </para>
+ <table>
+ <title>The <f:clientId /> attributes</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>var</entry>
+ <entry>Defines a variable name</entry>
+ <entry>True</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/fclientId.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/fclientid.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/fclientid.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/fclientid.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="clientid" xreflabel="clientid">
+ <?dbhtml filename="clientid.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>f:clientid</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><f:clientid /></title>
+ <para>
+ The <emphasis role="bold"><property><f:clientid /></property></emphasis> tag declares a variable with a ClientId of the component as the value.
+ </para>
+ <table>
+ <title>The <f:clientid /> attributes</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>var</entry>
+ <entry>Defines a variable name</entry>
+ <entry>True</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/fclientid.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/finsert.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/finsert.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/finsert.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="finsert" xreflabel="finsert">
+ <?dbhtml filename="finsert.html"?>
+<sectioninfo>
+ <keywordset>
+ <keyword>f:insert</keyword>
+ </keywordset>
+</sectioninfo>
+ <title><f:insert /></title>
+ <para>
+ The <emphasis role="bold"><property><f:insert /></property></emphasis> tag calls some subTemplate.
+ </para>
+ <table>
+ <title>The <f:insert /> attributes</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>name</entry>
+ <entry>Defines a template name</entry>
+ <entry>True</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/finsert.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/forEach.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/forEach.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/forEach.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <section id="forEach" xreflabel="forEach">
+ <?dbhtml filename="forEach.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>c:forEach</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><c:forEach /></title>
+ <para>
+ The <emphasis role="bold"><property><c:forEach /></property></emphasis> iterates over a collection, iterator or an array of objects. It uses the same syntax as the standard JSTL <emphasis role="bold"><property><c:forEach /></property></emphasis> tag.
+ </para>
+ <table>
+ <title>The <c:forEach /> attributes</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>begin</entry>
+ <entry>Defines the starting index</entry>
+ <entry>False</entry>
+ </row>
+ <row>
+ <entry>end</entry>
+ <entry>Defines the ending index</entry>
+ <entry>False</entry>
+ </row>
+ <row>
+ <entry>items</entry>
+ <entry>Defines the expression used to iterate over. This expression could resolve to an Iterator, Collection, Map, Array, Enumeration or comma separated String.</entry>
+ <entry>False</entry>
+ </row>
+ <row>
+ <entry>step</entry>
+ <entry>Defines the index increment step</entry>
+ <entry>False</entry>
+ </row>
+ <row>
+ <entry>var</entry>
+ <entry>Defines the variable name to export for the item being iterated over</entry>
+ <entry>True</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ </section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/forEach.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/fparameter.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/fparameter.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/fparameter.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="fparameter" xreflabel="fparameter">
+ <?dbhtml filename="fparameter.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>f:parameter</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><f:parameter /></title>
+ <para>
+ The <emphasis role="bold"><property><f:parameter /></property></emphasis> tag specifies a parameter value for a method invoking. It is used within <emphasis role="bold"><property><f:call /></property></emphasis> tag.
+ </para>
+ <table>
+ <title>The <f:parameter /> attributes</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>name</entry>
+ <entry>Defines a parameter name</entry>
+ <entry>True</entry>
+ </row>
+ <row>
+ <entry>value</entry>
+ <entry>Defines a parameter value</entry>
+ <entry>True</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/fparameter.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/fpassThru.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/fpassThru.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/fpassThru.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="fpassThru" xreflabel="fpassThru">
+ <?dbhtml filename="fpassThru.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>f:passThru</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><f:passThru /></title>
+ <para>
+ The <emphasis role="bold"><property><f:passThru /></property></emphasis> tag is responsible for outputting the <emphasis><property>"passThru"</property></emphasis> attribute for a component.
+ </para>
+ <table>
+ <title>The <f:passThru /> attribute</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>exclude</entry>
+ <entry>Defines the enumeration of non-transmittable parameters</entry>
+ <entry>False</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/fpassThru.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/fresource.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/fresource.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/fresource.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="fresource" xreflabel="fresource">
+ <?dbhtml filename="fresource.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>f:resource</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><f:resource /></title>
+ <para>
+ The <emphasis role="bold"><property><f:resource /></property></emphasis> tag is responsible for receiving a resource object such as image.
+ </para>
+ <table>
+ <title>The <f:resource /> attributes</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>name</entry>
+ <entry>Defines a resource name which contains a path to the resource</entry>
+ <entry>True</entry>
+ </row>
+ <row>
+ <entry>var</entry>
+ <entry>Defines a resource variable that is used in a template</entry>
+ <entry>True</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/fresource.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/froot.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/froot.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/froot.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="froot" xreflabel="froot">
+ <?dbhtml filename="froot.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>f:root</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><f:root /></title>
+ <para>
+ The <emphasis role="bold"><property><f:root /></property></emphasis> tag defines a root element for renderer template.
+ </para>
+ <table>
+ <title>The <f:root /> attributes</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>class</entry>
+ <entry>Defines a name for the generated class</entry> <entry>True</entry>
+ </row>
+ <row>
+ <entry>baseclass</entry>
+ <entry>Defines a name for a base class for the renderer</entry> <entry>True</entry>
+ </row>
+ <row>
+ <entry>component</entry>
+ <entry>Defines a component name</entry> <entry>True</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/froot.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/fverbatim.xml
===================================================================
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/fverbatim.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/uinsertFacet.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/uinsertFacet.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/uinsertFacet.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="uinsertFacet" xreflabel="uinsertFacet">
+ <?dbhtml filename="uinsertFacet.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>u:insertFacet</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><u:insertFacet /></title>
+ <para>
+ The <emphasis role="bold"><property><u:insertFacet /></property></emphasis> tag inserts specified facet.
+ </para>
+ <table>
+ <title>The <u:insertFacet /> attributes</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Attribute Name</entry>
+ <entry>Description</entry>
+ <entry>Required</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>name</entry>
+ <entry>Defines a name of a facet</entry>
+ <entry>True</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/uinsertFacet.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/vcpbody.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/vcpbody.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/vcpbody.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="vcpbody" xreflabel="vcpbody">
+ <?dbhtml filename="vcpbody.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>vcp:body</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><vcp:body /></title>
+ <para>
+ The <emphasis role="bold"><property><vcp:body /></property></emphasis> tag allows to split a template content into parts that are passed to encode() methods and defines when children elements rendering should be invoked:
+ </para>
+<itemizedlist>
+ <listitem>
+ <para>
+ the template content before the <emphasis role="bold"><property><vcp:body /></property></emphasis> tag is inputted into <code>encodeBegin()</code> method
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ the template content after the <emphasis role="bold"><property><vcp:body /></property></emphasis> tag is inputted into <code>encodeEnd()</code> method
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ on the <emphasis role="bold"><property><vcp:body /></property></emphasis> tag the <code>encodeChildren()</code> method is invoked
+ </para>
+ </listitem>
+</itemizedlist>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/vcpbody.xml
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/docs/cdkguide/en/src/main/docbook/tags/vcpmock.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/vcpmock.xml (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/vcpmock.xml 2008-12-15 15:28:09 UTC (rev 11777)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="vcpmock" xreflabel="vcpmock">
+ <?dbhtml filename="vcpmock.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>vcp:mock</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><vcp:mock /></title>
+ <para>
+ The <emphasis role="bold"><property><vcp:mock /></property></emphasis> tag is used to mark a non-processing area.
+ </para>
+</section>
Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/vcpmock.xml
___________________________________________________________________
Name: svn:executable
+ *
More information about the richfaces-svn-commits
mailing list