[richfaces-svn-commits] JBoss Rich Faces SVN: r9130 - in trunk/docs/cdkguide/en/src/main/docbook: includes and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jun 20 07:25:42 EDT 2008


Author: artdaw
Date: 2008-06-20 07:25:42 -0400 (Fri, 20 Jun 2008)
New Revision: 9130

Added:
   trunk/docs/cdkguide/en/src/main/docbook/includes/
   trunk/docs/cdkguide/en/src/main/docbook/includes/devcommand.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/devinput.xml
Modified:
   trunk/docs/cdkguide/en/src/main/docbook/master.xml
   trunk/docs/cdkguide/en/src/main/docbook/modules/ccreate.xml
   trunk/docs/cdkguide/en/src/main/docbook/modules/compdev.xml
Log:
http://jira.jboss.com/jira/browse/RF-3692 - TOC done. Waiting for approval

Added: trunk/docs/cdkguide/en/src/main/docbook/includes/devcommand.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/devcommand.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/devcommand.xml	2008-06-20 11:25:42 UTC (rev 9130)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="devcommand" xreflabel="devcommand">
+    <?dbhtml filename="devcommand.html"?>
+    <sectioninfo>
+        <keywordset>
+            <keyword>development</keyword>
+	    <keyword>command</keyword>
+            <keyword>component</keyword>
+            <keyword>CDK</keyword>
+	    <keyword>Guide</keyword>
+        </keywordset>
+    </sectioninfo>
+    <title>Command Component Development</title>
+    <para>
+     TBD command components development
+    </para>
+</section>
\ No newline at end of file

Added: trunk/docs/cdkguide/en/src/main/docbook/includes/devinput.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/devinput.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/devinput.xml	2008-06-20 11:25:42 UTC (rev 9130)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="devinput" xreflabel="devinput">
+    <?dbhtml filename="devinput.html"?>
+    <sectioninfo>
+        <keywordset>
+            <keyword>development</keyword>
+	    <keyword>input</keyword>
+            <keyword>component</keyword>
+            <keyword>CDK</keyword>
+	    <keyword>Guide</keyword>
+        </keywordset>
+    </sectioninfo>
+    <title>Input Component Development</title>
+    <para>
+     TBD input components development
+    </para>
+</section>
\ No newline at end of file

Modified: trunk/docs/cdkguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/master.xml	2008-06-20 11:22:48 UTC (rev 9129)
+++ trunk/docs/cdkguide/en/src/main/docbook/master.xml	2008-06-20 11:25:42 UTC (rev 9130)
@@ -11,6 +11,9 @@
 <!ENTITY compdev SYSTEM "modules/compdev.xml">
 <!ENTITY overview SYSTEM "modules/overview.xml">
 <!ENTITY links SYSTEM "modules/links.xml">
+
+<!ENTITY devinput SYSTEM "includes/devinput.xml">
+<!ENTITY devcommand SYSTEM "includes/devcommand.xml">
 ]>
 
 <book>
@@ -32,5 +35,23 @@
 	&ccreate;
 	&compdev;
 	&overview;
+
+	<chapter id="tutorial" xreflabel="tutorial">
+    <?dbhtml filename="tutorial.html"?>
+    <chapterinfo>
+        <keywordset>
+            <keyword>tutorial</keyword>
+            <keyword>component</keyword>
+            <keyword>CDK</keyword>
+		    <keyword>Guide</keyword>
+        </keywordset>
+    </chapterinfo>
+		<title>CDK Tutorial</title>
+		<para>
+			Input and command components TBD with RichFaces CDK
+		</para>
+		&devinput;
+		&devcommand;
+	</chapter>
 	&links;
 </book>

Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/ccreate.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/ccreate.xml	2008-06-20 11:22:48 UTC (rev 9129)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/ccreate.xml	2008-06-20 11:25:42 UTC (rev 9130)
@@ -13,7 +13,20 @@
     <para>
      Info
     </para>
-
+	<section id="skeleton" xreflabel="skeleton">
+		<?dbhtml filename="skeleton.html"?>
+		<title>Building the Component Skeleton</title>
+		<para>
+		 TBD Skeleton
+		</para>
+	</section>
+	<section id="structure" xreflabel="structure">
+		<?dbhtml filename="structure.html"?>
+		<title>Component Project Structure</title>
+		<para>
+		 TBD structure
+		</para>
+	</section>
 </chapter>
 
 

Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/compdev.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/compdev.xml	2008-06-20 11:22:48 UTC (rev 9129)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/compdev.xml	2008-06-20 11:25:42 UTC (rev 9130)
@@ -11,9 +11,56 @@
     </chapterinfo>
     <title>Component Development</title>
     <para>
-     Web Resources
+     Some info
     </para>
-
+	<section id="rules">
+		<title>Limitation and rules</title>
+		<para>
+			Rules
+		</para>
+	</section>
+	<section id="settings">
+		<title>Specifying component settings</title>
+		<para>
+			settings
+		</para>
+	</section>
+	<section id="template">
+		<title>Templating</title>
+		<para>
+			Templating
+		</para>
+		<section id="tempex">
+			<title>Template Example</title>
+			<para>
+				Example
+			</para>
+		</section>
+		<section id="tempmech">
+			<title>Templating Mechanism</title>
+			<para>
+				Mechanism
+			</para>
+		</section>
+		<section id="temptags">
+			<title>Templates Tags Overview</title>
+			<para>
+				tags
+			</para>
+		</section>
+	</section>
+	<section id="skin">
+		<title>Skinability</title>
+		<para>
+			Skinability
+		</para>
+	</section>
+	<section id="resource">
+		<title>Resources Handling</title>
+		<para>
+			Resources Handling
+		</para>
+	</section>
 </chapter>
 
 




More information about the richfaces-svn-commits mailing list