[richfaces-svn-commits] JBoss Rich Faces SVN: r11766 - 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 06:25:21 EST 2008
Author: artdaw
Date: 2008-12-15 06:25:19 -0500 (Mon, 15 Dec 2008)
New Revision: 11766
Added:
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/fparameter.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/uinsertFacet.xml
Modified:
trunk/docs/cdkguide/en/src/main/docbook/master.xml
Log:
https://jira.jboss.org/jira/browse/RF-3692 - Template Tags Refrence was updated
Modified: trunk/docs/cdkguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/master.xml 2008-12-15 11:20:15 UTC (rev 11765)
+++ trunk/docs/cdkguide/en/src/main/docbook/master.xml 2008-12-15 11:25:19 UTC (rev 11766)
@@ -31,7 +31,12 @@
<!ENTITY cset SYSTEM "tags/cset.xml">
<!ENTITY fattribute SYSTEM "tags/fattribute.xml">
<!ENTITY finsert SYSTEM "tags/finsert.xml">
-<!ENTITY fclientId SYSTEM "tags/fclientId.xml">
+<!ENTITY fclientid SYSTEM "tags/fclientid.xml">
+<!ENTITY fcall SYSTEM "tags/fcall.xml">
+<!ENTITY fparameter SYSTEM "tags/fparameter.xml">
+<!ENTITY fresource SYSTEM "tags/fresource.xml">
+<!ENTITY froot SYSTEM "tags/froot.xml">
+<!ENTITY uinsertFacet SYSTEM "tags/uinsertFacet.xml">
]>
<book>
@@ -200,6 +205,11 @@
&cset;
&fattribute;
&finsert;
-&fclientId;
+&fclientid;
+&fcall;
+&fparameter;
+&fresource;
+&froot;
+&uinsertFacet;
</chapter>
</book>
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 11:25:19 UTC (rev 11766)
@@ -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 11:25:19 UTC (rev 11766)
@@ -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/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 11:25:19 UTC (rev 11766)
@@ -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/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 11:25:19 UTC (rev 11766)
@@ -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 11:25:19 UTC (rev 11766)
@@ -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/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 11:25:19 UTC (rev 11766)
@@ -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
+ *
More information about the richfaces-svn-commits
mailing list