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 2010/11/10 09:14:02 UTC

svn commit: r1033391 [21/35] - in /myfaces/trinidad/trunk: scripts/ trinidad-examples/trinidad-blank/src/main/webapp/ trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/ trinidad-examples/trinidad-co...

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/page_process_include.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/page_process_include.jspx?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/page_process_include.jspx (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/page_process_include.jspx Wed Nov 10 08:13:47 2010
@@ -1,101 +1,101 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  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:tr="http://myfaces.apache.org/trinidad">
-  <jsp:directive.page contentType="text/html;charset=utf-8"/>
-  <f:view>
-    <tr:document title="Page Hierarchy Demo">
-      <tr:form>
-        <tr:panelGroupLayout layout="vertical">
-          <tr:commandLink immediate="true" text="Component Guide"
-                          action="guide"/>
-          <tr:separator/>
-          <tr:page var="foo" value="#{menuModel.model}">
-            <f:facet name="nodeStamp">
-              <tr:commandNavigationItem
-                text="#{foo.label}" action="#{foo.getOutcome}"
-                icon="#{foo.ico}"/>
-            </f:facet>
-            <f:facet name="location">
-               <tr:train var="foo" value="#{processPageMenuModel}">
-                 <f:facet name="nodeStamp">
-                   <tr:commandNavigationItem
-                     text="#{foo.label}"
-                     action="#{foo.getOutcome}"
-                     immediate="#{processPageMenuModel.immediate}"
-                     disabled="#{processPageMenuModel.readOnly}"
-                     visited="#{processTrainMenuModel.visited}"/>
-                 </f:facet>
-              </tr:train>    
-            </f:facet>   
-            <f:facet name="appAbout">
-              <tr:outputText value="appAbout facet"/>
-            </f:facet>
-            <f:facet name="appCopyright">
-              <tr:outputText value="appCopyright facet"/>
-            </f:facet>
-            <f:facet name="appPrivacy">
-              <tr:outputText value="appPrivacy facet"/>
-            </f:facet>
-            <f:facet name="branding">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="branding facet"/>
-            </f:facet>
-            <f:facet name="infoFootnote">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="infoFootnote facet"/>
-            </f:facet>
-            <f:facet name="infoReturn">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="infoReturn facet"/>
-            </f:facet>
-            <f:facet name="infoStatus">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="infoStatus facet"/>
-            </f:facet>
-            <f:facet name="infoUser">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="infoUser facet"/>
-            </f:facet>
-            <f:facet name="search">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="search facet"/>
-            </f:facet>
-            <tr:panelHeader text="Title attribute">
-              <tr:outputFormatted styleUsage="instruction"
-                                  value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'page'&lt;/b> component."/>
-              <jsp:include page="/components/pageContent_include.jspx"/>
-            </tr:panelHeader>
-            <tr:processChoiceBar var="foo" shortDesc="Select step" value="#{processPageMenuModel}">
-              <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}"
-                                    action="#{foo.getOutcome}"
-                                    immediate="#{processPageMenuModel.immediate}"
-                                    disabled="#{processPageMenuModel.readOnly}"/>
-              </f:facet>
-            </tr:processChoiceBar>
-          </tr:page>
-        </tr:panelGroupLayout>
-      </tr:form>
-    </tr:document>
-  </f:view>
-</jsp:root>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  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:tr="http://myfaces.apache.org/trinidad">
+  <jsp:directive.page contentType="text/html;charset=utf-8"/>
+  <f:view>
+    <tr:document title="Page Hierarchy Demo">
+      <tr:form>
+        <tr:panelGroupLayout layout="vertical">
+          <tr:commandLink immediate="true" text="Component Guide"
+                          action="guide"/>
+          <tr:separator/>
+          <tr:page var="foo" value="#{menuModel.model}">
+            <f:facet name="nodeStamp">
+              <tr:commandNavigationItem
+                text="#{foo.label}" action="#{foo.getOutcome}"
+                icon="#{foo.ico}"/>
+            </f:facet>
+            <f:facet name="location">
+               <tr:train var="foo" value="#{processPageMenuModel}">
+                 <f:facet name="nodeStamp">
+                   <tr:commandNavigationItem
+                     text="#{foo.label}"
+                     action="#{foo.getOutcome}"
+                     immediate="#{processPageMenuModel.immediate}"
+                     disabled="#{processPageMenuModel.readOnly}"
+                     visited="#{processTrainMenuModel.visited}"/>
+                 </f:facet>
+              </tr:train>    
+            </f:facet>   
+            <f:facet name="appAbout">
+              <tr:outputText value="appAbout facet"/>
+            </f:facet>
+            <f:facet name="appCopyright">
+              <tr:outputText value="appCopyright facet"/>
+            </f:facet>
+            <f:facet name="appPrivacy">
+              <tr:outputText value="appPrivacy facet"/>
+            </f:facet>
+            <f:facet name="branding">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="branding facet"/>
+            </f:facet>
+            <f:facet name="infoFootnote">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="infoFootnote facet"/>
+            </f:facet>
+            <f:facet name="infoReturn">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="infoReturn facet"/>
+            </f:facet>
+            <f:facet name="infoStatus">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="infoStatus facet"/>
+            </f:facet>
+            <f:facet name="infoUser">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="infoUser facet"/>
+            </f:facet>
+            <f:facet name="search">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="search facet"/>
+            </f:facet>
+            <tr:panelHeader text="Title attribute">
+              <tr:outputFormatted styleUsage="instruction"
+                                  value="This group of demo pages uses one of 2 components to lay out the page, 'page' or 'panelPage'. This particular page uses the &lt;b>'page'&lt;/b> component."/>
+              <jsp:include page="/components/pageContent_include.jspx"/>
+            </tr:panelHeader>
+            <tr:processChoiceBar var="foo" shortDesc="Select step" value="#{processPageMenuModel}">
+              <f:facet name="nodeStamp">
+                <tr:commandNavigationItem text="#{foo.label}"
+                                    action="#{foo.getOutcome}"
+                                    immediate="#{processPageMenuModel.immediate}"
+                                    disabled="#{processPageMenuModel.readOnly}"/>
+              </f:facet>
+            </tr:processChoiceBar>
+          </tr:page>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/page_process_include.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelAccordion.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelAccordion.jspx?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelAccordion.jspx (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelAccordion.jspx Wed Nov 10 08:13:47 2010
@@ -1,162 +1,162 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  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="panelAccordion 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_panelAccordion.html"
-                       text="Tag Documentation"/>
-            <tr:spacer width="10"/>
-            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#panelAccordion"
-                       text="Skinning Key Documentation"/>
-          </tr:panelGroupLayout>
-          <tr:outputFormatted styleUsage="instruction"
-                              value="&lt;b>panelAccordion - takes default selection among showDetailItem children&lt;/b>"/>
-          <tr:panelAccordion discloseNone="true">
-            <tr:showDetailItem text="Panel 1" disclosureListener="#{toggle.onDisclosure}">
-              <tr:panelHeader text="Header 1">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 1-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                  <tr:inputText readOnly="true" styleClass="AFFieldTextMarker"
-                                value="You have expanded / collapsed panel 1 a total of #{toggle.totalCount} times"/>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Panel 2">
-              <tr:panelHeader text="Header 2">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 2-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Panel 3">
-              <tr:panelHeader text="Header 3">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 3-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Panel 4">
-              <tr:panelHeader text="Header 4">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 4-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-          </tr:panelAccordion>
-          <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="AFFieldTextMarker">
-              <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-            </tr:inputText>
-          </tr:panelFormLayout>
-          <tr:outputFormatted styleUsage="instruction"
-                              value="&lt;b>A standard panelAccordion component - Update its properties from the table below &lt;/b>"/>
-          <tr:panelAccordion binding="#{editor.component}" discloseNone="true">
-            <tr:showDetailItem text="Panel 1" id="detailItem1">
-              <tr:panelHeader text="Header 1">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 1-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Panel 2" id="detailItem2">
-              <tr:panelHeader text="Header 2">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 2-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Panel 3" id="detailItem3" disclosed="true">
-              <tr:panelHeader text="Header 3">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 3-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Panel 4" id="detailItem4" disabled="true"/>
-            <tr:showDetailItem text="Panel 5" id="detailItem5">
-              <tr:panelHeader text="Header 5">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 5-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-          </tr:panelAccordion>
-          <jsp:directive.include file="editor.jspf"/>
-        </tr:panelGroupLayout>
-      </tr:form>
-    </tr:document>
-  </f:view>
-</jsp:root>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  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="panelAccordion 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_panelAccordion.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#panelAccordion"
+                       text="Skinning Key Documentation"/>
+          </tr:panelGroupLayout>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>panelAccordion - takes default selection among showDetailItem children&lt;/b>"/>
+          <tr:panelAccordion discloseNone="true">
+            <tr:showDetailItem text="Panel 1" disclosureListener="#{toggle.onDisclosure}">
+              <tr:panelHeader text="Header 1">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 1-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                  <tr:inputText readOnly="true" styleClass="AFFieldTextMarker"
+                                value="You have expanded / collapsed panel 1 a total of #{toggle.totalCount} times"/>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Panel 2">
+              <tr:panelHeader text="Header 2">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 2-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Panel 3">
+              <tr:panelHeader text="Header 3">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 3-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Panel 4">
+              <tr:panelHeader text="Header 4">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 4-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+          </tr:panelAccordion>
+          <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="AFFieldTextMarker">
+              <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+            </tr:inputText>
+          </tr:panelFormLayout>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>A standard panelAccordion component - Update its properties from the table below &lt;/b>"/>
+          <tr:panelAccordion binding="#{editor.component}" discloseNone="true">
+            <tr:showDetailItem text="Panel 1" id="detailItem1">
+              <tr:panelHeader text="Header 1">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 1-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Panel 2" id="detailItem2">
+              <tr:panelHeader text="Header 2">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 2-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Panel 3" id="detailItem3" disclosed="true">
+              <tr:panelHeader text="Header 3">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 3-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Panel 4" id="detailItem4" disabled="true"/>
+            <tr:showDetailItem text="Panel 5" id="detailItem5">
+              <tr:panelHeader text="Header 5">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 5-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+          </tr:panelAccordion>
+          <jsp:directive.include file="editor.jspf"/>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelAccordion.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelAccordion_discloseMany.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelAccordion_discloseMany.jspx?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelAccordion_discloseMany.jspx (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelAccordion_discloseMany.jspx Wed Nov 10 08:13:47 2010
@@ -1,162 +1,162 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  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="panelAccordion 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_panelAccordion.html"
-                       text="Tag Documentation"/>
-            <tr:spacer width="10"/>
-            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#panelAccordion"
-                       text="Skinning Key Documentation"/>
-          </tr:panelGroupLayout>
-          <tr:outputFormatted styleUsage="instruction"
-                              value="&lt;b>panelAccordion with discloseMany - takes default selection among showDetailItem children&lt;/b>"/>
-          <tr:panelAccordion discloseMany="true" discloseNone="true">
-            <tr:showDetailItem text="Panel 1" disclosureListener="#{toggle.onDisclosure}">
-              <tr:panelHeader text="Header 1">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 1-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                  <tr:inputText readOnly="true" styleClass="AFFieldTextMarker"
-                                value="You have expanded / collapsed panel 1 a total of #{toggle.totalCount} times"/>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Panel 2">
-              <tr:panelHeader text="Header 2">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 2-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Panel 3">
-              <tr:panelHeader text="Header 3">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 3-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Panel 4">
-              <tr:panelHeader text="Header 4">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 4-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-          </tr:panelAccordion>
-          <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="AFFieldTextMarker">
-              <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-            </tr:inputText>
-          </tr:panelFormLayout>
-          <tr:outputFormatted styleUsage="instruction"
-                              value="&lt;b>A standard panelAccordion component - Update its properties from the table below &lt;/b>"/>
-          <tr:panelAccordion binding="#{editor.component}" discloseMany="true" discloseNone="true">
-            <tr:showDetailItem text="Panel 1" id="detailItem1">
-              <tr:panelHeader text="Header 1">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 1-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Panel 2" id="detailItem2">
-              <tr:panelHeader text="Header 2">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 2-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Panel 3" id="detailItem3" disclosed="true">
-              <tr:panelHeader text="Header 3">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 3-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Panel 4" id="detailItem4" disabled="true"/>
-            <tr:showDetailItem text="Panel 5" id="detailItem5">
-              <tr:panelHeader text="Header 5">
-                <tr:panelFormLayout>
-                  <tr:inputText readOnly="true" label="Label 5-1" value="Value"
-                                styleClass="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                </tr:panelFormLayout>
-              </tr:panelHeader>
-            </tr:showDetailItem>
-          </tr:panelAccordion>
-          <jsp:directive.include file="editor.jspf"/>
-        </tr:panelGroupLayout>
-      </tr:form>
-    </tr:document>
-  </f:view>
-</jsp:root>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  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="panelAccordion 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_panelAccordion.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#panelAccordion"
+                       text="Skinning Key Documentation"/>
+          </tr:panelGroupLayout>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>panelAccordion with discloseMany - takes default selection among showDetailItem children&lt;/b>"/>
+          <tr:panelAccordion discloseMany="true" discloseNone="true">
+            <tr:showDetailItem text="Panel 1" disclosureListener="#{toggle.onDisclosure}">
+              <tr:panelHeader text="Header 1">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 1-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                  <tr:inputText readOnly="true" styleClass="AFFieldTextMarker"
+                                value="You have expanded / collapsed panel 1 a total of #{toggle.totalCount} times"/>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Panel 2">
+              <tr:panelHeader text="Header 2">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 2-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Panel 3">
+              <tr:panelHeader text="Header 3">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 3-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Panel 4">
+              <tr:panelHeader text="Header 4">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 4-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+          </tr:panelAccordion>
+          <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="AFFieldTextMarker">
+              <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+            </tr:inputText>
+          </tr:panelFormLayout>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>A standard panelAccordion component - Update its properties from the table below &lt;/b>"/>
+          <tr:panelAccordion binding="#{editor.component}" discloseMany="true" discloseNone="true">
+            <tr:showDetailItem text="Panel 1" id="detailItem1">
+              <tr:panelHeader text="Header 1">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 1-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Panel 2" id="detailItem2">
+              <tr:panelHeader text="Header 2">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 2-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Panel 3" id="detailItem3" disclosed="true">
+              <tr:panelHeader text="Header 3">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 3-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Panel 4" id="detailItem4" disabled="true"/>
+            <tr:showDetailItem text="Panel 5" id="detailItem5">
+              <tr:panelHeader text="Header 5">
+                <tr:panelFormLayout>
+                  <tr:inputText readOnly="true" label="Label 5-1" value="Value"
+                                styleClass="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                </tr:panelFormLayout>
+              </tr:panelHeader>
+            </tr:showDetailItem>
+          </tr:panelAccordion>
+          <jsp:directive.include file="editor.jspf"/>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelAccordion_discloseMany.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelBox.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelBox.jspx?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelBox.jspx (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelBox.jspx Wed Nov 10 08:13:47 2010
@@ -1,57 +1,57 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  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: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_panelBox.html"
-                       text="Tag Documentation"/>
-            <tr:spacer width="10"/>
-            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#panelBox"
-                       text="Skinning Key Documentation"/>
-          </tr:panelGroupLayout>
-          <tr:outputFormatted styleUsage="instruction" value="&lt;b>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>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  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: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_panelBox.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#panelBox"
+                       text="Skinning Key Documentation"/>
+          </tr:panelGroupLayout>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>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: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelBox.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx Wed Nov 10 08:13:47 2010
@@ -1,54 +1,54 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  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: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_panelButtonBar.html"
-                         text="Tag Documentation"/>
-            </tr:panelGroupLayout>
-            <tr:outputFormatted styleUsage="instruction" value="&lt;b>panelButtonBar&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>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  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: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_panelButtonBar.html"
+                         text="Tag Documentation"/>
+            </tr:panelGroupLayout>
+            <tr:outputFormatted styleUsage="instruction" value="&lt;b>panelButtonBar&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: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelCaptionGroup.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelCaptionGroup.jspx?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelCaptionGroup.jspx (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelCaptionGroup.jspx Wed Nov 10 08:13:47 2010
@@ -1,69 +1,69 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  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="PanelCaptionGroup 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_panelCaptionGroup.html"
-                       text="Tag Documentation"/>
-            <tr:spacer width="10"/>
-            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#panelCaptionGroup"
-                       text="Skinning Key Documentation"/>
-          </tr:panelGroupLayout>
-          <tr:outputFormatted styleUsage="instruction" value="&lt;b>panelCaptionGroup&lt;/b>"/>
-          <tr:panelCaptionGroup binding="#{editor.component}" captionText="Caption">
-            <tr:panelFormLayout>
-              <tr:inputText label="Field A"/>
-              <tr:inputText label="Field B" columns="1"/>
-              <tr:inputText label="Field C"/>
-              <tr:selectOneChoice label="Suffix"/>
-            </tr:panelFormLayout>
-          </tr:panelCaptionGroup>
-          <jsp:directive.include file="editor.jspf"/>
-          <tr:outputFormatted styleUsage="instruction"
-                              value="&lt;b>panelCaptionGroup using facet&lt;/b>"/>
-          <tr:panelCaptionGroup>
-            <f:facet name="caption">
-              <tr:icon name="error" shortDesc="An icon as a caption"/>
-            </f:facet>
-            <tr:panelFormLayout>
-              <tr:inputText label="Field A"/>
-              <tr:inputText label="Field B" columns="1"/>
-              <tr:inputText label="Field C"/>
-              <tr:selectOneChoice label="Suffix"/>
-            </tr:panelFormLayout>
-          </tr:panelCaptionGroup>
-        </tr:panelGroupLayout>
-      </tr:form>
-    </tr:document>
-  </f:view>
-</jsp:root>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  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="PanelCaptionGroup 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_panelCaptionGroup.html"
+                       text="Tag Documentation"/>
+            <tr:spacer width="10"/>
+            <tr:goLink destination="http://myfaces.apache.org/trinidad/skin-selectors.html#panelCaptionGroup"
+                       text="Skinning Key Documentation"/>
+          </tr:panelGroupLayout>
+          <tr:outputFormatted styleUsage="instruction" value="&lt;b>panelCaptionGroup&lt;/b>"/>
+          <tr:panelCaptionGroup binding="#{editor.component}" captionText="Caption">
+            <tr:panelFormLayout>
+              <tr:inputText label="Field A"/>
+              <tr:inputText label="Field B" columns="1"/>
+              <tr:inputText label="Field C"/>
+              <tr:selectOneChoice label="Suffix"/>
+            </tr:panelFormLayout>
+          </tr:panelCaptionGroup>
+          <jsp:directive.include file="editor.jspf"/>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>panelCaptionGroup using facet&lt;/b>"/>
+          <tr:panelCaptionGroup>
+            <f:facet name="caption">
+              <tr:icon name="error" shortDesc="An icon as a caption"/>
+            </f:facet>
+            <tr:panelFormLayout>
+              <tr:inputText label="Field A"/>
+              <tr:inputText label="Field B" columns="1"/>
+              <tr:inputText label="Field C"/>
+              <tr:selectOneChoice label="Suffix"/>
+            </tr:panelFormLayout>
+          </tr:panelCaptionGroup>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelCaptionGroup.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelChoice.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelChoice.jspx?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelChoice.jspx (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/panelChoice.jspx Wed Nov 10 08:13:47 2010
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  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: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_panelChoice.html"
-                       text="Tag Documentation"/>
-          </tr:panelGroupLayout>
-          <tr:outputFormatted styleUsage="instruction"
-                              value="&lt;b>panelChoice - 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="AFFieldTextMarker"/>
-                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
-                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
-                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-                  </tr:inputText>
-                  <tr:inputText readOnly="true" styleClass="AFFieldTextMarker"
-                                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="AFFieldTextMarker">
-              <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
-            </tr:inputText>
-          </tr:panelFormLayout>
-        </tr:panelGroupLayout>
-      </tr:form>
-    </tr:document>
-  </f:view>
-</jsp:root>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  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: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_panelChoice.html"
+                       text="Tag Documentation"/>
+          </tr:panelGroupLayout>
+          <tr:outputFormatted styleUsage="instruction"
+                              value="&lt;b>panelChoice - 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="AFFieldTextMarker"/>
+                  <tr:inputText readOnly="true" label="Date/Time from last partial refresh"
+                                value="#{date.currentDate}" styleClass="AFFieldTextMarker">
+                    <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+                  </tr:inputText>
+                  <tr:inputText readOnly="true" styleClass="AFFieldTextMarker"
+                                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="AFFieldTextMarker">
+              <tr:convertDateTime pattern="EEEEEEEEE, ddMMMyyyy, HH:mm:ss z"/>
+            </tr:inputText>
+          </tr:panelFormLayout>
+        </tr:panelGroupLayout>
+      </tr:form>
+    </tr:document>
+  </f:view>
+</jsp:root>

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