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

svn commit: r628751 [3/4] - in /myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad: ./ core/ html/

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPage.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPage.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPage.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPage.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -290,59 +290,62 @@
         When the panelPage is geometry managed, the last indexed child will be stretched vertically to fit in the leftover space not consumed by the other indexed children. If you do not want this stretching behavior, you must wrap your indexed children with a panelGroup with layout="vertical" and inlineStyle="overflow: auto;". This way, the panelGroup will be stretched to fit and scrollbars will appear when the content inside is larger than the allocated space.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelPage>
-            <f:facet name="branding">
-              <tr:panelGroupLayout layout="horizontal">
-                <tr:image source="/images/corporateBrand.gif"/>
-                <tr:outputText value="My Company"/>
-              </tr:panelGroupLayout>
-            </f:facet>
-            <f:facet name="location">
-              <tr:breadCrumbs>
-                <tr:commandNavigationItem text="crumb 1" action="guide.navigationLevel"/>
-                <tr:commandNavigationItem text="crumb 2" action="guide.navigationLevel"/>
-                <tr:commandNavigationItem text="crumb 3" action="guide.navigationLevel"/>
-                <tr:commandNavigationItem text="crumb 4" action="guide.navigationLevel"/>
-              </tr:breadCrumbs>
-            </f:facet>
-            <f:facet name="navigation1">
-              <tr:navigationPane>
-                <tr:commandNavigationItem text="tab 1" action="guide.navigationLevel"/>
-                <tr:commandNavigationItem text="tab 2" action="guide.navigationLevel" 
-                  selected="true"/>
-                <tr:commandNavigationItem text="tab 3" action="guide.navigationLevel"/>
-                <tr:commandNavigationItem text="tab 4" action="guide.navigationLevel"/>
-                <tr:commandNavigationItem text="tab 5" action="guide.navigationLevel"/>
-                <tr:commandNavigationItem text="tab 6" action="guide.navigationLevel"
-                  disabled="true"/>
-              </tr:navigationPane>
-            </f:facet>
-            <f:facet name="navigation2">
-              <tr:navigationPane>
-                <tr:commandNavigationItem text="item 1" action="guide.navigationLevel" 
-                  selected="true"/>
-                <tr:commandNavigationItem text="item 2" action="guide.navigationLevel"
-                  disabled="true"/>
-                <tr:commandNavigationItem text="item 3" action="guide.navigationLevel"/>
-                <tr:commandNavigationItem text="item 4" action="guide.navigationLevel"/>
-              </tr:navigationPane>
-            </f:facet>
-            <f:facet name="navigation3">
-              <tr:navigationPane>
-                <tr:commandNavigationItem text="item 1" action="guide.navigationLevel"/>
-                <tr:commandNavigationItem text="item 2" action="guide.navigationLevel"/>
-                <tr:commandNavigationItem text="item 3" action="guide.navigationLevel"/>
-              </tr:navigationPane>
-            </f:facet>
-            <f:facet name="navigationGlobal">
-              <tr:navigationPane>
-                <tr:commandNavigationItem text="Home" action="guide.navigationLevel"/>
-                <tr:commandNavigationItem text="Help" action="guide.navigationLevel"/>
-                <tr:commandNavigationItem text="Sign Out" action="guide.navigationLevel"/>
-              </tr:navigationPane>
-            </f:facet>
-            <tr:outputText value="Content here"/>
-          </tr:panelPage>]]>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelPage>
+  <f:facet name="branding">
+    <tr:panelGroupLayout layout="horizontal">
+      <tr:image source="/images/corporateBrand.gif"/>
+      <tr:outputText value="My Company"/>
+    </tr:panelGroupLayout>
+  </f:facet>
+  <f:facet name="location">
+    <tr:breadCrumbs>
+      <tr:commandNavigationItem text="crumb 1" action="guide.navigationLevel"/>
+      <tr:commandNavigationItem text="crumb 2" action="guide.navigationLevel"/>
+      <tr:commandNavigationItem text="crumb 3" action="guide.navigationLevel"/>
+      <tr:commandNavigationItem text="crumb 4" action="guide.navigationLevel"/>
+    </tr:breadCrumbs>
+  </f:facet>
+  <f:facet name="navigation1">
+    <tr:navigationPane>
+      <tr:commandNavigationItem text="tab 1" action="guide.navigationLevel"/>
+      <tr:commandNavigationItem text="tab 2" action="guide.navigationLevel"
+        selected="true"/>
+      <tr:commandNavigationItem text="tab 3" action="guide.navigationLevel"/>
+      <tr:commandNavigationItem text="tab 4" action="guide.navigationLevel"/>
+      <tr:commandNavigationItem text="tab 5" action="guide.navigationLevel"/>
+      <tr:commandNavigationItem text="tab 6" action="guide.navigationLevel"
+        disabled="true"/>
+    </tr:navigationPane>
+  </f:facet>
+  <f:facet name="navigation2">
+    <tr:navigationPane>
+      <tr:commandNavigationItem text="item 1" action="guide.navigationLevel"
+        selected="true"/>
+      <tr:commandNavigationItem text="item 2" action="guide.navigationLevel"
+        disabled="true"/>
+      <tr:commandNavigationItem text="item 3" action="guide.navigationLevel"/>
+      <tr:commandNavigationItem text="item 4" action="guide.navigationLevel"/>
+    </tr:navigationPane>
+  </f:facet>
+  <f:facet name="navigation3">
+    <tr:navigationPane>
+      <tr:commandNavigationItem text="item 1" action="guide.navigationLevel"/>
+      <tr:commandNavigationItem text="item 2" action="guide.navigationLevel"/>
+      <tr:commandNavigationItem text="item 3" action="guide.navigationLevel"/>
+    </tr:navigationPane>
+  </f:facet>
+  <f:facet name="navigationGlobal">
+    <tr:navigationPane>
+      <tr:commandNavigationItem text="Home" action="guide.navigationLevel"/>
+      <tr:commandNavigationItem text="Help" action="guide.navigationLevel"/>
+      <tr:commandNavigationItem text="Sign Out" action="guide.navigationLevel"/>
+    </tr:navigationPane>
+  </f:facet>
+  <tr:outputText value="Content here"/>
+</tr:panelPage>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Blake Sullivan</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPageHeader.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPageHeader.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPageHeader.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPageHeader.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -70,7 +70,7 @@
     </facet>
     <facet>
       <description><![CDATA[The corporate or organization branding region of the page.  This section typically
-                contains a medium size image of the logo of the organization 
+                contains a medium size image of the logo of the organization
                 owning the page.]]>
       </description>
       <facet-name>branding</facet-name>
@@ -94,9 +94,9 @@
     <facet>
       <description><![CDATA[The application's contextual branding region of the page.  This section typically
                 contains formatted text indicating that ONE context exists
-                between the persistent tabs. The user selects the context 
-                from a centralized aggregate home page of multiple contexts, 
-                then navigates into a tabbed application pertaining to that 
+                between the persistent tabs. The user selects the context
+                from a centralized aggregate home page of multiple contexts,
+                then navigates into a tabbed application pertaining to that
                 specific context.]]>
       </description>
       <facet-name>brandingAppContextual</facet-name>
@@ -116,7 +116,7 @@
     </facet>
     <property>
       <description><![CDATA[what the chromeType is for the page: compact or expanded. If
-              compact, the productBranding will be shown alongside the 
+              compact, the productBranding will be shown alongside the
               corporate branding instead of below the corporate branding.]]>
       </description>
       <property-name>chromeType</property-name>
@@ -137,32 +137,35 @@
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CorePanelPageHeaderTag</mfp:tag-class>
       <mfp:long-description><![CDATA[PanelPageHeader lays out the top portion of a page.]]></mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelPageHeader>
-              <f:facet name="branding">
-                <tr:panelGroupLayout layout="horizontal">
-                  <tr:image source="/components/images/corporateBrand.gif"/>
-                  <tr:image source="/components/images/applicationBrand.gif"/>
-                  <tr:outputFormatted value="Customer &lt;b&gt;Contextual Application Branding - Menlo Park&lt;/b&gt;"
-                                      styleUsage="inContextBranding"/>
-                </tr:panelGroupLayout>
-              </f:facet>
-              <f:facet name="navigationGlobal">
-                <tr:menuButtons>
-                  <tr:commandNavigationItem text="Help"
-                                    icon="/components/images/globalhelp.gif"
-                                    action="guide.menuButtons"/>
-                  <tr:commandNavigationItem text="Help 2"
-                                    icon="/components/images/globalhelp.gif"
-                                    action="guide.menuButtons"/>
-                </tr:menuButtons>
-              </f:facet>
-              <f:facet name="navigation2">
-                <tr:menuBar >
-                  <tr:commandNavigationItem text="item 1" action="guide.menuBar" 
-                                   selected="true" />
-                </tr:menuBar>
-              </f:facet>
-            </tr:panelPageHeader>]]>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelPageHeader>
+  <f:facet name="branding">
+    <tr:panelGroupLayout layout="horizontal">
+      <tr:image source="/components/images/corporateBrand.gif"/>
+      <tr:image source="/components/images/applicationBrand.gif"/>
+      <tr:outputFormatted value="Customer &lt;b&gt;Contextual Application Branding - Menlo Park&lt;/b&gt;"
+                          styleUsage="inContextBranding"/>
+    </tr:panelGroupLayout>
+  </f:facet>
+  <f:facet name="navigationGlobal">
+    <tr:menuButtons>
+      <tr:commandNavigationItem text="Help"
+                        icon="/components/images/globalhelp.gif"
+                        action="guide.menuButtons"/>
+      <tr:commandNavigationItem text="Help 2"
+                        icon="/components/images/globalhelp.gif"
+                        action="guide.menuButtons"/>
+    </tr:menuButtons>
+  </f:facet>
+  <f:facet name="navigation2">
+    <tr:menuBar >
+      <tr:commandNavigationItem text="item 1" action="guide.menuBar"
+                       selected="true" />
+    </tr:menuBar>
+  </f:facet>
+</tr:panelPageHeader>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Blake Sullivan</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPopup.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPopup.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPopup.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPopup.xml Mon Feb 18 06:13:24 2008
@@ -47,7 +47,7 @@
     <property>
       <description><![CDATA[Defines the launch behaviour of the popup.  If set to 'click' the popup will
         appear when the trigger is clicked, and disappear when you click off the popup.  The 'hover' value
-        will cause the popup to appear while the mouse is over the trigger, and disappear when the mouse 
+        will cause the popup to appear while the mouse is over the trigger, and disappear when the mouse
         leaves either the trigger or the popup panel.]]>
       </description>
       <property-name>triggerType</property-name>
@@ -62,7 +62,7 @@
     </property>
     <property>
       <description><![CDATA[The icon to render as a link to launch the popup panel.  If the 'trigger'
-        facet is defined, then this attribute is ignored.  If the 'text' attribute is also specified, 
+        facet is defined, then this attribute is ignored.  If the 'text' attribute is also specified,
         then the icon and text will both be rendered.
         ]]>
       </description>
@@ -99,9 +99,9 @@
       </property-extension>
     </property>
     <property>
-      <description><![CDATA[The display mode of the panel.  Defaults to "false" (non-modal). 
-        Non-Modal panels will close when the user clicks off the panel. Modal popups are 
-        rendered with a titlebar and close icon.  Clicking the close icon will close the 
+      <description><![CDATA[The display mode of the panel.  Defaults to "false" (non-modal).
+        Non-Modal panels will close when the user clicks off the panel. Modal popups are
+        rendered with a titlebar and close icon.  Clicking the close icon will close the
         modal popup.]]>
       </description>
       <property-name>modal</property-name>
@@ -128,7 +128,7 @@
       </property-extension>
     </property>
     <property>
-      <description><![CDATA[The popup's horizontal offset in pixels from the current mouse position.  
+      <description><![CDATA[The popup's horizontal offset in pixels from the current mouse position.
         This property only applies to popups using relative positioning.]]>
       </description>
       <property-name>xoffset</property-name>
@@ -139,7 +139,7 @@
       </property-extension>
     </property>
     <property>
-      <description><![CDATA[The popup's vertical offset in pixels from the current mouse position.  
+      <description><![CDATA[The popup's vertical offset in pixels from the current mouse position.
         This property only applies to popups using relative positioning.]]>
       </description>
       <property-name>yoffset</property-name>
@@ -211,12 +211,13 @@
         <mfp:source-code>
           <![CDATA[
 <tr:panelPopup text="Click Here!">
-    <tr:panelGroupLayout layout="vertical">
-      <tr:goLink text="point 1" destination="http://myfaces.apache.org"/>
-      <tr:goLink text="point 2" destination="http://myfaces.apache.org"/>
-      <tr:goLink text="point 3" destination="http://myfaces.apache.org"/>
-    </tr:panelGroupLayout>
-</tr:panelPopup>]]>
+  <tr:panelGroupLayout layout="vertical">
+    <tr:goLink text="point 1" destination="http://myfaces.apache.org"/>
+    <tr:goLink text="point 2" destination="http://myfaces.apache.org"/>
+    <tr:goLink text="point 3" destination="http://myfaces.apache.org"/>
+  </tr:panelGroupLayout>
+</tr:panelPopup>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Danny Robinson</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelRadio.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelRadio.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelRadio.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelRadio.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -83,22 +83,25 @@
       <mfp:long-description><![CDATA[The panelRadio control can be used to display a group of contents belonging to a showDetailItem.
           Radio buttons with each individual radio button representing a showDetailItem child is displayed.
           The radio button control corresponding to showDetailItem that is disclosed is shown as selected
-          and contents of selected showDetailItem is displayed. If none of the showDetailItem children 
+          and contents of selected showDetailItem is displayed. If none of the showDetailItem children
           are selected, the first showDetailItem that is enabled is considered to be selected.]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>The following is an example of panelRadio.</xhtml:p>
-        <mfp:source-code><![CDATA[<tr:panelRadio label="Current Bug Status" position="top" alignment="right">
-          <tr:showDetailItem text="10.1.3">
-            <tr:panelHeader text="10.1.3 Open Bugs"/>
-          </tr:showDetailItem>
-          <tr:showDetailItem text="10.1.2 R2" >
-            <tr:panelHeader text="10.1.2 R2 Open Bugs"/>
-          </tr:showDetailItem>
-          <tr:showDetailItem text="Untriaged Bugs">
-            <tr:panelHeader text="Untriaged Bugs per component"/>
-          </tr:showDetailItem>
-        </tr:panelRadio>]]>
+        <mfp:source-description>The following is an example of panelRadio.</mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelRadio label="Current Bug Status" position="top" alignment="right">
+  <tr:showDetailItem text="10.1.3">
+    <tr:panelHeader text="10.1.3 Open Bugs"/>
+  </tr:showDetailItem>
+  <tr:showDetailItem text="10.1.2 R2" >
+    <tr:panelHeader text="10.1.2 R2 Open Bugs"/>
+  </tr:showDetailItem>
+  <tr:showDetailItem text="Untriaged Bugs">
+    <tr:panelHeader text="Untriaged Bugs per component"/>
+  </tr:showDetailItem>
+</tr:panelRadio>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Ravi Baranwal</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelTabbed.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelTabbed.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelTabbed.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelTabbed.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -55,7 +55,7 @@
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CorePanelTabbedTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The panelTabbed control can be used to display a group of contents that belongs to
            a showDetailItem that is shown. Tab bar(s) with tabs representing the showDetailItem children is displayed.
-          The tab for the showDetailItem that is selected to be shown is highlighted and contents from the 
+          The tab for the showDetailItem that is selected to be shown is highlighted and contents from the
            selected showDetailItem is displayed. If none of the showDetailItem children are selected, the first showDetailItem
            that is enabled is considered to be selected.
 
@@ -63,42 +63,52 @@
 
           <html:p>
           The "position" attribute indicates whether the tab bar has to
-	  be above and/or below the contents.
+          be above and/or below the contents.
           </html:p>
           </section>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>The following is an example of panelTabbed.</xhtml:p>
-        <mfp:source-code><![CDATA[<tr:panelTabbed>
-          <tr:showDetailItem text="Apache Trinidad Components">
-            <tr:panelHeader text="Apache Trinidad Components First Child"/>
-            <tr:panelHeader text="Apache Trinidad Components Second Child"/>
-          </tr:showDetailItem>
-          <tr:showDetailItem text="Architecture" disabled="true">
-            <tr:panelHeader text="Architecture First Child"/>
-            <tr:panelHeader text="Architecture Second Child"/>
-          </tr:showDetailItem>
-          <tr:showDetailItem text="Release">
-            <tr:panelHeader text="Release First Child"/>
-            <tr:panelHeader text="Release Second Child"/>
-          </tr:showDetailItem>
-        </tr:panelTabbed>]]>
+        <mfp:source-description>The following is an example of panelTabbed.</mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelTabbed>
+  <tr:showDetailItem text="Apache Trinidad Components">
+    <tr:panelHeader text="Apache Trinidad Components First Child"/>
+    <tr:panelHeader text="Apache Trinidad Components Second Child"/>
+  </tr:showDetailItem>
+  <tr:showDetailItem text="Architecture" disabled="true">
+    <tr:panelHeader text="Architecture First Child"/>
+    <tr:panelHeader text="Architecture Second Child"/>
+  </tr:showDetailItem>
+  <tr:showDetailItem text="Release">
+    <tr:panelHeader text="Release First Child"/>
+    <tr:panelHeader text="Release Second Child"/>
+  </tr:showDetailItem>
+</tr:panelTabbed>
+          ]]>
         </mfp:source-code>
-        <xhtml:p>The following example renders with the tab bar appearing only above the contents.</xhtml:p>
-        <mfp:source-code><![CDATA[<tr:panelTabbed>
-          <tr:showDetailItem text="Apache Trinidad Components" position="above">
-            <tr:panelHeader text="Apache Trinidad Components First Child"/>
-            <tr:panelHeader text="Apache Trinidad Components Second Child"/>
-          </tr:showDetailItem>
-          <tr:showDetailItem text="Architecture">
-            <tr:panelHeader text="Architecture First Child"/>
-            <tr:panelHeader text="Architecture Second Child"/>
-          </tr:showDetailItem>
-          <tr:showDetailItem text="Release" disabled="true">
-            <tr:panelHeader text="Release First Child"/>
-            <tr:panelHeader text="Release Second Child"/>
-          </tr:showDetailItem>
-        </tr:panelTabbed>]]>
+      </mfp:example>
+      <mfp:example>
+        <mfp:source-description>The following example renders with the tab bar
+         appearing only above the contents.
+        </mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelTabbed>
+  <tr:showDetailItem text="Apache Trinidad Components" position="above">
+    <tr:panelHeader text="Apache Trinidad Components First Child"/>
+    <tr:panelHeader text="Apache Trinidad Components Second Child"/>
+  </tr:showDetailItem>
+  <tr:showDetailItem text="Architecture">
+    <tr:panelHeader text="Architecture First Child"/>
+    <tr:panelHeader text="Architecture Second Child"/>
+  </tr:showDetailItem>
+  <tr:showDetailItem text="Release" disabled="true">
+    <tr:panelHeader text="Release First Child"/>
+    <tr:panelHeader text="Release Second Child"/>
+  </tr:showDetailItem>
+</tr:panelTabbed>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Prakash Udupa</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelTip.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelTip.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelTip.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelTip.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -46,10 +46,13 @@
           </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>Basic example.</xhtml:p>
-        <mfp:source-code><![CDATA[<tr:panelTip>
-     <tr:outputFormatted value="Don't forget to go to the <a href='http://myfaces.apache.org'>MyFaces</a> website."/>
-   </tr:panelTip>]]>
+        <mfp:source-description>Basic example.</mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelTip>
+  <tr:outputFormatted value="Don't forget to go to the <a href='http://myfaces.apache.org'>MyFaces</a> website."/>
+</tr:panelTip>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Blake Sullivan</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreProcessChoiceBar.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreProcessChoiceBar.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreProcessChoiceBar.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreProcessChoiceBar.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -43,39 +43,42 @@
       <mfp:long-description><![CDATA[ProcessChoiceBar is a UIXProcess component that renders a previous
           button, a choice bar, and a next button.
           <section name="Model">
-          The processChoiceBar takes a model of type 
-          <html:code>org.apache.myfaces.trinidad.model.MenuModel</html:code>. The last node along the focusPath and its siblings are rendered.         
+          The processChoiceBar takes a model of type
+          <html:code>org.apache.myfaces.trinidad.model.MenuModel</html:code>. The last node along the focusPath and its siblings are rendered.
           <html:p>
-          MenuModel extends TreeModel, but it also knows how to go from the current viewId to the focus path. Notice that the menuModel has no special knowledge of page navigation and places no requirements on the nodes that go into the tree. The nodes in the tree are stamped out with the 'nodeStamp' facet, which should contain a commandNavigationItem component, which allows the default actionListener mechanism to be used for page navigation. 
-          </html:p>  
+          MenuModel extends TreeModel, but it also knows how to go from the current viewId to the focus path. Notice that the menuModel has no special knowledge of page navigation and places no requirements on the nodes that go into the tree. The nodes in the tree are stamped out with the 'nodeStamp' facet, which should contain a commandNavigationItem component, which allows the default actionListener mechanism to be used for page navigation.
+          </html:p>
           <html:p>
-          There are two common scenarios for processes, &quot;Plus One&quot; and &quot;Max Visited&quot; which are explained below. 
+          There are two common scenarios for processes, &quot;Plus One&quot; and &quot;Max Visited&quot; which are explained below.
             <html:ul>
-              <html:li>&quot;Plus One&quot; - from the current step the user can navigate to any previous page and the next page. If the user is on the 5th step of a process and goes back to step 2, then the user can only navigate from step 2 to step 1 and step 3.               
+              <html:li>&quot;Plus One&quot; - from the current step the user can navigate to any previous page and the next page. If the user is on the 5th step of a process and goes back to step 2, then the user can only navigate from step 2 to step 1 and step 3.
               </html:li>
               <html:li>&quot;Max Visited&quot; - the user can navigate to the max visited page. If the user is currently on the max visited page then the user can also navigate to the next page. If the user is on the 5th step of a process and goes back to step 2, then the user can navigate from step 2 to steps 1, 2, 3, 4, and 5.
               </html:li>
             </html:ul>
-            
-            The class <html:code>org.apache.myfaces.trinidad.model.ProcessMenuModel</html:code> and <html:code>org.apache.myfaces.trinidad.model.ProcessUtils</html:code> were created to support the &quot;Plus One&quot; and &quot;Max Visited&quot; scenarios. Please see the javadoc for these classes for more information. 
+
+            The class <html:code>org.apache.myfaces.trinidad.model.ProcessMenuModel</html:code> and <html:code>org.apache.myfaces.trinidad.model.ProcessUtils</html:code> were created to support the &quot;Plus One&quot; and &quot;Max Visited&quot; scenarios. Please see the javadoc for these classes for more information.
           </html:p>
           <html:p>
-          On browsers that support disabled items in the drop down, 
+          On browsers that support disabled items in the drop down,
           the unreachable items will look disabled, otherwise they will not be rendered.
           </html:p>
-          
+
           </section>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>This is an example of a processChoiceBar.</xhtml:p>
-        <mfp:source-code><![CDATA[<tr:processChoiceBar var="node" value="#{processMenuModel}">
+        <mfp:source-description>This is an example of a processChoiceBar.</mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:processChoiceBar var="node" value="#{processMenuModel}">
   <f:facet name="nodeStamp">
     <tr:commandNavigationItem text="#{node.label}"
-                        action="#{node.getOutcome}"
-                        immediate="#{processMenuModel.immediate}"
-                        readOnly="#{processMenuModel.readOnly}"/>
+                              action="#{node.getOutcome}"
+                              immediate="#{processMenuModel.immediate}"
+                              readOnly="#{processMenuModel.readOnly}"/>
   </f:facet>
-</tr:processChoiceBar>]]>
+</tr:processChoiceBar>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Jeanne Waldman</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreProgressIndicator.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreProgressIndicator.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreProgressIndicator.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreProgressIndicator.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -24,7 +24,7 @@
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
-    <description><![CDATA[The progressIndicator component can be used to give users 
+    <description><![CDATA[The progressIndicator component can be used to give users
           an understanding that there is a back end task in progress.]]>
     </description>
     <icon>
@@ -42,7 +42,7 @@
       <mfp:tag-name>tr:progressIndicator</mfp:tag-name>
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.output.CoreProgressIndicatorTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
-          The progress is tracked from the 
+          The progress is tracked from the
           <code>org.apache.myfaces.trinidad.model.BoundedRangeModel</code>
           attached to this component through its 'value' attribute.
           The progressIndicator element goes to an indeterminate mode
@@ -53,8 +53,8 @@
           Once the task is complete, ActionEvent is queued and, the page
           indicated by outcome of 'action' attribute is navigated to.
           </html:p>
-          
-          <html:p>         
+
+          <html:p>
           The progressIndicator component needs to have a poll component from
           the page as a partial trigger, in order that it be updated at regular
           intervals in PPR mode as determined by the pollInterval from the
@@ -62,13 +62,17 @@
           </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>Basic example to create a progressIndicator component 
- 	            attached to a poll component:</xhtml:p>
-        <mfp:source-code><![CDATA[<tr:poll pollInterval="2000" id="pollid"/>
-             <tr:progressIndicator id="progress_widget" 
-                                      action="guide" 
-                                      value="#{progress.progressModel}" 
-                                      partialTriggers="pollid"/>]]>
+        <mfp:source-description>Basic example to create a progressIndicator component
+ 	            attached to a poll component:
+ 	</mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:poll pollInterval="2000" id="pollid"/>
+<tr:progressIndicator id="progress_widget"
+                      action="guide"
+                      value="#{progress.progressModel}"
+                      partialTriggers="pollid"/>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Prakash Udupa</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreResetButton.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreResetButton.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreResetButton.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreResetButton.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -72,7 +72,7 @@
     <property>
       <description><![CDATA[<html>
  Character used to gain quick access to this button.
-              For accessibility reasons, this functionality is not supported 
+              For accessibility reasons, this functionality is not supported
               in screen reader mode.
               <p>
                 If the same access key appears in multiple locations in the
@@ -110,16 +110,18 @@
          </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p/>
-        <mfp:source-code><![CDATA[<h:form>
-     <tr:panelGroupLayout type="horizontal">
-       <tr:panelHeader text="Reset Elements." /> 
-       <tr:selectBooleanCheckbox text="Box1" /> 
-       <tr:selectBooleanCheckbox text="Box2" selected="true"/> 
-       <tr:selectBooleanCheckbox text="Box3" /> 
-       <tr:resetButton textAndAccessKey="&amp;Reset"/> 
-     </tr:panelGroupLayout>
-   </h:form>]]>
+        <mfp:source-code>
+          <![CDATA[
+<h:form>
+  <tr:panelGroupLayout type="horizontal">
+    <tr:panelHeader text="Reset Elements." />
+    <tr:selectBooleanCheckbox text="Box1" />
+    <tr:selectBooleanCheckbox text="Box2" selected="true"/>
+    <tr:selectBooleanCheckbox text="Box3" />
+    <tr:resetButton textAndAccessKey="&amp;Reset"/>
+  </tr:panelGroupLayout>
+</h:form>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Adam Winer</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectBooleanCheckbox.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectBooleanCheckbox.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectBooleanCheckbox.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectBooleanCheckbox.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -32,7 +32,7 @@
     </icon>
     <component-type>org.apache.myfaces.trinidad.CoreSelectBooleanCheckbox</component-type>
     <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectBooleanCheckbox</component-class>
-    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/>      
+    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/>
     <property>
       <description><![CDATA[If set to TRUE on a form element, the component will automatically submit
      the enclosing form when an appropriate action takes place (a click, text
@@ -71,7 +71,7 @@
       <description><![CDATA[a boolean value that controls whether the component
 provides label and message support;  when set to "true", the component will
 not display messaging support or the label (these attributes may be ignored: label,
-labelAndAccessKey, accessKey, showRequired, 
+labelAndAccessKey, accessKey, showRequired,
 tip), and may use simpler layout primitives]]>
       </description>
       <property-name>simple</property-name>
@@ -93,7 +93,7 @@
     <property>
       <description><![CDATA[<html>
  Character used to gain quick access to this checkbox.
-          For accessibility reasons, this functionality is not supported in 
+          For accessibility reasons, this functionality is not supported in
           screen reader mode.
           <p>
             If the same access key appears in multiple locations in the
@@ -148,7 +148,7 @@
     <xi:include href="includes/FocusJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <property>
-      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the 
+      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the
           "showRequired" attribute must be false for the visual indication not to be displayed.]]>
       </description>
       <property-name>showRequired</property-name>
@@ -159,7 +159,7 @@
           <mfp:group>${md:getTranslatedString("MESSAGE_GROUP")}</mfp:group>
         </mfp:property-metadata>
       </property-extension>
-    </property>   
+    </property>
     <component-extension>
       <mfp:component-supertype>org.apache.myfaces.trinidad.SelectBoolean</mfp:component-supertype>
       <mfp:renderer-type>org.apache.myfaces.trinidad.Checkbox</mfp:renderer-type>
@@ -175,14 +175,16 @@
           </p></html>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>This example renders a checkbox with the text "checkbox2"
+        <mfp:source-description>This example renders a checkbox with the text "checkbox2"
             and a label of "Label:"
             which can be toggled using the accessKey '2'.
-        </xhtml:p>
-        <mfp:source-code>&lt;tr:selectBooleanCheckbox
-             label="Label:"
-             textAndAccessKey="checkbox&amp;amp;2"
-             accessKey="2"/&gt;
+        </mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:selectBooleanCheckbox label="Label:"
+                          textAndAccessKey="checkbox&amp;amp;2"
+                          accessKey="2"/>
+           ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Brian Albers</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectBooleanRadio.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectBooleanRadio.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectBooleanRadio.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectBooleanRadio.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -34,7 +34,7 @@
     </icon>
     <component-type>org.apache.myfaces.trinidad.CoreSelectBooleanRadio</component-type>
     <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectBooleanRadio</component-class>
-    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
+    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/>
     <property>
       <description><![CDATA[If set to TRUE on a form element, the component will automatically submit
      the enclosing form when an appropriate action takes place (a click, text
@@ -73,7 +73,7 @@
       <description><![CDATA[a boolean value that controls whether the component
 provides label and message support;  when set to "true", the component will
 not display messaging support or the label (these attributes may be ignored: label,
-labelAndAccessKey, accessKey, showRequired, 
+labelAndAccessKey, accessKey, showRequired,
 tip), and may use simpler layout primitives]]>
       </description>
       <property-name>simple</property-name>
@@ -95,7 +95,7 @@
     <property>
       <description><![CDATA[<html>
  Character used to gain quick access to this radio button.
-          For accessibility reasons, this functionality is not supported in 
+          For accessibility reasons, this functionality is not supported in
           screen reader mode.
           <p>
             If the same access key appears in multiple locations in the
@@ -159,7 +159,7 @@
     <xi:include href="includes/FocusJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <property>
-      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the 
+      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the
           "showRequired" attribute must be false for the visual indication not to be displayed.]]>
       </description>
       <property-name>showRequired</property-name>
@@ -170,7 +170,7 @@
           <mfp:group>${md:getTranslatedString("MESSAGE_GROUP")}</mfp:group>
         </mfp:property-metadata>
       </property-extension>
-    </property>  
+    </property>
     <component-extension>
       <mfp:component-supertype>org.apache.myfaces.trinidad.SelectBoolean</mfp:component-supertype>
       <mfp:renderer-type>org.apache.myfaces.trinidad.Radio</mfp:renderer-type>
@@ -187,19 +187,22 @@
           </p></html>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>This example illustrates three radio buttons in the same
+        <mfp:source-description>This example illustrates three radio buttons in the same
             group. The first is pre-selected, with an access key of
             '4'; the second has an access key of '5'; and the third
             has no access key at all.
-        </xhtml:p>
-        <mfp:source-code><![CDATA[<tr:selectBooleanRadio group="RadioButtons"
-                text="radio4"
-                accessKey="4"
-                selected="true"/>
-   <tr:selectBooleanRadio group="RadioButtons"
-                textAndAccessKey="radio&amp;5"/>
-   <tr:selectBooleanRadio text="radio6"
-                group="RadioButtons"/>]]>
+        </mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:selectBooleanRadio group="RadioButtons"
+                       text="radio4"
+                       accessKey="4"
+                       selected="true"/>
+<tr:selectBooleanRadio group="RadioButtons"
+                       textAndAccessKey="radio&amp;5"/>
+<tr:selectBooleanRadio text="radio6"
+                       group="RadioButtons"/>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Brian Albers</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectItem.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectItem.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectItem.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectItem.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -57,7 +57,7 @@
       </property-extension>
     </property>
     <property>
-      <description><![CDATA[the description associated with this option. 
+      <description><![CDATA[the description associated with this option.
         This is used in selectManyShuttle and selectOrderShuttle, and ignored otherwise.]]>
       </description>
       <property-name>longDesc</property-name>
@@ -87,11 +87,14 @@
 of its attributes.)]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:selectOneRadio value="#{bean.aValue}" required="true">
+        <mfp:source-code>
+          <![CDATA[
+<tr:selectOneRadio value="#{bean.aValue}" required="true">
   <tr:selectItem label="Option1" value="1"/>
   <tr:selectItem label="Option1" value="2"/>
   <tr:selectItem label="Option1" value="3"/>
-</tr:selectOneRadio>]]>
+</tr:selectOneRadio>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Andy Schwartz</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyCheckbox.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyCheckbox.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyCheckbox.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyCheckbox.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -32,10 +32,10 @@
     </icon>
     <component-type>org.apache.myfaces.trinidad.CoreSelectManyCheckbox</component-type>
     <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectManyCheckbox</component-class>
-    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
+    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/>
     <property>
-      <description><![CDATA[whether the control displays the buttons 
-              horizontally or vertically.The valid values are "horizontal" and 
+      <description><![CDATA[whether the control displays the buttons
+              horizontally or vertically.The valid values are "horizontal" and
               "vertical",the default being "vertical".]]>
       </description>
       <property-name>layout</property-name>
@@ -49,12 +49,12 @@
       <description><![CDATA[whether or not the values are passed through to
         the client. When valuePassThru is false
         the value and the options' values
-        are converted to indexes before being sent to the client. 
-        Therefore, when valuePassThru is false, 
+        are converted to indexes before being sent to the client.
+        Therefore, when valuePassThru is false,
         there is no need to write your own converter when you are using custom Objects
         as your values and/or options.
-        If you need to know the actual values on the client-side, then you can set 
-        valuePassThru to true. This will pass the values through to the client, 
+        If you need to know the actual values on the client-side, then you can set
+        valuePassThru to true. This will pass the values through to the client,
         using your custom converter if it is available; a custom converter is
         needed if you are using custom objects. The default is false.]]>
       </description>
@@ -96,7 +96,7 @@
       <description><![CDATA[a boolean value that controls whether the component
 provides label and message support;  when set to "true", the component will
 not display messaging support or the label (these attributes may be ignored: label,
-labelAndAccessKey, accessKey, showRequired, 
+labelAndAccessKey, accessKey, showRequired,
 tip), and may use simpler layout primitives]]>
       </description>
       <property-name>simple</property-name>
@@ -120,7 +120,7 @@
     <xi:include href="includes/FocusJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <property>
-      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the 
+      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the
           "showRequired" attribute must be false for the visual indication not to be displayed.]]>
       </description>
       <property-name>showRequired</property-name>
@@ -131,14 +131,14 @@
           <mfp:group>${md:getTranslatedString("MESSAGE_GROUP")}</mfp:group>
         </mfp:property-metadata>
       </property-extension>
-    </property>   
+    </property>
     <property>
       <description><![CDATA[<html>
  Character used to gain quick access to
                the form element specified by the
          <code>for</code>, if set (or this component itself,
               if it is a "non-simple" form element).
-              For accessibility reasons, this functionality is not supported 
+              For accessibility reasons, this functionality is not supported
               in screen reader mode.
               If the same access key appears in multiple locations in the
               same page of output, the rendering user agent will cycle
@@ -196,11 +196,14 @@
    &lt;tr:selectItem&gt; components,  each of which represents an available checkbox that the user may select.</p></html>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:selectManyCheckbox value="#{bean.aValue}" required="yes">
+        <mfp:source-code>
+          <![CDATA[
+<tr:selectManyCheckbox value="#{bean.aValue}" required="yes">
   <f:selectItem itemLabel="Option1" itemValue="1"/>
   <f:selectItem itemLabel="Option1" itemValue="2"/>
   <f:selectItem itemLabel="Option1" itemValue="3"/>
-</tr:selectManyCheckbox>]]>
+</tr:selectManyCheckbox>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Adam Winer</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyListbox.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyListbox.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyListbox.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyListbox.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -32,7 +32,7 @@
     </icon>
     <component-type>org.apache.myfaces.trinidad.CoreSelectManyListbox</component-type>
     <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectManyListbox</component-class>
-    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
+    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/>
     <property>
       <description><![CDATA[how many items should be visible.  Small values may be overridden if the platform cannot render a list of that size correctly.]]>
       </description>
@@ -49,12 +49,12 @@
       <description><![CDATA[whether or not the values are passed through to
         the client. When valuePassThru is false
         the value and the options' values
-        are converted to indexes before being sent to the client. 
-        Therefore, when valuePassThru is false, 
+        are converted to indexes before being sent to the client.
+        Therefore, when valuePassThru is false,
         there is no need to write your own converter when you are using custom Objects
         as your values and/or options.
-        If you need to know the actual values on the client-side, then you can set 
-        valuePassThru to true. This will pass the values through to the client, 
+        If you need to know the actual values on the client-side, then you can set
+        valuePassThru to true. This will pass the values through to the client,
         using your custom converter if it is available; a custom converter is
         needed if you are using custom objects. The default is false.]]>
       </description>
@@ -96,7 +96,7 @@
       <description><![CDATA[a boolean value that controls whether the component
 provides label and message support;  when set to "true", the component will
 not display messaging support or the label (these attributes may be ignored: label,
-labelAndAccessKey, accessKey, showRequired, 
+labelAndAccessKey, accessKey, showRequired,
 tip), and may use simpler layout primitives]]>
       </description>
       <property-name>simple</property-name>
@@ -120,7 +120,7 @@
     <xi:include href="includes/FocusJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <property>
-      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the 
+      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the
           "showRequired" attribute must be false for the visual indication not to be displayed.]]>
       </description>
       <property-name>showRequired</property-name>
@@ -131,14 +131,14 @@
           <mfp:group>${md:getTranslatedString("MESSAGE_GROUP")}</mfp:group>
         </mfp:property-metadata>
       </property-extension>
-    </property>  
+    </property>
     <property>
       <description><![CDATA[<html>
  Character used to gain quick access to
                the form element specified by the
          <code>for</code>, if set (or this component itself,
               if it is a "non-simple" form element).
-              For accessibility reasons, this functionality is not supported 
+              For accessibility reasons, this functionality is not supported
               in screen reader mode.
               If the same access key appears in multiple locations in the
               same page of output, the rendering user agent will cycle
@@ -197,11 +197,14 @@
           represents an available option that the user may select.</html>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:selectManyListbox value="#{bean.aValue}" required="yes">
+        <mfp:source-code>
+          <![CDATA[
+<tr:selectManyListbox value="#{bean.aValue}" required="yes">
   <f:selectItem itemLabel="Option1" itemValue="1"/>
   <f:selectItem itemLabel="Option1" itemValue="2"/>
   <f:selectItem itemLabel="Option1" itemValue="3"/>
-</tr:selectManyListbox>]]>
+</tr:selectManyListbox>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Andy Schwartz</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyShuttle.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyShuttle.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyShuttle.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyShuttle.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -64,12 +64,12 @@
       <description><![CDATA[whether or not the values are passed through to
         the client. When valuePassThru is false
         the value and the options' values
-        are converted to indexes before being sent to the client. 
-        Therefore, when valuePassThru is false, 
+        are converted to indexes before being sent to the client.
+        Therefore, when valuePassThru is false,
         there is no need to write your own converter when you are using custom Objects
         as your values and/or options.
-        If you need to know the actual values on the client-side, then you can set 
-        valuePassThru to true. This will pass the values through to the client, 
+        If you need to know the actual values on the client-side, then you can set
+        valuePassThru to true. This will pass the values through to the client,
         using your custom converter if it is available; a custom converter is
         needed if you are using custom objects. The default is false.]]>
       </description>
@@ -111,10 +111,10 @@
     <xi:include href="includes/FocusJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <property>
-      <description><![CDATA[the display size(number of items) of the lists. The size 
-              specified must be between 10 and 20 items. If the attribute is not 
-              set or has a value less than 10, the size would have a default or 
-              minimum value of 10. If the attribute value specified is more than 
+      <description><![CDATA[the display size(number of items) of the lists. The size
+              specified must be between 10 and 20 items. If the attribute is not
+              set or has a value less than 10, the size would have a default or
+              minimum value of 10. If the attribute value specified is more than
               20 items, the size would have the maximum value of 20.]]>
       </description>
       <property-name>size</property-name>
@@ -198,12 +198,12 @@
               and the <html:code>&quot;trailingDescShown&quot;</html:code> attribute.
             </html:p>
             <html:p>
-              To control the display size(number of items) of the lists, the 
-              size attribute has to be specified. The size specified must be 
-              between 10 and 20 items. If the attribute is not set or has a 
-              value less than 10, the size would have a default or minimum 
-              value of 10. If the attribute value specified is more than 20 items, 
-              the size would have the maximum value of 20. 
+              To control the display size(number of items) of the lists, the
+              size attribute has to be specified. The size specified must be
+              between 10 and 20 items. If the attribute is not set or has a
+              value less than 10, the size would have a default or minimum
+              value of 10. If the attribute value specified is more than 20 items,
+              the size would have the maximum value of 20.
             </html:p>
           </section>
 
@@ -324,9 +324,9 @@
                   <html:code>leadingList</html:code> is true, otherwise they are deleted from the
                   trailing list.  The items deleted are the items that are selected in the
                   appropriate list.</html:li>
-                  
+
                 <html:li><html:code>reset()</html:code> : reset the shuttle
-                  to its initial state.</html:li>                  
+                  to its initial state.</html:li>
 
               </html:ul>
 
@@ -335,11 +335,14 @@
           </section>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:selectManyShuttle value="#{bean.valueList}">
+        <mfp:source-code>
+          <![CDATA[
+<tr:selectManyShuttle value="#{bean.valueList}">
   <f:selectItem itemLabel="Option1" itemValue="1"/>
   <f:selectItem itemLabel="Option1" itemValue="2"/>
   <f:selectItem itemLabel="Option1" itemValue="3"/>
-</tr:selectManyShuttle>]]>
+</tr:selectManyShuttle>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Marissa Treinen</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneChoice.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneChoice.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneChoice.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneChoice.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -31,7 +31,7 @@
     </icon>
     <component-type>org.apache.myfaces.trinidad.CoreSelectOneChoice</component-type>
     <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectOneChoice</component-class>
-    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
+    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/>
     <property>
       <description><![CDATA[The label for the option that represents a value of null, meaning nothing is selected. If unselectedLabel is not set and if the component does not have a selected value, then an option with an empty string as the label and value is rendered as the first option in the choice box (if there isn't an empty option already defined). Once an option has been successfully selected, and if unselectedLabel is not set, then the empty option will not be rendered.]]>
       </description>
@@ -67,12 +67,12 @@
       <description><![CDATA[whether or not the values are passed through to
         the client. When valuePassThru is false
         the value and the options' values
-        are converted to indexes before being sent to the client. 
-        Therefore, when valuePassThru is false, 
+        are converted to indexes before being sent to the client.
+        Therefore, when valuePassThru is false,
         there is no need to write your own converter when you are using custom Objects
         as your values and/or options.
-        If you need to know the actual values on the client-side, then you can set 
-        valuePassThru to true. This will pass the values through to the client, 
+        If you need to know the actual values on the client-side, then you can set
+        valuePassThru to true. This will pass the values through to the client,
         using your custom converter if it is available; a custom converter is
         needed if you are using custom objects. The default is false.]]>
       </description>
@@ -114,7 +114,7 @@
       <description><![CDATA[a boolean value that controls whether the component
 provides label and message support;  when set to "true", the component will
 not display messaging support or the label (these attributes may be ignored: label,
-labelAndAccessKey, accessKey, showRequired, 
+labelAndAccessKey, accessKey, showRequired,
 tip), and may use simpler layout primitives]]>
       </description>
       <property-name>simple</property-name>
@@ -138,7 +138,7 @@
     <xi:include href="includes/FocusJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <property>
-      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the 
+      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the
           "showRequired" attribute must be false for the visual indication not to be displayed.]]>
       </description>
       <property-name>showRequired</property-name>
@@ -149,14 +149,14 @@
           <mfp:group>${md:getTranslatedString("MESSAGE_GROUP")}</mfp:group>
         </mfp:property-metadata>
       </property-extension>
-    </property> 
+    </property>
     <property>
       <description><![CDATA[<html>
  Character used to gain quick access to
                the form element specified by the
          <code>for</code>, if set (or this component itself,
               if it is a "non-simple" form element).
-              For accessibility reasons, this functionality is not supported 
+              For accessibility reasons, this functionality is not supported
               in screen reader mode.
               If the same access key appears in multiple locations in the
               same page of output, the rendering user agent will cycle
@@ -172,7 +172,7 @@
           <mfp:short-description>${md:getTranslatedString("SD_ATTRGROUP_ACCESSKEY_ATTR_ACCESSKEY")}</mfp:short-description>
         </mfp:property-metadata>
       </property-extension>
-    </property>   
+    </property>
     <property>
       <description><![CDATA[If set to TRUE on a form element, the component will automatically submit
      the enclosing form when an appropriate action takes place (a click, text
@@ -195,11 +195,14 @@
           represents an available option that the user may select.</html>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:selectOneChoice value="#{bean.aValue}" required="true">
+        <mfp:source-code>
+          <![CDATA[
+<tr:selectOneChoice value="#{bean.aValue}" required="true">
   <f:selectItem itemLabel="Option1" itemValue="1"/>
   <f:selectItem itemLabel="Option1" itemValue="2"/>
   <f:selectItem itemLabel="Option1" itemValue="3"/>
-</tr:selectOneChoice>]]>
+</tr:selectOneChoice>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Andy Schwartz</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneListbox.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneListbox.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneListbox.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneListbox.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -32,7 +32,7 @@
     </icon>
     <component-type>org.apache.myfaces.trinidad.CoreSelectOneListbox</component-type>
     <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectOneListbox</component-class>
-    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
+    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/>
     <property>
       <description><![CDATA[The number of items that should be visible in the list. The renderer may constrain the maximum and minimum number of items shown.]]></description>
       <property-name>size</property-name>
@@ -48,12 +48,12 @@
       <description><![CDATA[whether or not the values are passed through to
         the client. When valuePassThru is false
         the value and the options' values
-        are converted to indexes before being sent to the client. 
-        Therefore, when valuePassThru is false, 
+        are converted to indexes before being sent to the client.
+        Therefore, when valuePassThru is false,
         there is no need to write your own converter when you are using custom Objects
         as your values and/or options.
-        If you need to know the actual values on the client-side, then you can set 
-        valuePassThru to true. This will pass the values through to the client, 
+        If you need to know the actual values on the client-side, then you can set
+        valuePassThru to true. This will pass the values through to the client,
         using your custom converter if it is available; a custom converter is
         needed if you are using custom objects. The default is false.]]>
       </description>
@@ -108,7 +108,7 @@
       <description><![CDATA[a boolean value that controls whether the component
 provides label and message support;  when set to "true", the component will
 not display messaging support or the label (these attributes may be ignored: label,
-labelAndAccessKey, accessKey, showRequired, 
+labelAndAccessKey, accessKey, showRequired,
 tip), and may use simpler layout primitives]]>
       </description>
       <property-name>simple</property-name>
@@ -132,7 +132,7 @@
     <xi:include href="includes/FocusJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <property>
-      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the 
+      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the
           "showRequired" attribute must be false for the visual indication not to be displayed.]]>
       </description>
       <property-name>showRequired</property-name>
@@ -143,14 +143,14 @@
           <mfp:group>${md:getTranslatedString("MESSAGE_GROUP")}</mfp:group>
         </mfp:property-metadata>
       </property-extension>
-    </property>   
+    </property>
     <property>
       <description><![CDATA[<html>
  Character used to gain quick access to
                the form element specified by the
          <code>for</code>, if set (or this component itself,
               if it is a "non-simple" form element).
-              For accessibility reasons, this functionality is not supported 
+              For accessibility reasons, this functionality is not supported
               in screen reader mode.
               If the same access key appears in multiple locations in the
               same page of output, the rendering user agent will cycle
@@ -209,11 +209,14 @@
           represents an available option that the user may select.</html>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:selectOneListbox value="#{bean.aValue}" required="yes">
+        <mfp:source-code>
+          <![CDATA[
+<tr:selectOneListbox value="#{bean.aValue}" required="yes">
   <f:selectItem itemLabel="Option1" itemValue="1"/>
   <f:selectItem itemLabel="Option1" itemValue="2"/>
   <f:selectItem itemLabel="Option1" itemValue="3"/>
-</tr:selectOneListbox>]]>
+</tr:selectOneListbox>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Andy Schwartz</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneRadio.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneRadio.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneRadio.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneRadio.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -33,7 +33,7 @@
     </icon>
     <component-type>org.apache.myfaces.trinidad.CoreSelectOneRadio</component-type>
     <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectOneRadio</component-class>
-    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
+    <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/>
     <property>
       <description><![CDATA[the label for an additional item that indicates no selection has
 been made.  When the user selects this item, "required" validation will
@@ -48,8 +48,8 @@
       </property-extension>
     </property>
     <property>
-      <description><![CDATA[whether the control displays the buttons 
-              horizontally or vertically.The valid values are "horizontal" and 
+      <description><![CDATA[whether the control displays the buttons
+              horizontally or vertically.The valid values are "horizontal" and
               "vertical", the default being "vertical".]]>
       </description>
       <property-name>layout</property-name>
@@ -63,12 +63,12 @@
       <description><![CDATA[whether or not the values are passed through to
         the client. When valuePassThru is false
         the value and the options' values
-        are converted to indexes before being sent to the client. 
-        Therefore, when valuePassThru is false, 
+        are converted to indexes before being sent to the client.
+        Therefore, when valuePassThru is false,
         there is no need to write your own converter when you are using custom Objects
         as your values and/or options.
-        If you need to know the actual values on the client-side, then you can set 
-        valuePassThru to true. This will pass the values through to the client, 
+        If you need to know the actual values on the client-side, then you can set
+        valuePassThru to true. This will pass the values through to the client,
         using your custom converter if it is available; a custom converter is
         needed if you are using custom objects. The default is false.]]>
       </description>
@@ -110,7 +110,7 @@
       <description><![CDATA[a boolean value that controls whether the component
 provides label and message support;  when set to "true", the component will
 not display messaging support or the label (these attributes may be ignored: label,
-labelAndAccessKey, accessKey,  showRequired, 
+labelAndAccessKey, accessKey,  showRequired,
 tip), and may use simpler layout primitives]]>
       </description>
       <property-name>simple</property-name>
@@ -134,7 +134,7 @@
     <xi:include href="includes/FocusJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <property>
-      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the 
+      <description><![CDATA[whether the associated control displays a visual indication of required user input. If a "required" attribute is also present, both the "required" attribute and the
           "showRequired" attribute must be false for the visual indication not to be displayed.]]>
       </description>
       <property-name>showRequired</property-name>
@@ -145,14 +145,14 @@
           <mfp:group>${md:getTranslatedString("MESSAGE_GROUP")}</mfp:group>
         </mfp:property-metadata>
       </property-extension>
-    </property>  
+    </property>
     <property>
       <description><![CDATA[<html>
  Character used to gain quick access to
                the form element specified by the
          <code>for</code>, if set (or this component itself,
               if it is a "non-simple" form element).
-              For accessibility reasons, this functionality is not supported 
+              For accessibility reasons, this functionality is not supported
               in screen reader mode.
               If the same access key appears in multiple locations in the
               same page of output, the rendering user agent will cycle
@@ -212,11 +212,14 @@
           represents an available option that the user may select.</p></html>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:selectOneRadio value="#{bean.aValue}" required="yes">
+        <mfp:source-code>
+          <![CDATA[
+<tr:selectOneRadio value="#{bean.aValue}" required="yes">
   <f:selectItem itemLabel="Option1" itemValue="1"/>
   <f:selectItem itemLabel="Option1" itemValue="2"/>
   <f:selectItem itemLabel="Option1" itemValue="3"/>
-</tr:selectOneRadio>]]>
+</tr:selectOneRadio>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>John Fallows</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOrderShuttle.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOrderShuttle.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOrderShuttle.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOrderShuttle.xml Mon Feb 18 06:13:24 2008
@@ -16,7 +16,7 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:tr="http://myfaces.apache.org/trinidad"
@@ -71,12 +71,12 @@
       <description><![CDATA[whether or not the values are passed through to
         the client. When valuePassThru is false
         the value and the options' values
-        are converted to indexes before being sent to the client. 
-        Therefore, when valuePassThru is false, 
+        are converted to indexes before being sent to the client.
+        Therefore, when valuePassThru is false,
         there is no need to write your own converter when you are using custom Objects
         as your values and/or options.
-        If you need to know the actual values on the client-side, then you can set 
-        valuePassThru to true. This will pass the values through to the client, 
+        If you need to know the actual values on the client-side, then you can set
+        valuePassThru to true. This will pass the values through to the client,
         using your custom converter if it is available; a custom converter is
         needed if you are using custom objects. The default is false.]]>
       </description>
@@ -118,10 +118,10 @@
     <xi:include href="includes/FocusJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <property>
-      <description><![CDATA[the display size(number of items) of the lists. The size 
-              specified must be between 10 and 20 items. If the attribute is not 
-              set or has a value less than 10, the size would have a default or 
-              minimum value of 10. If the attribute value specified is more than 
+      <description><![CDATA[the display size(number of items) of the lists. The size
+              specified must be between 10 and 20 items. If the attribute is not
+              set or has a value less than 10, the size would have a default or
+              minimum value of 10. If the attribute value specified is more than
               20 items, the size would have the maximum value of 20.]]>
       </description>
       <property-name>size</property-name>
@@ -177,7 +177,7 @@
       <mfp:long-description><![CDATA[The selectOrderShuttle component provides a mechanism for selecting
    multiple values from a list of values by allowing the user to move
    items between two lists, and reordering that list of values.
-          It includes all the functionality 
+          It includes all the functionality
           of selectManyShuttle, and has an equivalent API.  The only
           functional difference is that selectOrderShuttle will present the
           user with the ability to reorder the list of selected values,
@@ -188,11 +188,14 @@
           on using the shuttle.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:selectOrderShuttle value="#{bean.valueList}">
+        <mfp:source-code>
+          <![CDATA[
+<tr:selectOrderShuttle value="#{bean.valueList}">
   <f:selectItem itemLabel="Option1" itemValue="1"/>
   <f:selectItem itemLabel="Option1" itemValue="2"/>
   <f:selectItem itemLabel="Option1" itemValue="3"/>
-</tr:selectOrderShuttle>]]>
+</tr:selectOrderShuttle>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Marissa Treinen</mfp:author>