Author: artdaw
Date: 2008-06-24 08:26:06 -0400 (Tue, 24 Jun 2008)
New Revision: 9180
Added:
trunk/docs/cdkguide/en/src/main/docbook/includes/ui.xml
Removed:
trunk/docs/cdkguide/en/src/main/docbook/includes/rssubclass.xml
trunk/docs/cdkguide/en/src/main/docbook/includes/rules.xml
Modified:
trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml
trunk/docs/cdkguide/en/src/main/docbook/master.xml
trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml
Log:
http://jira.jboss.com/jira/browse/RF-3692 - TOC was fixed
Deleted: trunk/docs/cdkguide/en/src/main/docbook/includes/rssubclass.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/rssubclass.xml 2008-06-24 12:17:55
UTC (rev 9179)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/rssubclass.xml 2008-06-24 12:26:06
UTC (rev 9180)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<section id="rssubclass" xreflabel="rssubclass">
- <?dbhtml filename="rssubclass.html"?>
- <sectioninfo>
- <keywordset>
- <keyword>renderer</keyword>
- <keyword>UI</keyword>
- <keyword>CDK</keyword>
- <keyword>Guide</keyword>
- </keywordset>
- </sectioninfo>
- <title>Creating a renderer-specific subclass</title>
- <para>
- renderer-specific subclass
- </para>
-
-</section>
-
-
Deleted: trunk/docs/cdkguide/en/src/main/docbook/includes/rules.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/rules.xml 2008-06-24 12:17:55 UTC
(rev 9179)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/rules.xml 2008-06-24 12:26:06 UTC
(rev 9180)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<section id="rules" xreflabel="rules">
- <?dbhtml filename="rules.html"?>
- <sectioninfo>
- <keywordset>
- <keyword>project</keyword>
- <keyword>component</keyword>
- <keyword>CDK</keyword>
- <keyword>Guide</keyword>
- </keywordset>
- </sectioninfo>
- <title>Limitation and rules</title>
- <para>
- Rules
- </para>
-
-</section>
-
-
Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml 2008-06-24 12:17:55 UTC (rev
9179)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml 2008-06-24 12:26:06 UTC (rev
9180)
@@ -19,11 +19,4 @@
XCSS
</para>
</section>
-
- <section>
- <title>Plug-n-Skin feature</title>
- <para>
- Feature
- </para>
- </section>
</section>
\ No newline at end of file
Added: trunk/docs/cdkguide/en/src/main/docbook/includes/ui.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/ui.xml (rev
0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/ui.xml 2008-06-24 12:26:06 UTC (rev
9180)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="uicomponent" xreflabel="uicomponent">
+ <?dbhtml filename="uicomponent.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>uicomponent</keyword>
+ <keyword>component</keyword>
+ <keyword>CDK</keyword>
+ <keyword>Guide</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title>Creating UI Component class</title>
+ <para>
+ UI Component
+ </para>
+
+</section>
+
+
Modified: trunk/docs/cdkguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/master.xml 2008-06-24 12:17:55 UTC (rev 9179)
+++ trunk/docs/cdkguide/en/src/main/docbook/master.xml 2008-06-24 12:26:06 UTC (rev 9180)
@@ -15,10 +15,9 @@
<!ENTITY pcreate SYSTEM "includes/pcreate.xml">
<!ENTITY ccreate SYSTEM "includes/ccreate.xml">
-<!ENTITY rules SYSTEM "includes/rules.xml">
+<!ENTITY ui SYSTEM "includes/ui.xml">
<!ENTITY protoui SYSTEM "includes/protoui.xml">
<!ENTITY csrenderer SYSTEM "includes/csrenderer.xml">
-<!ENTITY rssubclass SYSTEM "includes/rssubclass.xml">
<!ENTITY template SYSTEM "includes/template.xml">
<!ENTITY skin SYSTEM "includes/skin.xml">
<!ENTITY register SYSTEM "includes/register.xml">
@@ -58,26 +57,43 @@
<?dbhtml filename="compdev.html"?>
<chapterinfo>
<keywordset>
- <keyword>development</keyword>
+ <keyword>inputDate</keyword>
<keyword>component</keyword>
<keyword>CDK</keyword>
<keyword>Guide</keyword>
</keywordset>
</chapterinfo>
- <title>Calendar component development</title>
+ <title>inputDate component development</title>
<para>
Some info
</para>
- &rules;
&pcreate;
&ccreate;
&protoui;
+ &ui;
&csrenderer;
- &rssubclass;
+
+<section id="rssubclass" xreflabel="rssubclass">
+ <?dbhtml filename="rssubclass.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>renderer</keyword>
+ <keyword>UI</keyword>
+ <keyword>CDK</keyword>
+ <keyword>Guide</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title>Creating a renderer-specific subclass</title>
+ <para>
+ renderer-specific subclass
+ </para>
+
&template;
&skin;
+</section>
+
®ister;
&taghandler;
@@ -98,7 +114,7 @@
</chapterinfo>
<title>Button component development</title>
<para>
- Command Ajax components TBD with RichFaces CDK
+ Command Ajax components TBD with RichFaces CDK.
</para>
</chapter>
Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml 2008-06-24 12:17:55 UTC (rev
9179)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml 2008-06-24 12:26:06 UTC (rev
9180)
@@ -9,7 +9,7 @@
</keywordset>
</chapterinfo>
- <title>IDE Integration</title>
+ <title>CDK usage and development in different IDEs</title>
<para>
Integration with Eclipse, IDEA.
</para>