[richfaces-svn-commits] JBoss Rich Faces SVN: r11799 - 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
Tue Dec 16 06:04:09 EST 2008


Author: artdaw
Date: 2008-12-16 06:04:08 -0500 (Tue, 16 Dec 2008)
New Revision: 11799

Added:
   trunk/docs/cdkguide/en/src/main/docbook/tags/hscripts.xml
   trunk/docs/cdkguide/en/src/main/docbook/tags/hstyles.xml
   trunk/docs/cdkguide/en/src/main/docbook/tags/jspdeclaration.xml
   trunk/docs/cdkguide/en/src/main/docbook/tags/jspdirectivepage.xml
Removed:
   trunk/docs/cdkguide/en/src/main/docbook/tags/fverbatim.xml
Modified:
   trunk/docs/cdkguide/en/src/main/docbook/master.xml
Log:
https://jira.jboss.org/jira/browse/RF-3692 - Template Tags were added

Modified: trunk/docs/cdkguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/master.xml	2008-12-16 11:00:32 UTC (rev 11798)
+++ trunk/docs/cdkguide/en/src/main/docbook/master.xml	2008-12-16 11:04:08 UTC (rev 11799)
@@ -42,6 +42,11 @@
 <!ENTITY vcpmock SYSTEM "tags/vcpmock.xml">
 <!ENTITY ajaxupdate SYSTEM "tags/ajaxupdate.xml">
 <!ENTITY cobject SYSTEM "tags/cobject.xml">
+<!ENTITY hscripts SYSTEM "tags/hscripts.xml">
+<!ENTITY hstyles SYSTEM "tags/hstyles.xml">
+<!ENTITY jspscriptlet SYSTEM "tags/jspscriptlet.xml">
+<!ENTITY jspdirectivepage SYSTEM "tags/jspdirectivepage.xml">
+<!ENTITY jspdeclaration SYSTEM "tags/jspdeclaration.xml">
 ]>
 
 <book>
@@ -221,5 +226,12 @@
 &vcpbody;
 &vcpmock;
 
+&hscripts;
+&hstyles;
+
+&jspdeclaration;
+&jspdirectivepage;
+&jspscriptlet;
+
 </chapter>
     </book>

Deleted: trunk/docs/cdkguide/en/src/main/docbook/tags/fverbatim.xml
===================================================================

Added: trunk/docs/cdkguide/en/src/main/docbook/tags/hscripts.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/hscripts.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/hscripts.xml	2008-12-16 11:04:08 UTC (rev 11799)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="hscripts" xreflabel="hscripts">
+	<?dbhtml filename="hscripts.html"?>
+	<sectioninfo>
+		<keywordset>
+			<keyword>h:scripts</keyword>
+		</keywordset>
+	</sectioninfo>
+  <title>&lt;h:scripts&gt;</title>
+  <para>
+  	The <emphasis role="bold"><property>&lt;h:scripts&gt;</property></emphasis> tag defines a static resource or class for JavaScript that is added to a page at rendering time.
+  </para>
+</section>


Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/hscripts.xml
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/docs/cdkguide/en/src/main/docbook/tags/hstyles.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/hstyles.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/hstyles.xml	2008-12-16 11:04:08 UTC (rev 11799)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="hstyles" xreflabel="hstyles">
+	<?dbhtml filename="hstyles.html"?>
+	<sectioninfo>
+		<keywordset>
+			<keyword>h:styles</keyword>
+		</keywordset>
+	</sectioninfo>
+  <title>&lt;h:styles&gt;</title>
+  <para>
+  	The <emphasis role="bold"><property>&lt;h:styles&gt;</property></emphasis> tag defines a CSS or XCSS resource that is added to a page at rendering time.
+  </para>
+</section>


Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/hstyles.xml
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/docs/cdkguide/en/src/main/docbook/tags/jspdeclaration.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/jspdeclaration.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/jspdeclaration.xml	2008-12-16 11:04:08 UTC (rev 11799)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="jspdeclaration" xreflabel="jspdeclaration">
+	<?dbhtml filename="jspdeclaration.html"?>
+	<sectioninfo>
+		<keywordset>
+			<keyword>jsp:declaration</keyword>
+		</keywordset>
+	</sectioninfo>
+  <title>&lt;jsp:declaration /&gt;</title>
+  <para>
+	The <emphasis role="bold"><property>&lt;jsp:declaration /&gt;</property></emphasis> tag declares a Java code that is inserted in a renderer class.
+  </para>
+</section>


Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/jspdeclaration.xml
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/docs/cdkguide/en/src/main/docbook/tags/jspdirectivepage.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/tags/jspdirectivepage.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/tags/jspdirectivepage.xml	2008-12-16 11:04:08 UTC (rev 11799)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="jspdirectivepage" xreflabel="jspdirectivepage">
+	<?dbhtml filename="jspdirectivepage.html"?>
+	<sectioninfo>
+		<keywordset>
+			<keyword>jsp:directive.page</keyword>
+		</keywordset>
+	</sectioninfo>
+  <title>&lt;jsp:directive.page /&gt;</title>
+  <para>
+	The <emphasis role="bold"><property>&lt;jsp:directive.page /&gt;</property></emphasis> tag allows you to import classes or packages in a renderer class.
+  </para>
+  <table>
+  	<title>The &lt;jsp:directive.page /&gt; attributes</title>
+  	<tgroup cols="3">
+  		<thead>
+  			<row>
+				<entry>Attribute Name</entry>
+		                <entry>Description</entry>
+			        <entry>Required</entry>
+  			</row>
+  		</thead>
+  		<tbody>
+  			<row>
+  				<entry>extends</entry>
+  				<entry>Defines a base class for the imported classes</entry>
+  				<entry>False</entry>
+  			</row>
+  			<row>
+  				<entry>import</entry>
+  				<entry>Defines classes or packages that are imported in a renderer class</entry>
+  				<entry>True</entry>
+  			</row>
+  		</tbody>
+  	</tgroup>
+  </table>
+</section>


Property changes on: trunk/docs/cdkguide/en/src/main/docbook/tags/jspdirectivepage.xml
___________________________________________________________________
Name: svn:executable
   + *




More information about the richfaces-svn-commits mailing list