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 [12/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-components-showcase/src/main/webapp/components/select/selectItem/selectItem.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/selectItem.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/selectItem.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/selectItem.xhtml Wed Nov 10 08:13:47 2010
@@ -1,45 +1,45 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="Installation Wizard"/>
-        <tr:spacer height="20px"/>
-        <tr:selectOneRadio label="Select the desired installation type: ">
-            <tr:selectItem label="Typical"/>
-            <tr:selectItem label="Complete"/>
-            <tr:selectItem label="Custom"/>
-        </tr:selectOneRadio>
-        <tr:spacer height="10px"/>
-        <tr:panelHorizontalLayout>
-            <tr:spacer width="5px"/>
-            <tr:commandButton text="&lt; Back" disabled="true"/>
-            <tr:spacer width="10px"/>
-            <tr:commandButton text="Next &gt;"/>
-            <tr:spacer width="25px"/>
-            <tr:commandButton text="Cancel"/>
-        </tr:panelHorizontalLayout>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="Installation Wizard"/>
+        <tr:spacer height="20px"/>
+        <tr:selectOneRadio label="Select the desired installation type: ">
+            <tr:selectItem label="Typical"/>
+            <tr:selectItem label="Complete"/>
+            <tr:selectItem label="Custom"/>
+        </tr:selectOneRadio>
+        <tr:spacer height="10px"/>
+        <tr:panelHorizontalLayout>
+            <tr:spacer width="5px"/>
+            <tr:commandButton text="&lt; Back" disabled="true"/>
+            <tr:spacer width="10px"/>
+            <tr:commandButton text="Next &gt;"/>
+            <tr:spacer width="25px"/>
+            <tr:commandButton text="Cancel"/>
+        </tr:panelHorizontalLayout>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/selectItem.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,28 +1,28 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-    The selectItem tag represents a single item that the user may select from a list, choice,
-    radio, or shuttle Trinidad control. It may be used in place of the JSF selectItem or selectItems tags, but is
-    very similar (largely not requiring &quot;item&quot; in front of its attributes).
-    
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad">
+
+    The selectItem tag represents a single item that the user may select from a list, choice,
+    radio, or shuttle Trinidad control. It may be used in place of the JSF selectItem or selectItems tags, but is
+    very similar (largely not requiring &quot;item&quot; in front of its attributes).
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxDetailed.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxDetailed.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxDetailed.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxDetailed.xhtml Wed Nov 10 08:13:47 2010
@@ -1,47 +1,47 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="Installation Wizard"/>
-        <tr:spacer height="15px"/>
-        <tr:selectManyCheckbox label="Select items to install:" simple="false">
-            <tr:selectItem label="Static Content" value="1"/>
-            <tr:selectItem label="Default Document" value="2"/>
-            <tr:selectItem label="Directory Browse" value="3"/>
-            <tr:selectItem label="Aplication Request Routing 1.0" value="4"/>
-            <tr:selectItem label="URL Rewrite 1.1" value="5"/>
-        </tr:selectManyCheckbox>
-        <tr:spacer height="10px"/>
-        <tr:panelHorizontalLayout>
-            <tr:spacer width="5px"/>
-            <tr:commandButton text="&lt; Back"/>
-            <tr:spacer width="10px"/>
-            <tr:commandButton text="Next &gt;"/>
-            <tr:spacer width="25px"/>
-            <tr:commandButton text="Cancel"/>
-        </tr:panelHorizontalLayout>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="Installation Wizard"/>
+        <tr:spacer height="15px"/>
+        <tr:selectManyCheckbox label="Select items to install:" simple="false">
+            <tr:selectItem label="Static Content" value="1"/>
+            <tr:selectItem label="Default Document" value="2"/>
+            <tr:selectItem label="Directory Browse" value="3"/>
+            <tr:selectItem label="Aplication Request Routing 1.0" value="4"/>
+            <tr:selectItem label="URL Rewrite 1.1" value="5"/>
+        </tr:selectManyCheckbox>
+        <tr:spacer height="10px"/>
+        <tr:panelHorizontalLayout>
+            <tr:spacer width="5px"/>
+            <tr:commandButton text="&lt; Back"/>
+            <tr:spacer width="10px"/>
+            <tr:commandButton text="Next &gt;"/>
+            <tr:spacer width="25px"/>
+            <tr:commandButton text="Cancel"/>
+        </tr:panelHorizontalLayout>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxDetailed.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxHorizontal.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxHorizontal.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxHorizontal.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxHorizontal.xhtml Wed Nov 10 08:13:47 2010
@@ -1,45 +1,45 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="Installation Wizard"/>
-        <tr:spacer height="15px"/>
-        <tr:selectManyCheckbox label="Select items to install:" layout="horizontal">
-            <tr:selectItem label="Static Content" value="1"/>
-            <tr:selectItem label="Default Document" value="2"/>
-            <tr:selectItem label="Directory Browse" value="3"/>
-        </tr:selectManyCheckbox>
-        <tr:spacer height="10px"/>
-        <tr:panelHorizontalLayout>
-            <tr:spacer width="5px"/>
-            <tr:commandButton text="&lt; Back"/>
-            <tr:spacer width="10px"/>
-            <tr:commandButton text="Next &gt;"/>
-            <tr:spacer width="25px"/>
-            <tr:commandButton text="Cancel"/>
-        </tr:panelHorizontalLayout>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="Installation Wizard"/>
+        <tr:spacer height="15px"/>
+        <tr:selectManyCheckbox label="Select items to install:" layout="horizontal">
+            <tr:selectItem label="Static Content" value="1"/>
+            <tr:selectItem label="Default Document" value="2"/>
+            <tr:selectItem label="Directory Browse" value="3"/>
+        </tr:selectManyCheckbox>
+        <tr:spacer height="10px"/>
+        <tr:panelHorizontalLayout>
+            <tr:spacer width="5px"/>
+            <tr:commandButton text="&lt; Back"/>
+            <tr:spacer width="10px"/>
+            <tr:commandButton text="Next &gt;"/>
+            <tr:spacer width="25px"/>
+            <tr:commandButton text="Cancel"/>
+        </tr:panelHorizontalLayout>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxHorizontal.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxSimple.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxSimple.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxSimple.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxSimple.xhtml Wed Nov 10 08:13:47 2010
@@ -1,47 +1,47 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="Installation Wizard"/>
-        <tr:spacer height="15px"/>
-        <tr:selectManyCheckbox label="Select items to install:" simple="true">
-            <tr:selectItem label="Static Content" value="1"/>
-            <tr:selectItem label="Default Document" value="2"/>
-            <tr:selectItem label="Directory Browse" value="3"/>
-            <tr:selectItem label="Aplication Request Routing 1.0" value="4"/>
-            <tr:selectItem label="URL Rewrite 1.1" value="5"/>
-        </tr:selectManyCheckbox>
-        <tr:spacer height="10px"/>
-        <tr:panelHorizontalLayout>
-            <tr:spacer width="5px"/>
-            <tr:commandButton text="&lt; Back"/>
-            <tr:spacer width="10px"/>
-            <tr:commandButton text="Next &gt;"/>
-            <tr:spacer width="25px"/>
-            <tr:commandButton text="Cancel"/>
-        </tr:panelHorizontalLayout>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="Installation Wizard"/>
+        <tr:spacer height="15px"/>
+        <tr:selectManyCheckbox label="Select items to install:" simple="true">
+            <tr:selectItem label="Static Content" value="1"/>
+            <tr:selectItem label="Default Document" value="2"/>
+            <tr:selectItem label="Directory Browse" value="3"/>
+            <tr:selectItem label="Aplication Request Routing 1.0" value="4"/>
+            <tr:selectItem label="URL Rewrite 1.1" value="5"/>
+        </tr:selectManyCheckbox>
+        <tr:spacer height="10px"/>
+        <tr:panelHorizontalLayout>
+            <tr:spacer width="5px"/>
+            <tr:commandButton text="&lt; Back"/>
+            <tr:spacer width="10px"/>
+            <tr:commandButton text="Next &gt;"/>
+            <tr:spacer width="25px"/>
+            <tr:commandButton text="Cancel"/>
+        </tr:panelHorizontalLayout>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxSimple.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,28 +1,28 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-    The selectManyCheckbox component creates a component which allows the user to select many
-    values from a series of checkboxes. It can contain any number of &lt;f:selectItem&gt;, &lt;f:selectItems&gt;, or
-    &lt;tr:selectItem&gt; components, each of which represents an available checkbox that the user may select.
-    
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad">
+
+    The selectManyCheckbox component creates a component which allows the user to select many
+    values from a series of checkboxes. It can contain any number of &lt;f:selectItem&gt;, &lt;f:selectItems&gt;, or
+    &lt;tr:selectItem&gt; components, each of which represents an available checkbox that the user may select.
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxDetailed.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxDetailed.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxDetailed.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxDetailed.xhtml Wed Nov 10 08:13:47 2010
@@ -1,42 +1,42 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:selectManyListbox label="Select one/more scuba diving item(s):" size="4"
-                              simple="false">
-            <tr:selectItem label="Buoyancy Compensators" value="1"/>
-            <tr:selectItem label="Dive Computers" value="2"/>
-            <tr:selectItem label="Scuba Fins" value="3"/>
-            <tr:selectItem label="Scuba Gauges" value="4"/>
-            <tr:selectItem label="Scuba Masks" value="5"/>
-            <tr:selectItem label="Scuba Octopuses" value="6"/>
-            <tr:selectItem label="Scuba Regulators" value="7"/>
-            <tr:selectItem label="Scuba Snorkels" value="8"/>
-            <tr:selectItem label="Scuba Tanks" value="9"/>
-            <tr:selectItem label="Scuba Weights and Belts" value="10"/>
-        </tr:selectManyListbox>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:selectManyListbox label="Select one/more scuba diving item(s):" size="4"
+                              simple="false">
+            <tr:selectItem label="Buoyancy Compensators" value="1"/>
+            <tr:selectItem label="Dive Computers" value="2"/>
+            <tr:selectItem label="Scuba Fins" value="3"/>
+            <tr:selectItem label="Scuba Gauges" value="4"/>
+            <tr:selectItem label="Scuba Masks" value="5"/>
+            <tr:selectItem label="Scuba Octopuses" value="6"/>
+            <tr:selectItem label="Scuba Regulators" value="7"/>
+            <tr:selectItem label="Scuba Snorkels" value="8"/>
+            <tr:selectItem label="Scuba Tanks" value="9"/>
+            <tr:selectItem label="Scuba Weights and Belts" value="10"/>
+        </tr:selectManyListbox>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxDetailed.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxSimple.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxSimple.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxSimple.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxSimple.xhtml Wed Nov 10 08:13:47 2010
@@ -1,42 +1,42 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:selectManyListbox label="Select one/more scuba diving item(s):" size="4"
-                              simple="true">
-            <tr:selectItem label="Buoyancy Compensators" value="1"/>
-            <tr:selectItem label="Dive Computers" value="2"/>
-            <tr:selectItem label="Scuba Fins" value="3"/>
-            <tr:selectItem label="Scuba Gauges" value="4"/>
-            <tr:selectItem label="Scuba Masks" value="5"/>
-            <tr:selectItem label="Scuba Octopuses" value="6"/>
-            <tr:selectItem label="Scuba Regulators" value="7"/>
-            <tr:selectItem label="Scuba Snorkels" value="8"/>
-            <tr:selectItem label="Scuba Tanks" value="9"/>
-            <tr:selectItem label="Scuba Weights and Belts" value="10"/>
-        </tr:selectManyListbox>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:selectManyListbox label="Select one/more scuba diving item(s):" size="4"
+                              simple="true">
+            <tr:selectItem label="Buoyancy Compensators" value="1"/>
+            <tr:selectItem label="Dive Computers" value="2"/>
+            <tr:selectItem label="Scuba Fins" value="3"/>
+            <tr:selectItem label="Scuba Gauges" value="4"/>
+            <tr:selectItem label="Scuba Masks" value="5"/>
+            <tr:selectItem label="Scuba Octopuses" value="6"/>
+            <tr:selectItem label="Scuba Regulators" value="7"/>
+            <tr:selectItem label="Scuba Snorkels" value="8"/>
+            <tr:selectItem label="Scuba Tanks" value="9"/>
+            <tr:selectItem label="Scuba Weights and Belts" value="10"/>
+        </tr:selectManyListbox>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxSimple.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,28 +1,28 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-    The UIXSelectManyListbox component creates a component which allows the user to select
-    many values from a list of items. It can contain any number of &lt;f:selectItem&gt;, &lt;f:selectItems&gt;, or
-    &lt;tr:selectItem&gt; components, each of which represents an available option that the user may select.
-    
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad">
+
+    The UIXSelectManyListbox component creates a component which allows the user to select
+    many values from a list of items. It can contain any number of &lt;f:selectItem&gt;, &lt;f:selectItems&gt;, or
+    &lt;tr:selectItem&gt; components, each of which represents an available option that the user may select.
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleHideDescription.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleShowDescription.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleShowDescription.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleShowDescription.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleShowDescription.xhtml Wed Nov 10 08:13:47 2010
@@ -1,42 +1,42 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelFormLayout>
-            <tr:outputText value="Add, to the shopping cart, the fishing items you want to buy:"/>
-            <tr:spacer height="15px"/>
-            <tr:selectManyShuttle leadingHeader="Available items:"
-                                  trailingHeader="Shopping cart:"
-                                  leadingDescShown="true">
-                <f:selectItem itemLabel="Reels" itemValue="1"/>
-                <f:selectItem itemLabel="Rods" itemValue="2"/>
-                <f:selectItem itemLabel="Lures" itemValue="3"/>
-                <f:selectItem itemLabel="Combos" itemValue="3"/>
-            </tr:selectManyShuttle>
-        </tr:panelFormLayout>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelFormLayout>
+            <tr:outputText value="Add, to the shopping cart, the fishing items you want to buy:"/>
+            <tr:spacer height="15px"/>
+            <tr:selectManyShuttle leadingHeader="Available items:"
+                                  trailingHeader="Shopping cart:"
+                                  leadingDescShown="true">
+                <f:selectItem itemLabel="Reels" itemValue="1"/>
+                <f:selectItem itemLabel="Rods" itemValue="2"/>
+                <f:selectItem itemLabel="Lures" itemValue="3"/>
+                <f:selectItem itemLabel="Combos" itemValue="3"/>
+            </tr:selectManyShuttle>
+        </tr:panelFormLayout>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleShowDescription.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,38 +1,38 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-    The selectManyShuttle component provides a mechanism for selecting multiple values from a
-    list of values by allowing the user to move items between two lists. The &quot;value&quot; attribute of the
-    selectManyShuttle, like any other selectMany component, must be a List or array of values that correspond to a
-    value of one of the contained SelectItems. If a value of one of the SelectItems is in the List or array, that
-    item will appear in the trailing list. Looked at another way, you can change a selectManyListbox directly into
-    a selectManyShuttle; instead of the &quot;value&quot; driving which items are selected in the listbox, it
-    affects which items appear in the trailing list of the shuttle. 
-
-    <tr:spacer height="12px"/>
-
-    <tr:outputText value="The selectManyShuttle does not allow for reordering; the selectOrderShuttle component
-        adds this functionality to selectManyShuttle. selectManyShuttle also does not include automatic messaging
-        support, unlike most other Trinidad messaging components.  "/>
-    
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad">
+
+    The selectManyShuttle component provides a mechanism for selecting multiple values from a
+    list of values by allowing the user to move items between two lists. The &quot;value&quot; attribute of the
+    selectManyShuttle, like any other selectMany component, must be a List or array of values that correspond to a
+    value of one of the contained SelectItems. If a value of one of the SelectItems is in the List or array, that
+    item will appear in the trailing list. Looked at another way, you can change a selectManyListbox directly into
+    a selectManyShuttle; instead of the &quot;value&quot; driving which items are selected in the listbox, it
+    affects which items appear in the trailing list of the shuttle. 
+
+    <tr:spacer height="12px"/>
+
+    <tr:outputText value="The selectManyShuttle does not allow for reordering; the selectOrderShuttle component
+        adds this functionality to selectManyShuttle. selectManyShuttle also does not include automatic messaging
+        support, unlike most other Trinidad messaging components.  "/>
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceDetailed.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceDetailed.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceDetailed.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceDetailed.xhtml Wed Nov 10 08:13:47 2010
@@ -1,57 +1,57 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="Installation Wizard"/>
-        <tr:spacer height="20px"/>
-        <tr:selectOneChoice label="Select your Country/Region: " simple="false">
-            <f:selectItem itemLabel="Austria"/>
-            <f:selectItem itemLabel="Belgium"/>
-            <f:selectItem itemLabel="Denmark"/>
-            <f:selectItem itemLabel="Finland"/>
-            <f:selectItem itemLabel="France"/>
-            <f:selectItem itemLabel="Germany"/>
-            <f:selectItem itemLabel="Italy"/>
-            <f:selectItem itemLabel="Luxembourg"/>
-            <f:selectItem itemLabel="Netherlands"/>
-            <f:selectItem itemLabel="Romania"/>
-            <f:selectItem itemLabel="Spain"/>
-            <f:selectItem itemLabel="Sweden"/>
-            <f:selectItem itemLabel="Switzerland"/>
-            <f:selectItem itemLabel="UK/Ireland"/>
-        </tr:selectOneChoice>
-        <tr:spacer height="20px"/>
-        <tr:panelHorizontalLayout>
-            <tr:spacer width="5px"/>
-            <tr:commandButton text="&lt; Back"/>
-            <tr:spacer width="10px"/>
-            <tr:commandButton text="Next &gt;"/>
-            <tr:spacer width="25px"/>
-            <tr:commandButton text="Cancel"/>
-        </tr:panelHorizontalLayout>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="Installation Wizard"/>
+        <tr:spacer height="20px"/>
+        <tr:selectOneChoice label="Select your Country/Region: " simple="false">
+            <f:selectItem itemLabel="Austria"/>
+            <f:selectItem itemLabel="Belgium"/>
+            <f:selectItem itemLabel="Denmark"/>
+            <f:selectItem itemLabel="Finland"/>
+            <f:selectItem itemLabel="France"/>
+            <f:selectItem itemLabel="Germany"/>
+            <f:selectItem itemLabel="Italy"/>
+            <f:selectItem itemLabel="Luxembourg"/>
+            <f:selectItem itemLabel="Netherlands"/>
+            <f:selectItem itemLabel="Romania"/>
+            <f:selectItem itemLabel="Spain"/>
+            <f:selectItem itemLabel="Sweden"/>
+            <f:selectItem itemLabel="Switzerland"/>
+            <f:selectItem itemLabel="UK/Ireland"/>
+        </tr:selectOneChoice>
+        <tr:spacer height="20px"/>
+        <tr:panelHorizontalLayout>
+            <tr:spacer width="5px"/>
+            <tr:commandButton text="&lt; Back"/>
+            <tr:spacer width="10px"/>
+            <tr:commandButton text="Next &gt;"/>
+            <tr:spacer width="25px"/>
+            <tr:commandButton text="Cancel"/>
+        </tr:panelHorizontalLayout>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceDetailed.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceSimple.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceSimple.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceSimple.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceSimple.xhtml Wed Nov 10 08:13:47 2010
@@ -1,57 +1,57 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="Installation Wizard"/>
-        <tr:spacer height="20px"/>
-        <tr:selectOneChoice label="Select your Country/Region: " simple="true">
-            <f:selectItem itemLabel="Austria"/>
-            <f:selectItem itemLabel="Belgium"/>
-            <f:selectItem itemLabel="Denmark"/>
-            <f:selectItem itemLabel="Finland"/>
-            <f:selectItem itemLabel="France"/>
-            <f:selectItem itemLabel="Germany"/>
-            <f:selectItem itemLabel="Italy"/>
-            <f:selectItem itemLabel="Luxembourg"/>
-            <f:selectItem itemLabel="Netherlands"/>
-            <f:selectItem itemLabel="Romania"/>
-            <f:selectItem itemLabel="Spain"/>
-            <f:selectItem itemLabel="Sweden"/>
-            <f:selectItem itemLabel="Switzerland"/>
-            <f:selectItem itemLabel="UK/Ireland"/>
-        </tr:selectOneChoice>
-        <tr:spacer height="20px"/>
-        <tr:panelHorizontalLayout>
-            <tr:spacer width="5px"/>
-            <tr:commandButton text="&lt; Back"/>
-            <tr:spacer width="10px"/>
-            <tr:commandButton text="Next &gt;"/>
-            <tr:spacer width="25px"/>
-            <tr:commandButton text="Cancel"/>
-        </tr:panelHorizontalLayout>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="Installation Wizard"/>
+        <tr:spacer height="20px"/>
+        <tr:selectOneChoice label="Select your Country/Region: " simple="true">
+            <f:selectItem itemLabel="Austria"/>
+            <f:selectItem itemLabel="Belgium"/>
+            <f:selectItem itemLabel="Denmark"/>
+            <f:selectItem itemLabel="Finland"/>
+            <f:selectItem itemLabel="France"/>
+            <f:selectItem itemLabel="Germany"/>
+            <f:selectItem itemLabel="Italy"/>
+            <f:selectItem itemLabel="Luxembourg"/>
+            <f:selectItem itemLabel="Netherlands"/>
+            <f:selectItem itemLabel="Romania"/>
+            <f:selectItem itemLabel="Spain"/>
+            <f:selectItem itemLabel="Sweden"/>
+            <f:selectItem itemLabel="Switzerland"/>
+            <f:selectItem itemLabel="UK/Ireland"/>
+        </tr:selectOneChoice>
+        <tr:spacer height="20px"/>
+        <tr:panelHorizontalLayout>
+            <tr:spacer width="5px"/>
+            <tr:commandButton text="&lt; Back"/>
+            <tr:spacer width="10px"/>
+            <tr:commandButton text="Next &gt;"/>
+            <tr:spacer width="25px"/>
+            <tr:commandButton text="Cancel"/>
+        </tr:panelHorizontalLayout>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceSimple.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,29 +1,29 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-    The selectOneChoice component creates a menu-style component, which allows the user to
-    select a single value from a list of items. The selectOneChoice component contains any number of
-    &lt;f:selectItem&gt;, &lt;f:selectItems&gt;, or &lt;tr:selectItem&gt; components, each of which represents an
-    available option that the user may select.
-    
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad">
+
+    The selectOneChoice component creates a menu-style component, which allows the user to
+    select a single value from a list of items. The selectOneChoice component contains any number of
+    &lt;f:selectItem&gt;, &lt;f:selectItems&gt;, or &lt;tr:selectItem&gt; components, each of which represents an
+    available option that the user may select.
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxDetailed.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxDetailed.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxDetailed.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxDetailed.xhtml Wed Nov 10 08:13:47 2010
@@ -1,37 +1,37 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:selectOneListbox simple="false" label="Select your default language:" size="3">
-            <f:selectItem itemLabel="English" itemValue="1"/>
-            <f:selectItem itemLabel="Deutsch" itemValue="2"/>
-            <f:selectItem itemLabel="Français" itemValue="3"/>
-            <f:selectItem itemLabel="Español" itemValue="4"/>
-            <f:selectItem itemLabel="Italiano" itemValue="5"/>
-        </tr:selectOneListbox>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:selectOneListbox simple="false" label="Select your default language:" size="3">
+            <f:selectItem itemLabel="English" itemValue="1"/>
+            <f:selectItem itemLabel="Deutsch" itemValue="2"/>
+            <f:selectItem itemLabel="Français" itemValue="3"/>
+            <f:selectItem itemLabel="Español" itemValue="4"/>
+            <f:selectItem itemLabel="Italiano" itemValue="5"/>
+        </tr:selectOneListbox>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxDetailed.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxSimple.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxSimple.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxSimple.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxSimple.xhtml Wed Nov 10 08:13:47 2010
@@ -1,37 +1,37 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:selectOneListbox simple="true" label="Select your default language:" size="3">
-            <f:selectItem itemLabel="English" itemValue="1"/>
-            <f:selectItem itemLabel="Deutsch" itemValue="2"/>
-            <f:selectItem itemLabel="Français" itemValue="3"/>
-            <f:selectItem itemLabel="Español" itemValue="4"/>
-            <f:selectItem itemLabel="Italiano" itemValue="5"/>
-        </tr:selectOneListbox>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:selectOneListbox simple="true" label="Select your default language:" size="3">
+            <f:selectItem itemLabel="English" itemValue="1"/>
+            <f:selectItem itemLabel="Deutsch" itemValue="2"/>
+            <f:selectItem itemLabel="Français" itemValue="3"/>
+            <f:selectItem itemLabel="Español" itemValue="4"/>
+            <f:selectItem itemLabel="Italiano" itemValue="5"/>
+        </tr:selectOneListbox>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxSimple.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,29 +1,29 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-    The UIXSelectOneListbox component creates a component which allows the user to select a
-    single value from a list of items. The UIXSelectOneListbox component contains any number of
-    &lt;f:selectItem&gt;, &lt;f:selectItems&gt;, or &lt;tr:selectItem&gt; components, each of which represents an
-    available option that the user may select.
-    
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad">
+
+    The UIXSelectOneListbox component creates a component which allows the user to select a
+    single value from a list of items. The UIXSelectOneListbox component contains any number of
+    &lt;f:selectItem&gt;, &lt;f:selectItems&gt;, or &lt;tr:selectItem&gt; components, each of which represents an
+    available option that the user may select.
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioDetailed.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioDetailed.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioDetailed.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioDetailed.xhtml Wed Nov 10 08:13:47 2010
@@ -1,40 +1,40 @@
-<!--
-    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.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="The average(arithmetic mean) of x and y is 20.
-                              If z=5, what is the average of x, y, and z?"/>
-        <tr:spacer height="15px"/>
-        <tr:selectOneRadio id="variants" label="The answer is:" simple="false">
-            <f:selectItem itemLabel="8/3" itemValue="1"/>
-            <f:selectItem itemLabel="10" itemValue="2"/>
-            <f:selectItem itemLabel="12/2" itemValue="3"/>
-            <f:selectItem itemLabel="15" itemValue="4"/>
-            <f:selectItem itemLabel="17/2" itemValue="5"/>
-        </tr:selectOneRadio>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="The average(arithmetic mean) of x and y is 20.
+                              If z=5, what is the average of x, y, and z?"/>
+        <tr:spacer height="15px"/>
+        <tr:selectOneRadio id="variants" label="The answer is:" simple="false">
+            <f:selectItem itemLabel="8/3" itemValue="1"/>
+            <f:selectItem itemLabel="10" itemValue="2"/>
+            <f:selectItem itemLabel="12/2" itemValue="3"/>
+            <f:selectItem itemLabel="15" itemValue="4"/>
+            <f:selectItem itemLabel="17/2" itemValue="5"/>
+        </tr:selectOneRadio>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioDetailed.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native