You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/02/21 10:07:48 UTC

svn commit: r629724 [2/8] - in /myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components: ./ html/

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/commandNavigationItem.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/commandNavigationItem.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/commandNavigationItem.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/commandNavigationItem.jspx Thu Feb 21 01:07:34 2008
@@ -18,10 +18,8 @@
     under the License.
 	   
 -->
-<jsp:root version="1.2"
-          xmlns:jsp="http://java.sun.com/JSP/Page"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:tr="http://myfaces.apache.org/trinidad">
+<jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page"
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
     <tr:document title="commandNavigationItem Demo">
@@ -31,172 +29,126 @@
             <tr:separator/>
           </f:facet>
           <tr:navigationPane hint="buttons">
-            <tr:commandNavigationItem immediate="true" text="Component Guide"
-              action="guide"/>
+            <tr:commandNavigationItem immediate="true" text="Component Guide" action="guide"/>
             <tr:commandNavigationItem immediate="true" text="Page Hierarchy Demo"
-              action="guide.page"/>
+                                      action="guide.page"/>
             <tr:commandNavigationItem immediate="true" text="NavigationPane Demo"
-              action="guide.navigationPane"/>
+                                      action="guide.navigationPane"/>
             <tr:commandNavigationItem immediate="true" text="BreadCrumbs Demo"
-              action="guide.breadCrumbs"/>
+                                      action="guide.breadCrumbs"/>
             <tr:commandNavigationItem immediate="true" text="PanelPage Demo"
-              action="guide.panelPage"/>
+                                      action="guide.panelPage"/>
           </tr:navigationPane>
-          <tr:outputFormatted styleUsage="instruction" value="&lt;b>A commandNavigationItem&lt;/b>"/>
-          <tr:panelGroupLayout layout="vertical">
-            <tr:outputFormatted
-              value="&lt;b>commandNavigationItem's inside of a navigationPane with hint=&quot;tabs&quot;&lt;/b>"/>
-            <tr:navigationPane hint="tabs" shortDesc="Select Page"
-              id="editorExample">
-              <tr:commandNavigationItem
-                binding="#{editor.component}"
-                text="Editor Item"
-                shortDesc="Item with an assigned actionListener"
-                partialSubmit="true"
-                accessKey="A"
-                actionListener="#{demoCommandNavigationItem.navigationItemAction}"/>
-              <tr:commandNavigationItem text="Selected Item"
-                actionListener="#{demoCommandNavigationItem.navigationItemAction}"
-                partialSubmit="true"
-                selected="true"/>
-              <tr:commandNavigationItem text="Icon Item"
-                actionListener="#{demoCommandNavigationItem.navigationItemAction}"
-                icon="/components/images/file.gif"
-                partialSubmit="true"/>
-              <tr:commandNavigationItem text="Disabled Item"
-                disabled="true"
-                action="guide"
-                destination="http://www.apache.org/"/>
-              <tr:commandNavigationItem
-                text="Apache"
-                shortDesc="Apache's website"
-                destination="http://www.apache.org/"/>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_chart.html"
+                       text="Tag Documentation"/>
+          </tr:panelGroupLayout>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>commandNavigationItem&lt;/b>"/>
+          <tr:panelGroupLayout layout="vertical">
+            <tr:outputFormatted value="&lt;b>commandNavigationItem's inside of a navigationPane with hint=&quot;tabs&quot;&lt;/b>"/>
+            <tr:navigationPane hint="tabs" shortDesc="Select Page" id="editorExample">
+              <tr:commandNavigationItem binding="#{editor.component}" text="Editor Item"
+                                        shortDesc="Item with an assigned actionListener"
+                                        partialSubmit="true" accessKey="A"
+                                        actionListener="#{demoCommandNavigationItem.navigationItemAction}"/>
+              <tr:commandNavigationItem text="Selected Item"
+                                        actionListener="#{demoCommandNavigationItem.navigationItemAction}"
+                                        partialSubmit="true" selected="true"/>
+              <tr:commandNavigationItem text="Icon Item"
+                                        actionListener="#{demoCommandNavigationItem.navigationItemAction}"
+                                        icon="/components/images/file.gif" partialSubmit="true"/>
+              <tr:commandNavigationItem text="Disabled Item" disabled="true" action="guide"
+                                        destination="http://www.apache.org/"/>
+              <tr:commandNavigationItem text="Apache" shortDesc="Apache's website"
+                                        destination="http://www.apache.org/"/>
             </tr:navigationPane>
           </tr:panelGroupLayout>
           <jsp:directive.include file="editor.jspf"/>
-
           <tr:panelGroupLayout layout="vertical">
-            <tr:outputFormatted
-              value="&lt;b>commandNavigationItem's inside of a navigationPane with hint=&quot;bar&quot;&lt;/b>"/>
+            <tr:outputFormatted value="&lt;b>commandNavigationItem's inside of a navigationPane with hint=&quot;bar&quot;&lt;/b>"/>
             <tr:navigationPane hint="bar" id="barExample">
               <tr:commandNavigationItem text="Component Guide" action="guide"
-                shortDesc="Return to the component guide"/>
+                                        shortDesc="Return to the component guide"/>
               <tr:commandNavigationItem text="Selected Item"
-                actionListener="#{demoCommandNavigationItem.navigationItemAction}"
-                partialSubmit="true"
-                selected="true"/>
-              <tr:commandNavigationItem text="Icon Item"
-                actionListener="#{demoCommandNavigationItem.navigationItemAction}"
-                icon="/components/images/file.gif"
-                accessKey="B"
-                partialSubmit="true"/>
-              <tr:commandNavigationItem text="Disabled Item"
-                disabled="true"
-                action="guide"
-                destination="http://www.apache.org/"/>
-              <tr:commandNavigationItem text="Apache"
-                destination="http://www.apache.org/"/>
+                                        actionListener="#{demoCommandNavigationItem.navigationItemAction}"
+                                        partialSubmit="true" selected="true"/>
+              <tr:commandNavigationItem text="Icon Item"
+                                        actionListener="#{demoCommandNavigationItem.navigationItemAction}"
+                                        icon="/components/images/file.gif" accessKey="B"
+                                        partialSubmit="true"/>
+              <tr:commandNavigationItem text="Disabled Item" disabled="true" action="guide"
+                                        destination="http://www.apache.org/"/>
+              <tr:commandNavigationItem text="Apache" destination="http://www.apache.org/"/>
             </tr:navigationPane>
           </tr:panelGroupLayout>
-
           <tr:panelGroupLayout layout="vertical">
-            <tr:outputFormatted
-              value="&lt;b>commandNavigationItem's inside of a navigationPane with hint=&quot;list&quot;&lt;/b>"/>
+            <tr:outputFormatted value="&lt;b>commandNavigationItem's inside of a navigationPane with hint=&quot;list&quot;&lt;/b>"/>
             <tr:navigationPane hint="list" id="listExample">
               <tr:commandNavigationItem text="Component Guide" action="guide"
-                shortDesc="Return to the component guide"/>
+                                        shortDesc="Return to the component guide"/>
               <tr:commandNavigationItem text="Selected Item"
-                actionListener="#{demoCommandNavigationItem.navigationItemAction}"
-                partialSubmit="true"
-                selected="true"/>
-              <tr:commandNavigationItem text="Icon Item"
-                actionListener="#{demoCommandNavigationItem.navigationItemAction}"
-                icon="/components/images/file.gif"
-                accessKey="C"
-                partialSubmit="true"/>
-              <tr:commandNavigationItem text="Disabled Item"
-                disabled="true"
-                action="guide"
-                destination="http://www.apache.org/"/>
-              <tr:commandNavigationItem text="Apache"
-                destination="http://www.apache.org/"/>
+                                        actionListener="#{demoCommandNavigationItem.navigationItemAction}"
+                                        partialSubmit="true" selected="true"/>
+              <tr:commandNavigationItem text="Icon Item"
+                                        actionListener="#{demoCommandNavigationItem.navigationItemAction}"
+                                        icon="/components/images/file.gif" accessKey="C"
+                                        partialSubmit="true"/>
+              <tr:commandNavigationItem text="Disabled Item" disabled="true" action="guide"
+                                        destination="http://www.apache.org/"/>
+              <tr:commandNavigationItem text="Apache" destination="http://www.apache.org/"/>
             </tr:navigationPane>
           </tr:panelGroupLayout>
-
           <tr:panelGroupLayout layout="vertical">
-            <tr:outputFormatted
-              value="&lt;b>commandNavigationItem's inside of a navigationPane with hint=&quot;buttons&quot;&lt;/b>"/>
+            <tr:outputFormatted value="&lt;b>commandNavigationItem's inside of a navigationPane with hint=&quot;buttons&quot;&lt;/b>"/>
             <tr:navigationPane hint="buttons" id="buttonsExample">
               <tr:commandNavigationItem text="Component Guide" action="guide"
-                shortDesc="Return to the component guide"/>
+                                        shortDesc="Return to the component guide"/>
               <tr:commandNavigationItem text="Selected Item"
-                actionListener="#{demoCommandNavigationItem.navigationItemAction}"
-                partialSubmit="true"
-                selected="true"/>
-              <tr:commandNavigationItem text="Icon Item"
-                actionListener="#{demoCommandNavigationItem.navigationItemAction}"
-                icon="/components/images/file.gif"
-                accessKey="D"
-                partialSubmit="true"/>
-              <tr:commandNavigationItem text="Disabled Item"
-                disabled="true"
-                action="guide"
-                destination="http://www.apache.org/"/>
-              <tr:commandNavigationItem text="Apache"
-                destination="http://www.apache.org/"/>
+                                        actionListener="#{demoCommandNavigationItem.navigationItemAction}"
+                                        partialSubmit="true" selected="true"/>
+              <tr:commandNavigationItem text="Icon Item"
+                                        actionListener="#{demoCommandNavigationItem.navigationItemAction}"
+                                        icon="/components/images/file.gif" accessKey="D"
+                                        partialSubmit="true"/>
+              <tr:commandNavigationItem text="Disabled Item" disabled="true" action="guide"
+                                        destination="http://www.apache.org/"/>
+              <tr:commandNavigationItem text="Apache" destination="http://www.apache.org/"/>
             </tr:navigationPane>
           </tr:panelGroupLayout>
-
           <tr:panelGroupLayout layout="vertical">
-            <tr:outputFormatted
-              value="&lt;b>commandNavigationItem's inside of a navigationPane with hint=&quot;choice&quot;&lt;/b>"/>
-            <tr:navigationPane hint="choice" shortDesc="Switch application"
-              id="choiceExample">
+            <tr:outputFormatted value="&lt;b>commandNavigationItem's inside of a navigationPane with hint=&quot;choice&quot;&lt;/b>"/>
+            <tr:navigationPane hint="choice" shortDesc="Switch application" id="choiceExample">
               <tr:commandNavigationItem text="Component Guide" action="guide"
-                shortDesc="Return to the component guide"/>
+                                        shortDesc="Return to the component guide"/>
               <tr:commandNavigationItem text="Selected Item"
-                actionListener="#{demoCommandNavigationItem.navigationItemAction}"
-                partialSubmit="true"
-                selected="true"/>
-              <tr:commandNavigationItem text="Icon Item"
-                actionListener="#{demoCommandNavigationItem.navigationItemAction}"
-                icon="/components/images/file.gif"
-                accessKey="E"
-                partialSubmit="true"/>
-              <tr:commandNavigationItem text="Disabled Item"
-                disabled="true"
-                action="guide"
-                destination="http://www.apache.org/"/>
-              <tr:commandNavigationItem text="Apache"
-                destination="http://www.apache.org/"/>
+                                        actionListener="#{demoCommandNavigationItem.navigationItemAction}"
+                                        partialSubmit="true" selected="true"/>
+              <tr:commandNavigationItem text="Icon Item"
+                                        actionListener="#{demoCommandNavigationItem.navigationItemAction}"
+                                        icon="/components/images/file.gif" accessKey="E"
+                                        partialSubmit="true"/>
+              <tr:commandNavigationItem text="Disabled Item" disabled="true" action="guide"
+                                        destination="http://www.apache.org/"/>
+              <tr:commandNavigationItem text="Apache" destination="http://www.apache.org/"/>
             </tr:navigationPane>
           </tr:panelGroupLayout>
-
           <tr:panelGroupLayout layout="vertical">
-            <tr:outputFormatted
-              value="&lt;b>commandNavigationItem's inside of a breadCrumbs&lt;/b>"/>
+            <tr:outputFormatted value="&lt;b>commandNavigationItem's inside of a breadCrumbs&lt;/b>"/>
             <tr:breadCrumbs id="pathExample">
-              <tr:commandNavigationItem text="Component Guide"
-                action="guide"
-                shortDesc="Return to the component guide"
-                accessKey="F"/>
-              <tr:commandNavigationItem text="Selected Item"
-                actionListener="#{demoCommandNavigationItem.navigationItemAction}"
-                partialSubmit="true"
-                selected="true"/>
-              <tr:commandNavigationItem text="Icon Item"
-                actionListener="#{demoCommandNavigationItem.navigationItemAction}"
-                icon="/components/images/file.gif"
-                partialSubmit="true"/>
-              <tr:commandNavigationItem text="Disabled Item"
-                disabled="true"
-                action="guide"
-                destination="http://www.apache.org/"/>
-              <tr:commandNavigationItem text="Apache"
-                destination="http://www.apache.org/"/>
+              <tr:commandNavigationItem text="Component Guide" action="guide"
+                                        shortDesc="Return to the component guide" accessKey="F"/>
+              <tr:commandNavigationItem text="Selected Item"
+                                        actionListener="#{demoCommandNavigationItem.navigationItemAction}"
+                                        partialSubmit="true" selected="true"/>
+              <tr:commandNavigationItem text="Icon Item"
+                                        actionListener="#{demoCommandNavigationItem.navigationItemAction}"
+                                        icon="/components/images/file.gif" partialSubmit="true"/>
+              <tr:commandNavigationItem text="Disabled Item" disabled="true" action="guide"
+                                        destination="http://www.apache.org/"/>
+              <tr:commandNavigationItem text="Apache" destination="http://www.apache.org/"/>
             </tr:breadCrumbs>
           </tr:panelGroupLayout>
-
         </tr:panelGroupLayout>
       </tr:form>
     </tr:document>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/form.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/form.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/form.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/form.jspx Thu Feb 21 01:07:34 2008
@@ -19,44 +19,47 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
     <trh:html>
       <trh:head title="Form Demo"/>
-      <trh:body>      
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator />
-            </f:facet>   
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Multiple form test &lt;/b>"/>
-            <tr:form defaultCommand="first" binding="#{editor.component}">
-            
-             <tr:panelGroupLayout layout="vertical">
-              <tr:commandLink immediate="true" text="Component Guide"
-                                action="guide"/>
+      <trh:body>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>Multiple form test &lt;/b>"/>
+          <tr:form defaultCommand="first" binding="#{editor.component}">
+            <tr:panelGroupLayout layout="vertical">
+              <tr:panelGroupLayout layout="horizontal">
+                <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+                <tr:spacer width="10"/>
+                <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_form.html"
+                           text="Tag Documentation"/>
+              </tr:panelGroupLayout>
+              <tr:spacer width="10"/>
               <tr:outputFormatted styleUsage="instruction"
-                                 value="This is the first form;  submit it and changes in the second form will be lost."/>
-              <tr:inputText label="First form, First Field:"  shortDesc="Field 1"/>
+                                  value="This is the first form;  submit it and changes in the second form will be lost."/>
+              <tr:inputText label="First form, First Field:" shortDesc="Field 1"/>
               <tr:inputText label="First form, Second Field:" shortDesc="Field 2"/>
               <tr:commandButton id="first" text="First"/>
-             </tr:panelGroupLayout>
-            </tr:form>
-            <tr:form>
-              <jsp:directive.include file="editor.jspf" />
-            </tr:form>
-            <tr:form>
-             <tr:panelGroupLayout layout="vertical">
+            </tr:panelGroupLayout>
+          </tr:form>
+          <tr:form>
+            <jsp:directive.include file="editor.jspf"/>
+          </tr:form>
+          <tr:form>
+            <tr:panelGroupLayout layout="vertical">
               <tr:outputFormatted styleUsage="instruction"
-                                 value="This is the second form; submit it and changes in the first form will be lost."/>
+                                  value="This is the second form; submit it and changes in the first form will be lost."/>
               <tr:inputText label="Second form"/>
               <tr:commandButton text="Second"/>
-             </tr:panelGroupLayout>
-            </tr:form>
-          </tr:panelGroupLayout>
+            </tr:panelGroupLayout>
+          </tr:form>
+        </tr:panelGroupLayout>
       </trh:body>
     </trh:html>
   </f:view>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/goButton.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/goButton.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/goButton.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/goButton.jspx Thu Feb 21 01:07:34 2008
@@ -19,29 +19,32 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="GoButton Demo">
-        <tr:form>        
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator />
-            </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b> &lt;/b>"/>
-
-            <tr:goButton binding="#{editor.component}" text="Press me"
-                        destination="http://www.apache.org"/>
-                  
-            <jsp:directive.include file="editor.jspf" />
-    
+    <tr:document title="GoButton Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_goButton.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#goButton"
+                       text="Skinning Key Documentation"/>
           </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>goButton&lt;/b>"/>
+          <tr:goButton binding="#{editor.component}" text="Press me"
+                       destination="http://www.apache.org"/>
+          <jsp:directive.include file="editor.jspf"/>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/goLink.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/goLink.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/goLink.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/goLink.jspx Thu Feb 21 01:07:34 2008
@@ -19,26 +19,29 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="GoLink Demo">
-        <tr:form>        
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-             <tr:separator />
-            </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>      
-            <tr:goLink binding="#{editor.component}" text="Link Here"
-                      destination="http://www.apache.org"/>
-    
-            <jsp:directive.include file="editor.jspf" />
+    <tr:document title="GoLink Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_goLink.html"
+                       text="Tag Documentation"/>
           </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>goLink&lt;/b>"/>
+          <tr:goLink binding="#{editor.component}" text="Link Here"
+                     destination="http://www.apache.org"/>
+          <jsp:directive.include file="editor.jspf"/>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/group.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/group.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/group.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/group.jspx Thu Feb 21 01:07:34 2008
@@ -18,10 +18,8 @@
     under the License.
 	   
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:tr="http://myfaces.apache.org/trinidad"
-          version="1.2">
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:f="http://java.sun.com/jsf/core"
+          xmlns:tr="http://myfaces.apache.org/trinidad" version="1.2">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
     <tr:document title="Group Demo">
@@ -30,16 +28,19 @@
           <f:facet name="separator">
             <tr:separator/>
           </f:facet>
-          <tr:commandLink immediate="true" text="Component Guide"
-            action="guide"/>
-          <tr:outputText
-            value="The group component is an invisible control that aggregates semantically-related children; the group itself has no associated client representation (visual or API).
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_group.html"
+                       text="Tag Documentation"/>
+          </tr:panelGroupLayout>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>group&lt;/b>"/>
+          <tr:outputText value="The group component is an invisible control that aggregates semantically-related children; the group itself has no associated client representation (visual or API).
 Some parent components may have special representation for groups like adding separators around the group but this is a special case and is not always rendered this way.
 In most cases, only the children of the group will be rendered directly to the page.
 There will be no layout applied to the children so the natural layout behavior of the underlying HTML elements will apply.
 If you require a more predictable layout, you should use a layout component such as panelGroupLayout."/>
-          <tr:outputText
-            value="The following demo shows a vertical panelGroupLayout with a separator facet containing a
+          <tr:outputText value="The following demo shows a vertical panelGroupLayout with a separator facet containing a
 group that has two images directly inside of it."/>
           <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/body.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/body.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/body.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/body.jspx Thu Feb 21 01:07:34 2008
@@ -19,26 +19,29 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
     <trh:html>
       <trh:head title="Body Demo"/>
-      <trh:body onload="alert('body loading')"  binding="#{editor.component}">
+      <trh:body onload="alert('body loading')" binding="#{editor.component}">
         <tr:form>
           <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
-              <tr:separator />
+              <tr:separator/>
             </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                  action="guide"/>               
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>You should see a javascript alert when the body demo is loaded&lt;/b>"/>
-              
-            <jsp:directive.include file="../editor.jspf" />
-    
+            <tr:panelGroupLayout layout="horizontal">
+              <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+              <tr:spacer width="10"/>
+              <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/trh_body.html"
+                         text="Tag Documentation"/>
+            </tr:panelGroupLayout>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>body&lt;/b>"/>
+            <tr:outputFormatted styleUsage="instruction"
+                                value="&lt;b>You should see a javascript alert when the body demo is loaded&lt;/b>"/>
+            <jsp:directive.include file="../editor.jspf"/>
           </tr:panelGroupLayout>
         </tr:form>
       </trh:body>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/cellFormat.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/cellFormat.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/cellFormat.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/cellFormat.jspx Thu Feb 21 01:07:34 2008
@@ -19,47 +19,50 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="CellFormat Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator />
-            </f:facet> 
-            <tr:commandLink immediate="true" text="Component Guide"
-                  action="guide"/>               
-            <tr:outputFormatted styleUsage="instruction" 
-                               value="&lt;b>Using cellFormat in tableLayout&lt;/b>"/>
-            <trh:tableLayout borderWidth="1" width="50%" >
-              <trh:rowLayout>
-                <trh:cellFormat binding="#{editor.component}" 
-                                rowSpan="2" halign="center" >
-                  <h:outputText value="One"/>
-                </trh:cellFormat>
-                <trh:cellFormat halign="center" >
-                  <h:outputText value="Two"/>
-                </trh:cellFormat>
-                <trh:cellFormat halign="center" >
-                  <h:outputText value="Three"/>
-                </trh:cellFormat>
-              </trh:rowLayout>
-              <trh:rowLayout>
-                <trh:cellFormat halign="center" >
-                  <h:outputText value="Four"/>
-                </trh:cellFormat>
-                <trh:cellFormat halign="center" columnSpan="2" >
-                  <h:outputText value="Five"/>
-                </trh:cellFormat>
-              </trh:rowLayout>
-            </trh:tableLayout>
-            <jsp:directive.include file="../editor.jspf" />
+    <tr:document title="CellFormat Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/trh_cellFormat.html"
+                       text="Tag Documentation"/>
           </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>cellFormat&lt;/b>"/>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>Using cellFormat in tableLayout&lt;/b>"/>
+          <trh:tableLayout borderWidth="1" width="50%">
+            <trh:rowLayout>
+              <trh:cellFormat binding="#{editor.component}" rowSpan="2" halign="center">
+                <h:outputText value="One"/>
+              </trh:cellFormat>
+              <trh:cellFormat halign="center">
+                <h:outputText value="Two"/>
+              </trh:cellFormat>
+              <trh:cellFormat halign="center">
+                <h:outputText value="Three"/>
+              </trh:cellFormat>
+            </trh:rowLayout>
+            <trh:rowLayout>
+              <trh:cellFormat halign="center">
+                <h:outputText value="Four"/>
+              </trh:cellFormat>
+              <trh:cellFormat halign="center" columnSpan="2">
+                <h:outputText value="Five"/>
+              </trh:cellFormat>
+            </trh:rowLayout>
+          </trh:tableLayout>
+          <jsp:directive.include file="../editor.jspf"/>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.bottom.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.bottom.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.bottom.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.bottom.jspx Thu Feb 21 01:07:34 2008
@@ -19,21 +19,17 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="FrameBorderLayout Demo">
-        <table width="100%" >
-          <tr>
-            <td height="30pt" align="center"
-                style="background-color:yellow;" >
-              bottom
-            </td>
-          </tr>
-        </table>
- </tr:document>
+    <tr:document title="FrameBorderLayout Demo">
+      <table width="100%">
+        <tr>
+          <td height="30pt" align="center" style="background-color:yellow;">bottom</td>
+        </tr>
+      </table>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.center.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.center.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.center.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.center.jspx Thu Feb 21 01:07:34 2008
@@ -19,23 +19,21 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="FrameBorderLayout Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator />
-            </f:facet>   
-            <tr:outputFormatted styleUsage="instruction" 
-                               value="&lt;b>A frameBorderLayout&lt;/b>"/>
-            <!--jsp:directive.include file="editor.jspf" /-->
-          </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+    <tr:document title="FrameBorderLayout Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>frameBorderLayout&lt;/b>"/>
+          <!--jsp:directive.include file="editor.jspf" /-->
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerLeft.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerLeft.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerLeft.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerLeft.jspx Thu Feb 21 01:07:34 2008
@@ -19,21 +19,17 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="FrameBorderLayout Demo">
-        <table width="100%" >
-          <tr>
-            <td height="100pt" align="center"
-                style="background-color:lightblue;" >
-              innerLeft
-            </td>
-          </tr>
-        </table>
- </tr:document>
+    <tr:document title="FrameBorderLayout Demo">
+      <table width="100%">
+        <tr>
+          <td height="100pt" align="center" style="background-color:lightblue;">innerLeft</td>
+        </tr>
+      </table>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerRight.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerRight.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerRight.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerRight.jspx Thu Feb 21 01:07:34 2008
@@ -19,21 +19,17 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="FrameBorderLayout Demo">
-        <table width="100%" >
-          <tr>
-            <td height="100pt" align="center"
-                style="background-color:lightblue;" >
-              innerRight
-            </td>
-          </tr>
-        </table>
- </tr:document>
+    <tr:document title="FrameBorderLayout Demo">
+      <table width="100%">
+        <tr>
+          <td height="100pt" align="center" style="background-color:lightblue;">innerRight</td>
+        </tr>
+      </table>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.jspx Thu Feb 21 01:07:34 2008
@@ -19,52 +19,46 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
     <trh:html>
       <trh:head title="FrameBorderLayout Demo"/>
+      
       <trh:frameBorderLayout shortDesc="Frame border layout demo">
-        <f:facet name="alternateContent">
+       
+      <f:facet name="alternateContent">
           <tr:outputText value="Your browser does not support frames. Frames support is required for this demo page"/>
         </f:facet>
-        <f:facet name="top" >
-          <trh:frame width="100%" height="30pt" scrolling="yes"
-                     shortDesc="Top frame"
-                     source="frameBorderLayout.top.jspx" />
-        </f:facet>
-        <f:facet name="left" >
-          <trh:frame width="10%" scrolling="auto"
-                     shortDesc="Left frame"
-                     source="frameBorderLayout.left.jspx" />
-        </f:facet>
-        <f:facet name="innerLeft" >
-          <trh:frame width="10%" scrolling="auto"
-                     shortDesc="Inner left frame"
-                     source="frameBorderLayout.innerLeft.jspx" />
-        </f:facet>
-        <f:facet name="innerRight" >
-          <trh:frame width="10%" scrolling="auto"
-                     shortDesc="Inner right frame"
-                     source="frameBorderLayout.innerRight.jspx" />
-        </f:facet>
-        <f:facet name="right" >
-          <trh:frame width="10%" height="100%" scrolling="auto"
-                     shortDesc="Right frame"
-                     source="frameBorderLayout.right.jspx" />
-        </f:facet>
-        <f:facet name="bottom" >
-          <trh:frame width="100%" height="30pt" scrolling="yes"
-                     shortDesc="Bottom frame"
-                     source="frameBorderLayout.bottom.jspx" />
-        </f:facet>
-        <f:facet name="center" >
-          <trh:frame scrolling="auto"
-                     shortDesc="Center frame"
-                     source="frameBorderLayout.center.jspx" />
+        <f:facet name="top">
+          <trh:frame width="100%" height="60pt" scrolling="yes" shortDesc="Top frame"
+                     source="frameBorderLayout.top.jspx"/>
+        </f:facet>
+        <f:facet name="left">
+          <trh:frame width="10%" scrolling="auto" shortDesc="Left frame"
+                     source="frameBorderLayout.left.jspx"/>
+        </f:facet>
+        <f:facet name="innerLeft">
+          <trh:frame width="10%" scrolling="auto" shortDesc="Inner left frame"
+                     source="frameBorderLayout.innerLeft.jspx"/>
+        </f:facet>
+        <f:facet name="innerRight">
+          <trh:frame width="10%" scrolling="auto" shortDesc="Inner right frame"
+                     source="frameBorderLayout.innerRight.jspx"/>
+        </f:facet>
+        <f:facet name="right">
+          <trh:frame width="10%" height="90%" scrolling="auto" shortDesc="Right frame"
+                     source="frameBorderLayout.right.jspx"/>
+        </f:facet>
+        <f:facet name="bottom">
+          <trh:frame width="100%" height="30pt" scrolling="yes" shortDesc="Bottom frame"
+                     source="frameBorderLayout.bottom.jspx"/>
+        </f:facet>
+        <f:facet name="center">
+          <trh:frame scrolling="auto" shortDesc="Center frame"
+                     source="frameBorderLayout.center.jspx"/>
         </f:facet>
       </trh:frameBorderLayout>
     </trh:html>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.left.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.left.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.left.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.left.jspx Thu Feb 21 01:07:34 2008
@@ -19,21 +19,17 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="FrameBorderLayout Demo">
-        <table width="100%" >
-          <tr>
-            <td height="100pt" align="center"
-                style="background-color:pink;" >
-              left
-            </td>
-          </tr>
-        </table>
- </tr:document>
+    <tr:document title="FrameBorderLayout Demo">
+      <table width="100%">
+        <tr>
+          <td height="100pt" align="center" style="background-color:pink;">left</td>
+        </tr>
+      </table>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.right.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.right.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.right.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.right.jspx Thu Feb 21 01:07:34 2008
@@ -19,21 +19,17 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="FrameBorderLayout Demo">
-        <table width="100%" >
-          <tr>
-            <td height="100pt" align="center"
-                style="background-color:pink;" >
-              right
-            </td>
-          </tr>
-        </table>
- </tr:document>
+    <tr:document title="FrameBorderLayout Demo">
+      <table width="100%">
+        <tr>
+          <td height="100pt" align="center" style="background-color:pink;">right</td>
+        </tr>
+      </table>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.top.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.top.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.top.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.top.jspx Thu Feb 21 01:07:34 2008
@@ -19,21 +19,23 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="FrameBorderLayout Demo">
-        <table width="100%" >
-          <tr>
-            <td height="30pt" align="center"
-                style="background-color:yellow;" >
-              top
-            </td>
-          </tr>
-        </table>
- </tr:document>
+    <tr:document title="FrameBorderLayout Demo">
+      <tr:panelGroupLayout layout="horizontal">
+        <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+        <tr:spacer width="10"/>
+        <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/trh_frameBorderLayout.html"
+                   text="Tag Documentation"/>
+      </tr:panelGroupLayout>
+      <table width="100%">
+        <tr>
+          <td height="30pt" align="center" style="background-color:yellow;">top</td>
+        </tr>
+      </table>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/html.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/html.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/html.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/html.jspx Thu Feb 21 01:07:34 2008
@@ -19,26 +19,30 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
-    <trh:html  >
+    <trh:html>
       <trh:head title="HTML Demo"/>
-        <trh:body>
-          <tr:form>
-            <tr:panelGroupLayout layout="vertical">
-              <f:facet name="separator">
-                <tr:separator />
-              </f:facet> 
-              <tr:commandLink immediate="true" text="Component Guide"
-                    action="guide"/>            
-              <tr:outputText value="The title is set in the head component of this document component" />   
+      <trh:body>
+        <tr:form>
+          <tr:panelGroupLayout layout="vertical">
+            <f:facet name="separator">
+              <tr:separator/>
+            </f:facet>
+            <tr:panelGroupLayout layout="horizontal">
+              <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+              <tr:spacer width="10"/>
+              <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/trh_html.html"
+                         text="Tag Documentation"/>
             </tr:panelGroupLayout>
-          </tr:form>
-        </trh:body>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>html&lt;/b>"/>
+            <tr:outputText value="The title is set in the head component of this demo"/>
+          </tr:panelGroupLayout>
+        </tr:form>
+      </trh:body>
     </trh:html>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/rowLayout.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/rowLayout.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/rowLayout.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/rowLayout.jspx Thu Feb 21 01:07:34 2008
@@ -19,32 +19,34 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="RowLayout Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator />
-            </f:facet> 
-            <tr:commandLink immediate="true" text="Component Guide"
-                  action="guide"/>             
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>A rowLayout&lt;/b>"/>
-            <trh:rowLayout binding="#{editor.component}" width="100%" >
-              <f:verbatim>
-                <span>One</span>
-                <span>Two</span>
-                <span>Three</span>
-              </f:verbatim>
-            </trh:rowLayout>
-            
-            <jsp:directive.include file="../editor.jspf" />
+    <tr:document title="RowLayout Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/trh_rowLayout.html"
+                       text="Tag Documentation"/>
           </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>rowLayout&lt;/b>"/>
+          <trh:rowLayout binding="#{editor.component}" width="100%">
+            <f:verbatim>
+              <span>One</span>
+              <span>Two</span>
+              <span>Three</span>
+            </f:verbatim>
+          </trh:rowLayout>
+          <jsp:directive.include file="../editor.jspf"/>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/tableLayout.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/tableLayout.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/tableLayout.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/html/tableLayout.jspx Thu Feb 21 01:07:34 2008
@@ -19,41 +19,43 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="TableLayout Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator />
-            </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                  action="guide"/> 
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>A tableLayout&lt;/b>"/>
-            <trh:tableLayout width="100%" binding="#{editor.component}" >
-              <trh:rowLayout>
-                <f:verbatim>
-                  <span>One</span>
-                  <span>Two</span>
-                  <span>Three</span>
-                </f:verbatim>
-              </trh:rowLayout>
-              <trh:rowLayout>
-                <f:verbatim>
-                  <span>Four</span>
-                  <span>Five</span>
-                  <span>Six</span>
-                </f:verbatim>
-              </trh:rowLayout>
-            </trh:tableLayout>
-            
-            <jsp:directive.include file="../editor.jspf" />
+    <tr:document title="TableLayout Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/trh_tableLayout.html"
+                       text="Tag Documentation"/>
           </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>tableLayout&lt;/b>"/>
+          <trh:tableLayout width="100%" binding="#{editor.component}">
+            <trh:rowLayout>
+              <f:verbatim>
+                <span>One</span>
+                <span>Two</span>
+                <span>Three</span>
+              </f:verbatim>
+            </trh:rowLayout>
+            <trh:rowLayout>
+              <f:verbatim>
+                <span>Four</span>
+                <span>Five</span>
+                <span>Six</span>
+              </f:verbatim>
+            </trh:rowLayout>
+          </trh:tableLayout>
+          <jsp:directive.include file="../editor.jspf"/>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/icon.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/icon.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/icon.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/icon.jspx Thu Feb 21 01:07:34 2008
@@ -19,25 +19,28 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
-          xmlns:trh="http://myfaces.apache.org/trinidad/html" 
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:trh="http://myfaces.apache.org/trinidad/html"
+          xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="Icon Demo">
-     <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator />
-            </f:facet>   
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>    
-            <tr:icon binding="#{editor.component}" name="required"/>
-    
-            <jsp:directive.include file="editor.jspf" />
+    <tr:document title="Icon Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_icon.html"
+                       text="Tag Documentation"/>
           </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>icon&lt;/b>"/>
+          <tr:icon binding="#{editor.component}" name="required"/>
+          <jsp:directive.include file="editor.jspf"/>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/image.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/image.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/image.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/image.jspx Thu Feb 21 01:07:34 2008
@@ -19,36 +19,43 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:h="http://java.sun.com/jsf/html"
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
           xmlns:trh="http://myfaces.apache.org/trinidad/html"
           xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="Image Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator />
-            </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>objectImage with context-relative URL&lt;/b>"/>
-            <tr:commandLink immediate="true" action="guide">
-              <tr:image binding="#{editor.component}" source="/adf/images/error.gif" shortDesc="error"/>
-            </tr:commandLink>
-
-            <jsp:directive.include file="editor.jspf" />
-
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>objectImage with server-relative URL&lt;/b>"/>
-            <tr:goLink destination="http://www.apache.org">
-              <!-- Use long EL chain to avoid hardcoding the context path;  of course, once you're doing this, you might as well just use the context-relative URL form above, but this does test out the feature... -->
-              <tr:image source="/#{facesContext.externalContext.request.contextPath}/adf/images/error.gif" shortDesc="error"/>
-            </tr:goLink>
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>objectImage with absolute URL&lt;/b>"/>
-            <tr:image source="http://homepage.mac.com/awiner/.Pictures/WindyHill/PaleSwallowtail.jpg" shortDesc="Pale Swallow Tail"/>
+    <tr:document title="Image Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_image.html"
+                       text="Tag Documentation"/>
           </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>image with context-relative URL&lt;/b>"/>
+          <tr:commandLink immediate="true" action="guide">
+            <tr:image binding="#{editor.component}" source="/adf/images/error.gif"
+                      shortDesc="error"/>
+          </tr:commandLink>
+          <jsp:directive.include file="editor.jspf"/>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>image with server-relative URL&lt;/b>"/>
+          <tr:goLink destination="http://www.apache.org">
+            <!-- Use long EL chain to avoid hardcoding the context path;  of course, once you're doing this, you might as well just use the context-relative URL form above, but this does test out the feature... -->
+            <tr:image source="/#{facesContext.externalContext.request.contextPath}/adf/images/error.gif"
+                      shortDesc="error"/>
+          </tr:goLink>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>image with absolute URL&lt;/b>"/>
+          <tr:image source="http://homepage.mac.com/awiner/.Pictures/WindyHill/PaleSwallowtail.jpg"
+                    shortDesc="Pale Swallow Tail"/>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/inputColor.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/inputColor.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/inputColor.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/inputColor.jspx Thu Feb 21 01:07:34 2008
@@ -19,42 +19,44 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
- <tr:document title="InputColor Demo">
-        <tr:form>
-          <tr:panelGroupLayout layout="vertical">
-            <f:facet name="separator">
-              <tr:separator/>
-            </f:facet>
-            <tr:commandLink immediate="true" text="Component Guide"
-              action="guide"/>       
-
-            <tr:commandButton text="Submit"/>           
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>A inputColor using inline chooseColor - Update its properties from the table below&lt;/b>"/>
-            <tr:inputColor id="sic1" chooseId="cp1"
-              binding="#{editor.component}"
-              label="Enter or select color from palette below"
-              value="#{color.colorValue2}">
-              <f:facet name="help">
-                <tr:outputText value="Use format (#RRGGBB) or (r,g,b)"/>
-              </f:facet>
-            </tr:inputColor>
-            <tr:chooseColor id="cp1" 
-              colorData="#{requestContext.colorPalette.default49}"/>
-            <jsp:directive.include file="editor.jspf" />          
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>A inputColor&lt;/b>"/>
-            <tr:inputColor id="sic3"
-              label="Enter or select color" value="#{color.colorValue3}" > 
-              <f:facet name="help">
-                <tr:outputText value="Use format (#RRGGBB) or (r,g,b)"/>
-              </f:facet>
-            </tr:inputColor>
-
+    <tr:document title="InputColor Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <f:facet name="separator">
+            <tr:separator/>
+          </f:facet>
+          <tr:panelGroupLayout layout="horizontal">
+            <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_inputColor.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#inputColor"
+                       text="Skinning Key Documentation"/>
           </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>inputColor using inline chooseColor - Update its properties from the table below&lt;/b>"/>
+          <tr:inputColor id="sic1" chooseId="cp1" binding="#{editor.component}"
+                         label="Enter or select color from palette below"
+                         value="#{color.colorValue2}">
+            <f:facet name="help">
+              <tr:outputText value="Use format (#RRGGBB) or (r,g,b)"/>
+            </f:facet>
+          </tr:inputColor>
+          <tr:chooseColor id="cp1" colorData="#{requestContext.colorPalette.default49}"/>
+          <jsp:directive.include file="editor.jspf"/>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>inputColor&lt;/b>"/>
+          <tr:inputColor id="sic3" label="Enter or select color" value="#{color.colorValue3}">
+            <f:facet name="help">
+              <tr:outputText value="Use format (#RRGGBB) or (r,g,b)"/>
+            </f:facet>
+          </tr:inputColor>
+          <tr:commandButton text="Submit"/>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/inputDate.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/inputDate.jspx?rev=629724&r1=629723&r2=629724&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/inputDate.jspx (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/src/main/webapp/components/inputDate.jspx Thu Feb 21 01:07:34 2008
@@ -19,83 +19,72 @@
 	   
 -->
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          xmlns:tr="http://myfaces.apache.org/trinidad" >
+          xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad">
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
-     <tr:document title="InputDate Demo">
-        <tr:form>
-          <tr:commandLink immediate="true" text="Component Guide"
-                action="guide"/>   
-          <tr:separator/>
-          <tr:panelPage>
-            <tr:messages/>
-           <tr:panelHeader text="InputDate Demo">
-            <tr:panelGroupLayout layout="vertical">
-              <f:facet name="separator">
-                <tr:separator/>
-              </f:facet>            
-              <tr:outputFormatted styleUsage="instruction"
-                                 value="&lt;b>A basic inputDate, no converter &lt;/b>"/>
-              <tr:inputDate binding="#{editor.component}" id="mdf1" value="#{date.date1}"
-                                    label="no converter"/>
-            
-              <jsp:directive.include file="editor.jspf" />
-    
-              <tr:outputFormatted styleUsage="instruction"
-                                 value="&lt;b>A inputDate with a converter attached that has dateStyle set to 'long' &lt;/b>"/>
-              <tr:inputDate id="mdf2" value="#{date.date2}"
-                                    label="has converter">
-                <f:convertDateTime dateStyle="long"/>
-              </tr:inputDate>
-              <tr:outputFormatted styleUsage="instruction"
-                                 value="&lt;b>A inputDate with a validator that sets a maximum date&lt;/b>"/>
-              <tr:inputDate id="mdf3" value="#{date.date3}"
-                                    label="max validator">
-                <tr:validateDateTimeRange maximum="#{date.maxDate}"/>
-              </tr:inputDate>
-              <tr:outputFormatted styleUsage="instruction"
-                                 value="&lt;b>A inputDate with a validator that sets a minimum date&lt;/b>"/>
-              <tr:inputDate id="mdf4" value="#{date.date4}"
-                                    label="min validator" >
-                <tr:validateDateTimeRange minimum="#{date.minDate}"/>
-              </tr:inputDate>
-              
-              <tr:outputFormatted styleUsage="instruction"
-                 value="&lt;b>A inputDate with a converter attached 
-                  that has pattern as 'yyyy/M/d' and secondary pattern as 'd/M/yyyy' &lt;/b>"/> 
-              <tr:inputDate id="mdf5" value="2004/09/06"
-                                    label="attached converter">
-                <tr:convertDateTime secondaryPattern="d/M/yyyy" pattern="yyyy/M/d" />
-              </tr:inputDate>              
-
-              <tr:outputFormatted styleUsage="instruction"
-                 value="&lt;b>A inputDate with a converter attached from fr_FR locale (has 2-digit display for hours)&lt;/b>"/> 
-              <tr:inputDate id="mdf6" value="#{date.date5}"
-                                    label="attached converter with locale fr_FR">
-                <tr:convertDateTime locale="fr_FR" type="both" dateStyle="full"/>
-                </tr:inputDate>              
-
-              <tr:outputFormatted styleUsage="instruction"
-                 value="&lt;b>A inputDate with a converter attached from fr_BE locale (has 1-digit display for hours)&lt;/b>"/> 
-              <tr:inputDate id="mdf7" value="#{date.date5}"
-                                    label="attached converter with locale fr_BE">
-                <tr:convertDateTime locale="fr_BE" type="both" dateStyle="full"/>
-                </tr:inputDate>              
-
-              <tr:outputFormatted styleUsage="instruction"
-                 value="&lt;b>A inputDate with a converter attached from ja locale&lt;/b>"/> 
-              <tr:inputDate id="mdf8" value="#{date.date5}"
-                                    label="attached converter with locale ja">
-                <tr:convertDateTime locale="ja" type="date" dateStyle="full"/>
-                </tr:inputDate>              
-
-              
+    <tr:document title="InputDate Demo">
+      <tr:form>
+        <tr:panelPage>
+          <tr:messages/>
+          <tr:panelGroupLayout layout="vertical">
+            <f:facet name="separator">
+              <tr:separator/>
+            </f:facet>
+            <tr:panelGroupLayout layout="horizontal">
+              <tr:commandLink immediate="true" text="Component Guide" action="guide"/>
+              <tr:spacer width="10"/>
+              <tr:goLink destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_inputDate.html"
+                         text="Tag Documentation"/>
+              <tr:spacer width="10"/>
+              <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#inputDate"
+                         text="Skinning Key Documentation"/>
             </tr:panelGroupLayout>
-           </tr:panelHeader>
-           <tr:commandButton text="Submit"/>
-          </tr:panelPage>
-        </tr:form>
- </tr:document>
+            <tr:outputFormatted styleUsage="instruction"
+                                value="&lt;b>A basic inputDate, no converter &lt;/b>"/>
+            <tr:inputDate binding="#{editor.component}" id="mdf1" value="#{date.date1}"
+                          label="no converter"/>
+            <jsp:directive.include file="editor.jspf"/>
+            <tr:outputFormatted styleUsage="instruction"
+                                value="&lt;b>A inputDate with a converter attached that has dateStyle set to 'long' &lt;/b>"/>
+            <tr:inputDate id="mdf2" value="#{date.date2}" label="has converter">
+              <f:convertDateTime dateStyle="long"/>
+            </tr:inputDate>
+            <tr:outputFormatted styleUsage="instruction"
+                                value="&lt;b>A inputDate with a validator that sets a maximum date&lt;/b>"/>
+            <tr:inputDate id="mdf3" value="#{date.date3}" label="max validator">
+              <tr:validateDateTimeRange maximum="#{date.maxDate}"/>
+            </tr:inputDate>
+            <tr:outputFormatted styleUsage="instruction"
+                                value="&lt;b>A inputDate with a validator that sets a minimum date&lt;/b>"/>
+            <tr:inputDate id="mdf4" value="#{date.date4}" label="min validator">
+              <tr:validateDateTimeRange minimum="#{date.minDate}"/>
+            </tr:inputDate>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>A inputDate with a converter attached 
+                  that has pattern as 'yyyy/M/d' and secondary pattern as 'd/M/yyyy' &lt;/b>"/>
+            <tr:inputDate id="mdf5" value="2004/09/06" label="attached converter">
+              <tr:convertDateTime secondaryPattern="d/M/yyyy" pattern="yyyy/M/d"/>
+            </tr:inputDate>
+            <tr:outputFormatted styleUsage="instruction"
+                                value="&lt;b>A inputDate with a converter attached from fr_FR locale (has 2-digit display for hours)&lt;/b>"/>
+            <tr:inputDate id="mdf6" value="#{date.date5}"
+                          label="attached converter with locale fr_FR">
+              <tr:convertDateTime locale="fr_FR" type="both" dateStyle="full"/>
+            </tr:inputDate>
+            <tr:outputFormatted styleUsage="instruction"
+                                value="&lt;b>A inputDate with a converter attached from fr_BE locale (has 1-digit display for hours)&lt;/b>"/>
+            <tr:inputDate id="mdf7" value="#{date.date5}"
+                          label="attached converter with locale fr_BE">
+              <tr:convertDateTime locale="fr_BE" type="both" dateStyle="full"/>
+            </tr:inputDate>
+            <tr:outputFormatted styleUsage="instruction"
+                                value="&lt;b>A inputDate with a converter attached from ja locale&lt;/b>"/>
+            <tr:inputDate id="mdf8" value="#{date.date5}" label="attached converter with locale ja">
+              <tr:convertDateTime locale="ja" type="date" dateStyle="full"/>
+            </tr:inputDate>
+          </tr:panelGroupLayout>
+          <tr:commandButton text="Submit"/>
+        </tr:panelPage>
+      </tr:form>
+    </tr:document>
   </f:view>
 </jsp:root>