You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2006/08/03 05:49:00 UTC

svn commit: r428248 [5/13] - in /incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp: ./ components/ components/html/ components/regions/ convertValidate/ demos/ demos/changeDemos/ demos/tableDemos/ email/ performance/ surveydemo/

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelBorderLayout.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelBorderLayout.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelBorderLayout.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelBorderLayout.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,85 +14,85 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
- <tr:document title="PanelBorder 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 panelBorder&lt;/b>"/>
-            <tr:panelBorderLayout binding="#{editor.component}"> 
-              <f:facet name="top" >
-                <f:verbatim>
-                  <table width="100%" >
-                    <tr>
-                      <td height="30pt" align="center"
-                          style="background-color:yellow;" >
-                        top
-                      </td>
-                    </tr>
-                  </table>
-                </f:verbatim>
-              </f:facet>
-              <f:facet name="left" >
-                <f:verbatim>
-                  <table width="100%" >
-                    <tr>
-                      <td height="100pt" align="center"
-                          style="background-color:pink;" >
-                        left
-                      </td>
-                    </tr>
-                  </table>
-                </f:verbatim>
-              </f:facet>
-              <f:facet name="right" >
-                <f:verbatim>
-                  <table width="100%" >
-                    <tr>
-                      <td height="100pt" align="center"
-                          style="background-color:pink;" >
-                        right
-                      </td>
-                    </tr>
-                  </table>
-                </f:verbatim>
-              </f:facet>
-              <f:facet name="bottom" >
-                <f:verbatim>
-                  <table width="100%" >
-                    <tr>
-                      <td height="30pt" align="center"
-                          style="background-color:yellow;" >
-                        bottom
-                      </td>
-                    </tr>
-                  </table>
-                </f:verbatim>
-              </f:facet>
-                <f:verbatim>
-                  <table width="100%" >
-                    <tr>
-                      <td height="30pt" align="center" >
-                        contents
-                      </td>
-                    </tr>
-                  </table>
-                </f:verbatim>
-            </tr:panelBorderLayout>
-            
-            <jsp:directive.include file="editor.jspf" />
-          </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
-  </f:view>
-</jsp:root>
+<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" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+ <tr:document title="PanelBorder 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 panelBorder&lt;/b>"/>
+            <tr:panelBorderLayout binding="#{editor.component}"> 
+              <f:facet name="top" >
+                <f:verbatim>
+                  <table width="100%" >
+                    <tr>
+                      <td height="30pt" align="center"
+                          style="background-color:yellow;" >
+                        top
+                      </td>
+                    </tr>
+                  </table>
+                </f:verbatim>
+              </f:facet>
+              <f:facet name="left" >
+                <f:verbatim>
+                  <table width="100%" >
+                    <tr>
+                      <td height="100pt" align="center"
+                          style="background-color:pink;" >
+                        left
+                      </td>
+                    </tr>
+                  </table>
+                </f:verbatim>
+              </f:facet>
+              <f:facet name="right" >
+                <f:verbatim>
+                  <table width="100%" >
+                    <tr>
+                      <td height="100pt" align="center"
+                          style="background-color:pink;" >
+                        right
+                      </td>
+                    </tr>
+                  </table>
+                </f:verbatim>
+              </f:facet>
+              <f:facet name="bottom" >
+                <f:verbatim>
+                  <table width="100%" >
+                    <tr>
+                      <td height="30pt" align="center"
+                          style="background-color:yellow;" >
+                        bottom
+                      </td>
+                    </tr>
+                  </table>
+                </f:verbatim>
+              </f:facet>
+                <f:verbatim>
+                  <table width="100%" >
+                    <tr>
+                      <td height="30pt" align="center" >
+                        contents
+                      </td>
+                    </tr>
+                  </table>
+                </f:verbatim>
+            </tr:panelBorderLayout>
+            
+            <jsp:directive.include file="editor.jspf" />
+          </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelBorderLayout.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelBox.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelBox.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelBox.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelBox.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,35 +14,35 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
- <tr:document title="PanelBox 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>Simple panelBox&lt;/b>"/>
-            <tr:panelBox binding="#{editor.component}" icon="/adf/images/info.gif" text="container header"> 
-              <tr:panelList> 
-                <tr:goLink text="item 1" destination="http://www.apache.org"/>
-                <tr:goLink text="item 2" destination="http://www.apache.org"/>
-                <tr:goLink text="item 3" destination="http://www.apache.org"/>
-                <tr:goLink text="item 4" destination="http://www.apache.org"/>
-              </tr:panelList>     
-            </tr:panelBox>
-            
-            <jsp:directive.include file="editor.jspf" />
-    
-          </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
-  </f:view>
-</jsp:root>
+<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" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+ <tr:document title="PanelBox 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>Simple panelBox&lt;/b>"/>
+            <tr:panelBox binding="#{editor.component}" icon="/adf/images/info.gif" text="container header"> 
+              <tr:panelList> 
+                <tr:goLink text="item 1" destination="http://www.apache.org"/>
+                <tr:goLink text="item 2" destination="http://www.apache.org"/>
+                <tr:goLink text="item 3" destination="http://www.apache.org"/>
+                <tr:goLink text="item 4" destination="http://www.apache.org"/>
+              </tr:panelList>     
+            </tr:panelBox>
+            
+            <jsp:directive.include file="editor.jspf" />
+    
+          </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelBox.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,37 +14,37 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
-    <trh:html>
-      <trh:head title="PanelButtonBar 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:outputFormatted styleUsage="instruction" value="&lt;b>panelButtonBar demo &lt;/b>"/>
-            <tr:panelButtonBar binding="#{editor.component}">
-              <tr:commandButton text="button 1" action="guide.table"/>
-              <tr:commandButton text="button 2" action="guide.tree"/>
-              <tr:singleStepButtonBar selectedStep="4" maxStep="5"  
-                                      previousAction="#{action.app1}"
-                                      nextAction="#{action.app2}"/>
-            </tr:panelButtonBar>
-            
-            <jsp:directive.include file="editor.jspf" />
-    
-          </tr:panelGroupLayout>
-        </tr:form>
-      </trh:body>
-    </trh:html>
-  </f:view>
-</jsp:root>
+<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" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+    <trh:html>
+      <trh:head title="PanelButtonBar 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:outputFormatted styleUsage="instruction" value="&lt;b>panelButtonBar demo &lt;/b>"/>
+            <tr:panelButtonBar binding="#{editor.component}">
+              <tr:commandButton text="button 1" action="guide.table"/>
+              <tr:commandButton text="button 2" action="guide.tree"/>
+              <tr:singleStepButtonBar selectedStep="4" maxStep="5"  
+                                      previousAction="#{action.app1}"
+                                      nextAction="#{action.app2}"/>
+            </tr:panelButtonBar>
+            
+            <jsp:directive.include file="editor.jspf" />
+    
+          </tr:panelGroupLayout>
+        </tr:form>
+      </trh:body>
+    </trh:html>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelChoice.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelChoice.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelChoice.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelChoice.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,99 +14,99 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
- <tr:document title="panelChoice 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 panelChoice component - takes default selection among showDetailItem children&lt;/b>"/>  
-
-                <tr:panelChoice binding="#{editor.component}" 
-                                  alignment="center" 
-                                  position="start" 
-                                  id="someId" 
-                                  label="Sales Data"
-                                  accessKey="S">
-
-                  <tr:showDetailItem id="showDetailItem2" 
-                                     text="Monthly Sales Distribution">
-                                     
-                    <tr:panelHeader  text="Monthly Sales Distribution">
-                      <tr:image source="images/monthlySalesDistribution.gif" 
-                                      inlineStyle="height:200px; width:300px;" 
-                                      id="monthlySalesImage"
-                                      shortDesc="Monthly sales distribution"/> 
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-
-                  <tr:showDetailItem id="showDetailItem3" 
-                                     text="Sales by Geography">
-                    <tr:panelHeader text="Sales by Geography">
-                         <tr:image source="images/salesByGeography.gif"              
-                                         shortDesc="Sales by Geography"
-                                         inlineStyle="height:200px; width:300px;" 
-                                         id="salesByGeographyImage"/> 
-                      
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-                  
-                  <tr:showDetailItem text="This page data" 
-                                     disclosureListener="#{toggle.onDisclosure}">
-                    <tr:panelHeader text="Page refresh status">
-                      <tr:panelFormLayout>
-                        <tr:inputText readOnly="true" 
-                                      label="Label 1-1" 
-                                      value="Value"
-                                      styleClass="AFDataText"/>
-                        <tr:inputText readOnly="true" 
-                                      label="Date/Time from last partial refresh" 
-                                      value="#{date.currentDate}"
-                                      styleClass="AFDataText">
-                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                        </tr:inputText>
-
-                        <tr:inputText readOnly="true"
-                                      styleClass="AFDataText"
-                                      value="You have shown/ hidden this page data option a total of #{toggle.totalCount} times"/>
-
-                      </tr:panelFormLayout>
-                    </tr:panelHeader>
-                  </tr:showDetailItem>
-
-                </tr:panelChoice>
-
-                <tr:outputFormatted styleUsage="instruction" 
-                                    value="&lt;b>A standard panelChoice component - Update its properties from the table below &lt;/b>"/>  
-                
-                <jsp:directive.include file="editor.jspf" />
-                
-                <tr:outputFormatted styleUsage="instruction" 
-                                    value="&lt;b>This block is to show the current date for reference - Note that this does not change until there is a full page refresh &lt;/b>"/>  
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" 
-                                label="Date/Time from last full page refresh" 
-                                value="#{date.currentDate}"
-                                styleClass="AFDataText">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-
-            </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
-  </f:view>
+<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" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+ <tr:document title="panelChoice 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 panelChoice component - takes default selection among showDetailItem children&lt;/b>"/>  
+
+                <tr:panelChoice binding="#{editor.component}" 
+                                  alignment="center" 
+                                  position="start" 
+                                  id="someId" 
+                                  label="Sales Data"
+                                  accessKey="S">
+
+                  <tr:showDetailItem id="showDetailItem2" 
+                                     text="Monthly Sales Distribution">
+                                     
+                    <tr:panelHeader  text="Monthly Sales Distribution">
+                      <tr:image source="images/monthlySalesDistribution.gif" 
+                                      inlineStyle="height:200px; width:300px;" 
+                                      id="monthlySalesImage"
+                                      shortDesc="Monthly sales distribution"/> 
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+
+                  <tr:showDetailItem id="showDetailItem3" 
+                                     text="Sales by Geography">
+                    <tr:panelHeader text="Sales by Geography">
+                         <tr:image source="images/salesByGeography.gif"              
+                                         shortDesc="Sales by Geography"
+                                         inlineStyle="height:200px; width:300px;" 
+                                         id="salesByGeographyImage"/> 
+                      
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+                  
+                  <tr:showDetailItem text="This page data" 
+                                     disclosureListener="#{toggle.onDisclosure}">
+                    <tr:panelHeader text="Page refresh status">
+                      <tr:panelFormLayout>
+                        <tr:inputText readOnly="true" 
+                                      label="Label 1-1" 
+                                      value="Value"
+                                      styleClass="AFDataText"/>
+                        <tr:inputText readOnly="true" 
+                                      label="Date/Time from last partial refresh" 
+                                      value="#{date.currentDate}"
+                                      styleClass="AFDataText">
+                          <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                        </tr:inputText>
+
+                        <tr:inputText readOnly="true"
+                                      styleClass="AFDataText"
+                                      value="You have shown/ hidden this page data option a total of #{toggle.totalCount} times"/>
+
+                      </tr:panelFormLayout>
+                    </tr:panelHeader>
+                  </tr:showDetailItem>
+
+                </tr:panelChoice>
+
+                <tr:outputFormatted styleUsage="instruction" 
+                                    value="&lt;b>A standard panelChoice component - Update its properties from the table below &lt;/b>"/>  
+                
+                <jsp:directive.include file="editor.jspf" />
+                
+                <tr:outputFormatted styleUsage="instruction" 
+                                    value="&lt;b>This block is to show the current date for reference - Note that this does not change until there is a full page refresh &lt;/b>"/>  
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" 
+                                label="Date/Time from last full page refresh" 
+                                value="#{date.currentDate}"
+                                styleClass="AFDataText">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+
+            </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
 </jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelChoice.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelFormLayout.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelFormLayout.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelFormLayout.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelFormLayout.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,97 +14,97 @@
   See the License for the specific language governing permissions and
   limitations 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:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
- <tr:document title="PanelFormLayout 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:outputText
-            value="This is a test case for the core panelFormLayout component."/>
-          <tr:panelFormLayout binding="#{editor.component}" rows="5"
-            labelWidth="33%" fieldWidth="67%">
-            <tr:inputText columns="5" label="label 1">
-              <f:facet name="help">
-                <tr:outputText value="Enter an integer."/>
-              </f:facet>
-            </tr:inputText>
-            <tr:group>
-              <tr:inputText columns="5" label="group item 1"/>
-              <tr:inputText columns="5" label="group item 2"/>
-              <tr:inputText columns="5" label="group item 3"/>
-            </tr:group>
-            <tr:inputDate id="df1" label="label 2"/>
-            <tr:panelLabelAndMessage rendered="true" label="label 3">
-              <tr:commandButton text="Submit"/>
-            </tr:panelLabelAndMessage>
-            <tr:selectManyListbox id="rs" label="label 4"
-              shortDesc="Select Option">
-              <tr:selectItem label="option 1"/>
-              <tr:selectItem label="option 2"/>
-              <tr:selectItem label="option 3"/>
-              <tr:selectItem label="option 4"/>
-            </tr:selectManyListbox>
-            <tr:panelLabelAndMessage label="label 5">
-              <f:facet name="help">
-                <tr:outputText value="tip 5"/>
-              </f:facet>
-              <tr:commandButton text="Hello World" partialSubmit="true"/>
-            </tr:panelLabelAndMessage>
-            <tr:inputText rows="2" label="label 6" secret="true"/>
-            <tr:selectBooleanRadio id="rb" group="rbGroup" shortDesc="Label 7"
-              label="label 7"/>
-            <tr:selectBooleanCheckbox shortDesc="label 8" label="label 8"/>
-            <tr:inputText styleClass="AFDataText" label="label 9" value="hi"
-              readOnly="true"/>
-            <tr:inputText styleClass="AFDataText" label="label 10"
-              value="hi again" readOnly="true"/>
-            <tr:panelLabelAndMessage label="label 11">
-              <tr:selectBooleanCheckbox shortDesc="option 1" label="option 1"/>
-              <tr:panelFormLayout>
-                <tr:inputText styleClass="AFDataText" label="sub item 1" value="hello"/>
-                <tr:inputText styleClass="AFDataText" label="sub item 2" value="world"/>
-                <tr:selectOneChoice label="sub item 3">
-                  <tr:selectItem label="coffee" value="bean"
-                    shortDesc="Coffee from Kona"/>
-                  <f:selectItem itemLabel="tea" itemValue="leaf"
-                    itemDescription="Tea from China"/>
-                  <tr:selectItem label="milk" value="moo" rendered="false"/>
-                  <f:selectItems value="#{demoInput.selectItems}"/>
-                </tr:selectOneChoice>
-              </tr:panelFormLayout>
-              <tr:selectBooleanCheckbox shortDesc="option 2" label="option 2"/>
-              <tr:selectBooleanCheckbox shortDesc="option 3" label="option 3"/>
-            </tr:panelLabelAndMessage>
-            <f:facet name="footer">
-              <tr:group>
-                <tr:inputText rows="2" label="footer item 1"/>
-                <tr:group>
-                  <tr:inputText columns="5" label="footer group item 1"/>
-                  <tr:inputText columns="5" label="footer group item 2"/>
-                  <tr:inputText columns="5" label="footer group item 3"/>
-                </tr:group>
-                <tr:panelHorizontalLayout>
-                  <f:facet name="separator">
-                    <tr:spacer width="10"/>
-                  </f:facet>
-                  <tr:commandButton text="Page 1" partialSubmit="true"/>
-                  <tr:commandButton text="Page 2" partialSubmit="true"/>
-                </tr:panelHorizontalLayout>
-              </tr:group>
-            </f:facet>
-          </tr:panelFormLayout>
-          <jsp:directive.include file="editor.jspf"/>
-        </tr:panelGroupLayout>
-      </tr:form>
-    </tr:document>
-  </f:view>
-</jsp:root>
+<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="PanelFormLayout 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:outputText
+            value="This is a test case for the core panelFormLayout component."/>
+          <tr:panelFormLayout binding="#{editor.component}" rows="5"
+            labelWidth="33%" fieldWidth="67%">
+            <tr:inputText columns="5" label="label 1">
+              <f:facet name="help">
+                <tr:outputText value="Enter an integer."/>
+              </f:facet>
+            </tr:inputText>
+            <tr:group>
+              <tr:inputText columns="5" label="group item 1"/>
+              <tr:inputText columns="5" label="group item 2"/>
+              <tr:inputText columns="5" label="group item 3"/>
+            </tr:group>
+            <tr:inputDate id="df1" label="label 2"/>
+            <tr:panelLabelAndMessage rendered="true" label="label 3">
+              <tr:commandButton text="Submit"/>
+            </tr:panelLabelAndMessage>
+            <tr:selectManyListbox id="rs" label="label 4"
+              shortDesc="Select Option">
+              <tr:selectItem label="option 1"/>
+              <tr:selectItem label="option 2"/>
+              <tr:selectItem label="option 3"/>
+              <tr:selectItem label="option 4"/>
+            </tr:selectManyListbox>
+            <tr:panelLabelAndMessage label="label 5">
+              <f:facet name="help">
+                <tr:outputText value="tip 5"/>
+              </f:facet>
+              <tr:commandButton text="Hello World" partialSubmit="true"/>
+            </tr:panelLabelAndMessage>
+            <tr:inputText rows="2" label="label 6" secret="true"/>
+            <tr:selectBooleanRadio id="rb" group="rbGroup" shortDesc="Label 7"
+              label="label 7"/>
+            <tr:selectBooleanCheckbox shortDesc="label 8" label="label 8"/>
+            <tr:inputText styleClass="AFDataText" label="label 9" value="hi"
+              readOnly="true"/>
+            <tr:inputText styleClass="AFDataText" label="label 10"
+              value="hi again" readOnly="true"/>
+            <tr:panelLabelAndMessage label="label 11">
+              <tr:selectBooleanCheckbox shortDesc="option 1" label="option 1"/>
+              <tr:panelFormLayout>
+                <tr:inputText styleClass="AFDataText" label="sub item 1" value="hello"/>
+                <tr:inputText styleClass="AFDataText" label="sub item 2" value="world"/>
+                <tr:selectOneChoice label="sub item 3">
+                  <tr:selectItem label="coffee" value="bean"
+                    shortDesc="Coffee from Kona"/>
+                  <f:selectItem itemLabel="tea" itemValue="leaf"
+                    itemDescription="Tea from China"/>
+                  <tr:selectItem label="milk" value="moo" rendered="false"/>
+                  <f:selectItems value="#{demoInput.selectItems}"/>
+                </tr:selectOneChoice>
+              </tr:panelFormLayout>
+              <tr:selectBooleanCheckbox shortDesc="option 2" label="option 2"/>
+              <tr:selectBooleanCheckbox shortDesc="option 3" label="option 3"/>
+            </tr:panelLabelAndMessage>
+            <f:facet name="footer">
+              <tr:group>
+                <tr:inputText rows="2" label="footer item 1"/>
+                <tr:group>
+                  <tr:inputText columns="5" label="footer group item 1"/>
+                  <tr:inputText columns="5" label="footer group item 2"/>
+                  <tr:inputText columns="5" label="footer group item 3"/>
+                </tr:group>
+                <tr:panelHorizontalLayout>
+                  <f:facet name="separator">
+                    <tr:spacer width="10"/>
+                  </f:facet>
+                  <tr:commandButton text="Page 1" partialSubmit="true"/>
+                  <tr:commandButton text="Page 2" partialSubmit="true"/>
+                </tr:panelHorizontalLayout>
+              </tr:group>
+            </f:facet>
+          </tr:panelFormLayout>
+          <jsp:directive.include file="editor.jspf"/>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelFormLayout.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelGroupLayout.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelGroupLayout.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelGroupLayout.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelGroupLayout.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,35 +14,35 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
- <tr:document title="PanelGroup 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>panelGroup&lt;/b>"/>
-            <tr:panelGroupLayout binding="#{editor.component}" layout="default">
-              <f:facet name="separator">
-                <f:verbatim>
-                  <span style="background-color:lightblue;">separator </span>
-                </f:verbatim>
-              </f:facet>
-              <tr:outputText value="One"/>
-              <tr:outputText value="Two"/>
-              <tr:outputText value="Three"/>
-            </tr:panelGroupLayout>
-            <jsp:directive.include file="editor.jspf"/>
-          </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
-  </f:view>
-</jsp:root>
+<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" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+ <tr:document title="PanelGroup 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>panelGroup&lt;/b>"/>
+            <tr:panelGroupLayout binding="#{editor.component}" layout="default">
+              <f:facet name="separator">
+                <f:verbatim>
+                  <span style="background-color:lightblue;">separator </span>
+                </f:verbatim>
+              </f:facet>
+              <tr:outputText value="One"/>
+              <tr:outputText value="Two"/>
+              <tr:outputText value="Three"/>
+            </tr:panelGroupLayout>
+            <jsp:directive.include file="editor.jspf"/>
+          </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelGroupLayout.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelHeader.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelHeader.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelHeader.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelHeader.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,33 +14,33 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
-    <trh:html>
-      <trh:head title="PanelHeader 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:outputFormatted styleUsage="instruction" value="&lt;b>Simple nested panelHeader &lt;/b>"/>
-            <tr:panelHeader text="panelHeader 1"  binding="#{editor.component}">
-              <tr:panelHeader text="panelHeader 2"/>          
-            </tr:panelHeader>
-            
-            <jsp:directive.include file="editor.jspf" />
-    
-          </tr:panelGroupLayout>
-        </tr:form>
-      </trh:body>
-    </trh:html>
-  </f:view>
-</jsp:root>
+<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" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+    <trh:html>
+      <trh:head title="PanelHeader 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:outputFormatted styleUsage="instruction" value="&lt;b>Simple nested panelHeader &lt;/b>"/>
+            <tr:panelHeader text="panelHeader 1"  binding="#{editor.component}">
+              <tr:panelHeader text="panelHeader 2"/>          
+            </tr:panelHeader>
+            
+            <jsp:directive.include file="editor.jspf" />
+    
+          </tr:panelGroupLayout>
+        </tr:form>
+      </trh:body>
+    </trh:html>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelHeader.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelHorizontalLayout.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelHorizontalLayout.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelHorizontalLayout.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelHorizontalLayout.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,53 +14,53 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
- <tr:document title="PanelHorizontal 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>panelHorizontal&lt;/b>"/>
-          <tr:panelHorizontalLayout valign="top" halign="end" binding="#{editor.component}" >
-            <f:facet name="separator">
-              <tr:outputText value="SEPARATOR"/>
-            </f:facet>
-            <tr:panelBox>
-              <tr:panelList >
-                <tr:outputText value="The start hello"/>
-                <tr:outputText value="hello"/>
-                <tr:outputText value="hello"/>
-                <tr:outputText value="hello"/>
-                <tr:outputText value="hello"/>
-                <tr:outputText value="hello"/>
-                <tr:outputText value="hello"/>
-                <tr:outputText value="hello"/>
-                <tr:outputText value="hello"/>
-                <tr:outputText value="hello"/>
-                <tr:outputText value="hello"/>
-                <tr:outputText value="hello"/>
-              </tr:panelList>
-            </tr:panelBox>
-            <tr:outputText value="The middle"/>
-            <tr:panelBox>
-                <tr:outputText value="The end goodbye"/>
-                <tr:outputText value="goodbye"/>
-                <tr:outputText value="goodbye"/>
-            </tr:panelBox>            
-          </tr:panelHorizontalLayout>
-          <jsp:directive.include file="editor.jspf"/>
-
-        </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
-  </f:view>
-</jsp:root>
+<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" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+ <tr:document title="PanelHorizontal 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>panelHorizontal&lt;/b>"/>
+          <tr:panelHorizontalLayout valign="top" halign="end" binding="#{editor.component}" >
+            <f:facet name="separator">
+              <tr:outputText value="SEPARATOR"/>
+            </f:facet>
+            <tr:panelBox>
+              <tr:panelList >
+                <tr:outputText value="The start hello"/>
+                <tr:outputText value="hello"/>
+                <tr:outputText value="hello"/>
+                <tr:outputText value="hello"/>
+                <tr:outputText value="hello"/>
+                <tr:outputText value="hello"/>
+                <tr:outputText value="hello"/>
+                <tr:outputText value="hello"/>
+                <tr:outputText value="hello"/>
+                <tr:outputText value="hello"/>
+                <tr:outputText value="hello"/>
+                <tr:outputText value="hello"/>
+              </tr:panelList>
+            </tr:panelBox>
+            <tr:outputText value="The middle"/>
+            <tr:panelBox>
+                <tr:outputText value="The end goodbye"/>
+                <tr:outputText value="goodbye"/>
+                <tr:outputText value="goodbye"/>
+            </tr:panelBox>            
+          </tr:panelHorizontalLayout>
+          <jsp:directive.include file="editor.jspf"/>
+
+        </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelHorizontalLayout.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelLabelAndMessage.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelLabelAndMessage.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelLabelAndMessage.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelLabelAndMessage.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,37 +14,37 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
-          xmlns:f="http://java.sun.com/jsf/core"
-          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="PanelLabelAndMessage 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:outputFormatted styleUsage="instruction" value="&lt;b>PanelLabelAndMessage&lt;/b>"/>
-            <tr:panelLabelAndMessage for="foo" label="Label"
-              labelStyle="vertical-align: top;" binding="#{editor.component}">
-              <f:facet name="end">
-                <tr:outputText value="End facet text"/>
-              </f:facet>
-              <f:facet name="help">
-                <tr:outputText value="Help facet text"/>
-              </f:facet>
-              <tr:inputText simple="true" id="foo"/>
-            </tr:panelLabelAndMessage>
-            <jsp:directive.include file="editor.jspf" />
-          </tr:panelGroupLayout>
-        </tr:form>
-      </trh:body>
-    </trh:html>
-  </f:view>
-</jsp:root>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+          xmlns:f="http://java.sun.com/jsf/core"
+          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="PanelLabelAndMessage 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:outputFormatted styleUsage="instruction" value="&lt;b>PanelLabelAndMessage&lt;/b>"/>
+            <tr:panelLabelAndMessage for="foo" label="Label"
+              labelStyle="vertical-align: top;" binding="#{editor.component}">
+              <f:facet name="end">
+                <tr:outputText value="End facet text"/>
+              </f:facet>
+              <f:facet name="help">
+                <tr:outputText value="Help facet text"/>
+              </f:facet>
+              <tr:inputText simple="true" id="foo"/>
+            </tr:panelLabelAndMessage>
+            <jsp:directive.include file="editor.jspf" />
+          </tr:panelGroupLayout>
+        </tr:form>
+      </trh:body>
+    </trh:html>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelLabelAndMessage.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelList.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelList.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelList.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelList.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,74 +14,74 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
- <tr:document title="PanelList 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 basic bulleted List &lt;/b>"/>        
-            <tr:panelList binding="#{editor.component}"> 
-              <tr:commandLink text="item 1" action="action.nothing" />
-              <tr:commandLink text="item 2" action="action.nothing" />
-              <tr:commandLink text="item 3" action="action.nothing" />
-              <tr:commandLink text="item 4" action="action.nothing" />
-            </tr:panelList>     
-            
-            <jsp:directive.include file="editor.jspf" />
-            
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>A bulleted List where rows is 2&lt;/b>"/>        
-            <tr:panelList rows="2"> 
-              <tr:commandLink text="item 1" action="action.nothing" />
-              <tr:commandLink text="item 2" action="action.nothing" />
-              <tr:commandLink text="item 3" action="action.nothing" />
-              <tr:commandLink text="item 4" action="action.nothing" />
-            </tr:panelList>
-            
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>A bulleted List where rows is 2 and maxColumns is 1&lt;/b>"/>        
-            <tr:panelList rows="2" maxColumns="1"> 
-              <tr:commandLink text="item 1" action="action.nothing" />
-              <tr:commandLink text="item 2" action="action.nothing" />
-              <tr:commandLink text="item 3" action="action.nothing" />
-              <tr:commandLink text="item 4" action="action.nothing" />
-            </tr:panelList>
-                      
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Nested bulleted List&lt;/b>" />
-            <tr:panelList rows="1" maxColumns="1">            
-                <tr:panelGroupLayout>
-                  <tr:commandLink text="item 1" action="action.nothing" />
-                  <tr:panelList rows="2" maxColumns="2"> 
-                    <tr:commandLink text="item 1.1" action="action.nothing" />
-                    <tr:commandLink text="item 1.2" action="action.nothing" />
-                  </tr:panelList>
-                </tr:panelGroupLayout>
-            </tr:panelList>
-            
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Another nested bulleted List&lt;/b>" />
-            <tr:panelList rows="1" maxColumns="1">            
-                <tr:panelGroupLayout>
-                  <tr:commandLink text="item 1" action="action.nothing" />
-                </tr:panelGroupLayout>
-                <tr:panelGroupLayout>
-                  <tr:commandLink text="item 2" action="action.nothing" />                
-                  <tr:panelList rows="2" maxColumns="2"> 
-                    <tr:commandLink text="item 2.1" action="action.nothing" />
-                    <tr:commandLink text="item 2.2" action="action.nothing" />
-                  </tr:panelList>
-                </tr:panelGroupLayout>
-            </tr:panelList>
-                              
-          </tr:panelGroupLayout>          
-        </tr:form>
- </tr:document>
-  </f:view>
-</jsp:root>
+<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" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+ <tr:document title="PanelList 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 basic bulleted List &lt;/b>"/>        
+            <tr:panelList binding="#{editor.component}"> 
+              <tr:commandLink text="item 1" action="action.nothing" />
+              <tr:commandLink text="item 2" action="action.nothing" />
+              <tr:commandLink text="item 3" action="action.nothing" />
+              <tr:commandLink text="item 4" action="action.nothing" />
+            </tr:panelList>     
+            
+            <jsp:directive.include file="editor.jspf" />
+            
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>A bulleted List where rows is 2&lt;/b>"/>        
+            <tr:panelList rows="2"> 
+              <tr:commandLink text="item 1" action="action.nothing" />
+              <tr:commandLink text="item 2" action="action.nothing" />
+              <tr:commandLink text="item 3" action="action.nothing" />
+              <tr:commandLink text="item 4" action="action.nothing" />
+            </tr:panelList>
+            
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>A bulleted List where rows is 2 and maxColumns is 1&lt;/b>"/>        
+            <tr:panelList rows="2" maxColumns="1"> 
+              <tr:commandLink text="item 1" action="action.nothing" />
+              <tr:commandLink text="item 2" action="action.nothing" />
+              <tr:commandLink text="item 3" action="action.nothing" />
+              <tr:commandLink text="item 4" action="action.nothing" />
+            </tr:panelList>
+                      
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Nested bulleted List&lt;/b>" />
+            <tr:panelList rows="1" maxColumns="1">            
+                <tr:panelGroupLayout>
+                  <tr:commandLink text="item 1" action="action.nothing" />
+                  <tr:panelList rows="2" maxColumns="2"> 
+                    <tr:commandLink text="item 1.1" action="action.nothing" />
+                    <tr:commandLink text="item 1.2" action="action.nothing" />
+                  </tr:panelList>
+                </tr:panelGroupLayout>
+            </tr:panelList>
+            
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>Another nested bulleted List&lt;/b>" />
+            <tr:panelList rows="1" maxColumns="1">            
+                <tr:panelGroupLayout>
+                  <tr:commandLink text="item 1" action="action.nothing" />
+                </tr:panelGroupLayout>
+                <tr:panelGroupLayout>
+                  <tr:commandLink text="item 2" action="action.nothing" />                
+                  <tr:panelList rows="2" maxColumns="2"> 
+                    <tr:commandLink text="item 2.1" action="action.nothing" />
+                    <tr:commandLink text="item 2.2" action="action.nothing" />
+                  </tr:panelList>
+                </tr:panelGroupLayout>
+            </tr:panelList>
+                              
+          </tr:panelGroupLayout>          
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelList.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPage.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPage.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPage.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPage.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,102 +14,102 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
- <tr:document title="PanelPage 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>basic panelPage &lt;/b>"/>
-            <tr:panelPage binding="#{editor.component}">
-              <f:facet name="navigation1">
-                <tr:menuTabs shortDesc="Select tab">
-                  <tr:commandNavigationItem text="tab 1" action="guide.menuTabs"/>
-                  <tr:commandNavigationItem text="tab 2" action="guide.menuTabs" 
-                                   selected="true" />
-                  <tr:commandNavigationItem text="tab 3" action="guide.menuTabs"/>
-                  <tr:commandNavigationItem text="tab 4" action="guide.menuTabs"/>
-                  <tr:commandNavigationItem text="tab 5" action="guide.menuTabs"/>
-                  <tr:commandNavigationItem text="tab 6" action="guide.menuTabs"
-                                   disabled="true" />
-                </tr:menuTabs>
-              </f:facet>
-              <f:facet name="navigation2">
-                <tr:menuBar>
-                  <tr:commandNavigationItem text="item 1" action="guide.menuBar" 
-                                   selected="true" />
-                  <tr:commandNavigationItem text="item 2" action="guide.menuBar"
-                                   disabled="true" />
-                  <tr:commandNavigationItem text="item 3" action="guide.menuBar"/>
-                  <tr:commandNavigationItem text="item 4" action="guide.menuBar"/>
-                </tr:menuBar>
-              </f:facet>
-              <f:facet name="navigation3">
-                <tr:menuList>
-                  <tr:commandNavigationItem text="item 1" action="guide.menuList" 
-                                   selected="true" />
-                  <tr:commandNavigationItem text="item 2" action="guide.menuList"
-                                   disabled="true" />
-                  <tr:commandNavigationItem text="item 3" action="guide.menuList"/>
-                  <tr:commandNavigationItem text="item 4" action="guide.menuList"/>
-                </tr:menuList>
-              </f:facet>
-              <f:facet name="navigationGlobal">
-                <tr:menuButtons>
-                  <tr:commandNavigationItem text="help"
-                                    icon="/components/images/globalhelp.gif"
-                                    action="guide.menuButtons"/>
-                  <tr:commandNavigationItem text="help more"
-                                    icon="/components/images/globalhelp.gif"
-                                    action="guide.menuButtons"/>
-                  <tr:commandNavigationItem text="Disabled"
-                                    icon="/components/images/globalhelp.gif"
-                                    action="guide.menuButtons" disabled="true"/>
-                  <tr:commandNavigationItem text="Disabled"
-                                    icon="/components/images/globalhelp.gif"
-                                    action="guide.menuButtons" disabled="true"/>                                   
-                </tr:menuButtons>
-              </f:facet>
-              <f:facet name="branding">
-                <tr:outputFormatted value="Customer &lt;b&gt;InContextBranding Company - Menlo Park&lt;/b&gt;"
-                                   styleUsage="inContextBranding"/>
-              </f:facet>
-              <f:facet name="location">
-                <tr:breadCrumbs>
-                  <tr:commandNavigationItem text="item 1" action="guide.breadCrumbs" />
-                  <tr:commandNavigationItem text="item 2" action="guide.breadCrumbs" />
-                  <tr:commandNavigationItem text="item 3" action="guide.breadCrumbs" />
-                  <tr:commandNavigationItem text="item 4" action="guide.breadCrumbs" />
-                </tr:breadCrumbs>
-              </f:facet>
-              <f:facet name="appCopyright">
-                <tr:outputText value="copyright facet"/>
-              </f:facet>
-              <f:facet name="appPrivacy">
-                <tr:commandLink text="privacy facet" action="action.none" />
-              </f:facet>
-              <f:facet name="appAbout">
-                <tr:commandLink text="about facet" action="action.none" />
-              </f:facet>
-              <tr:panelHeader text="Title">
-                <tr:outputText value="Content here" />
-              </tr:panelHeader>
-            </tr:panelPage>
-            
-            <jsp:directive.include file="editor.jspf" />
-    
-          </tr:panelGroupLayout>
-        </tr:form>
- </tr:document>
-  </f:view>
-</jsp:root>
+<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" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+ <tr:document title="PanelPage 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>basic panelPage &lt;/b>"/>
+            <tr:panelPage binding="#{editor.component}">
+              <f:facet name="navigation1">
+                <tr:menuTabs shortDesc="Select tab">
+                  <tr:commandNavigationItem text="tab 1" action="guide.menuTabs"/>
+                  <tr:commandNavigationItem text="tab 2" action="guide.menuTabs" 
+                                   selected="true" />
+                  <tr:commandNavigationItem text="tab 3" action="guide.menuTabs"/>
+                  <tr:commandNavigationItem text="tab 4" action="guide.menuTabs"/>
+                  <tr:commandNavigationItem text="tab 5" action="guide.menuTabs"/>
+                  <tr:commandNavigationItem text="tab 6" action="guide.menuTabs"
+                                   disabled="true" />
+                </tr:menuTabs>
+              </f:facet>
+              <f:facet name="navigation2">
+                <tr:menuBar>
+                  <tr:commandNavigationItem text="item 1" action="guide.menuBar" 
+                                   selected="true" />
+                  <tr:commandNavigationItem text="item 2" action="guide.menuBar"
+                                   disabled="true" />
+                  <tr:commandNavigationItem text="item 3" action="guide.menuBar"/>
+                  <tr:commandNavigationItem text="item 4" action="guide.menuBar"/>
+                </tr:menuBar>
+              </f:facet>
+              <f:facet name="navigation3">
+                <tr:menuList>
+                  <tr:commandNavigationItem text="item 1" action="guide.menuList" 
+                                   selected="true" />
+                  <tr:commandNavigationItem text="item 2" action="guide.menuList"
+                                   disabled="true" />
+                  <tr:commandNavigationItem text="item 3" action="guide.menuList"/>
+                  <tr:commandNavigationItem text="item 4" action="guide.menuList"/>
+                </tr:menuList>
+              </f:facet>
+              <f:facet name="navigationGlobal">
+                <tr:menuButtons>
+                  <tr:commandNavigationItem text="help"
+                                    icon="/components/images/globalhelp.gif"
+                                    action="guide.menuButtons"/>
+                  <tr:commandNavigationItem text="help more"
+                                    icon="/components/images/globalhelp.gif"
+                                    action="guide.menuButtons"/>
+                  <tr:commandNavigationItem text="Disabled"
+                                    icon="/components/images/globalhelp.gif"
+                                    action="guide.menuButtons" disabled="true"/>
+                  <tr:commandNavigationItem text="Disabled"
+                                    icon="/components/images/globalhelp.gif"
+                                    action="guide.menuButtons" disabled="true"/>                                   
+                </tr:menuButtons>
+              </f:facet>
+              <f:facet name="branding">
+                <tr:outputFormatted value="Customer &lt;b&gt;InContextBranding Company - Menlo Park&lt;/b&gt;"
+                                   styleUsage="inContextBranding"/>
+              </f:facet>
+              <f:facet name="location">
+                <tr:breadCrumbs>
+                  <tr:commandNavigationItem text="item 1" action="guide.breadCrumbs" />
+                  <tr:commandNavigationItem text="item 2" action="guide.breadCrumbs" />
+                  <tr:commandNavigationItem text="item 3" action="guide.breadCrumbs" />
+                  <tr:commandNavigationItem text="item 4" action="guide.breadCrumbs" />
+                </tr:breadCrumbs>
+              </f:facet>
+              <f:facet name="appCopyright">
+                <tr:outputText value="copyright facet"/>
+              </f:facet>
+              <f:facet name="appPrivacy">
+                <tr:commandLink text="privacy facet" action="action.none" />
+              </f:facet>
+              <f:facet name="appAbout">
+                <tr:commandLink text="about facet" action="action.none" />
+              </f:facet>
+              <tr:panelHeader text="Title">
+                <tr:outputText value="Content here" />
+              </tr:panelHeader>
+            </tr:panelPage>
+            
+            <jsp:directive.include file="editor.jspf" />
+    
+          </tr:panelGroupLayout>
+        </tr:form>
+ </tr:document>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPage.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPageHeader.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPageHeader.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPageHeader.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPageHeader.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,56 +14,56 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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" >
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
-    <trh:html>
-      <trh:head title="PanelPageHeader 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:outputFormatted styleUsage="instruction" value="&lt;b>panelPageHeader demo &lt;/b>"/>
-            <tr:panelPageHeader binding="#{editor.component}">                          
-              <f:facet name="branding">
-                <tr:panelGroupLayout>
-                  <tr:image source="/components/images/corporateBrand.gif"
-                             shortDesc="corporate"/>
-                  <tr:outputFormatted value="Customer &lt;b&gt;InContextBranding Company - Menlo Park&lt;/b&gt;"
-                                     styleUsage="inContextBranding"/>
-                </tr:panelGroupLayout>
-              </f:facet>
-              <f:facet name="navigationGlobal">
-                <tr:menuButtons>
-                  <tr:commandNavigationItem text="Help"
-                                    icon="/components/images/globalhelp.gif"
-                                    action="guide.commandGloablButton"/>
-                  <tr:commandNavigationItem text="Help 2"
-                                    icon="/components/images/globalhelp.gif"
-                                    action="guide.commandGloablButton"/>
-                </tr:menuButtons>
-              </f:facet>
-              <f:facet name="navigation2">
-                <tr:menuBar >
-                  <tr:commandNavigationItem text="item 1" action="guide.menuBar" 
-                                   selected="true" />
-                </tr:menuBar>
-              </f:facet>
-            </tr:panelPageHeader>
-            
-            <jsp:directive.include file="editor.jspf" />
-    
-          </tr:panelGroupLayout>
-        </tr:form>
-      </trh:body>
-    </trh:html>
-  </f:view>
-</jsp:root>
+<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" >
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+    <trh:html>
+      <trh:head title="PanelPageHeader 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:outputFormatted styleUsage="instruction" value="&lt;b>panelPageHeader demo &lt;/b>"/>
+            <tr:panelPageHeader binding="#{editor.component}">                          
+              <f:facet name="branding">
+                <tr:panelGroupLayout>
+                  <tr:image source="/components/images/corporateBrand.gif"
+                             shortDesc="corporate"/>
+                  <tr:outputFormatted value="Customer &lt;b&gt;InContextBranding Company - Menlo Park&lt;/b&gt;"
+                                     styleUsage="inContextBranding"/>
+                </tr:panelGroupLayout>
+              </f:facet>
+              <f:facet name="navigationGlobal">
+                <tr:menuButtons>
+                  <tr:commandNavigationItem text="Help"
+                                    icon="/components/images/globalhelp.gif"
+                                    action="guide.commandGloablButton"/>
+                  <tr:commandNavigationItem text="Help 2"
+                                    icon="/components/images/globalhelp.gif"
+                                    action="guide.commandGloablButton"/>
+                </tr:menuButtons>
+              </f:facet>
+              <f:facet name="navigation2">
+                <tr:menuBar >
+                  <tr:commandNavigationItem text="item 1" action="guide.menuBar" 
+                                   selected="true" />
+                </tr:menuBar>
+              </f:facet>
+            </tr:panelPageHeader>
+            
+            <jsp:directive.include file="editor.jspf" />
+    
+          </tr:panelGroupLayout>
+        </tr:form>
+      </trh:body>
+    </trh:html>
+  </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPageHeader.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPartialRoot.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPartialRoot.jspx?rev=428248&r1=428247&r2=428248&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPartialRoot.jspx (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPartialRoot.jspx Wed Aug  2 22:48:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
 <!--
   Copyright 2006 The Apache Software Foundation.
 
@@ -14,43 +14,43 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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">
- <jsp:directive.page contentType="text/html;charset=utf-8"/>
- <f:view>
-  <trh:html>
-   <trh:head title="panelPartialRoot Demo"/>
-   <tr:panelPartialRoot>
-    <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="The panelPartialRoot component simply sets the page up for partial page rendering without an &amp;lt;trh:body&amp;gt; or &amp;lt;tr:document&amp;gt;"/>
-      <trh:tableLayout width="80%">
-       <trh:rowLayout>
-        <tr:inputText autoSubmit="true"
-                      value="Change this text"
-                      label="Enter text here and tab out: "
-                      valueChangeListener="#{partialDemoUtil.valueChanged}"/>
-        <tr:panelLabelAndMessage label="You entered: ">
-         <tr:outputFormatted id="itTarget"
-                             styleUsage="instruction"
-                             binding="#{partialDemoUtil.textUpdate}"
-                             value="nothing yet"/>
-        </tr:panelLabelAndMessage>
-       </trh:rowLayout>
-      </trh:tableLayout>
-     </tr:panelGroupLayout>
-    </tr:form>
-   </tr:panelPartialRoot>
-  </trh:html>
- </f:view>
-</jsp:root>
+<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">
+ <jsp:directive.page contentType="text/html;charset=utf-8"/>
+ <f:view>
+  <trh:html>
+   <trh:head title="panelPartialRoot Demo"/>
+   <tr:panelPartialRoot>
+    <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="The panelPartialRoot component simply sets the page up for partial page rendering without an &amp;lt;trh:body&amp;gt; or &amp;lt;tr:document&amp;gt;"/>
+      <trh:tableLayout width="80%">
+       <trh:rowLayout>
+        <tr:inputText autoSubmit="true"
+                      value="Change this text"
+                      label="Enter text here and tab out: "
+                      valueChangeListener="#{partialDemoUtil.valueChanged}"/>
+        <tr:panelLabelAndMessage label="You entered: ">
+         <tr:outputFormatted id="itTarget"
+                             styleUsage="instruction"
+                             binding="#{partialDemoUtil.textUpdate}"
+                             value="nothing yet"/>
+        </tr:panelLabelAndMessage>
+       </trh:rowLayout>
+      </trh:tableLayout>
+     </tr:panelGroupLayout>
+    </tr:form>
+   </tr:panelPartialRoot>
+  </trh:html>
+ </f:view>
+</jsp:root>

Propchange: incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/panelPartialRoot.jspx
------------------------------------------------------------------------------
    svn:eol-style = native