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 [4/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/CoreSelectRangeChoiceBar.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectRangeChoiceBar.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/CoreSelectRangeChoiceBar.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectRangeChoiceBar.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"
@@ -25,8 +25,8 @@
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
     <description><![CDATA[SelectRangeChoiceBar is used to allow the user to select a range of
-          records to display among a larger set of records. 
-          It allows the user to move back and forth through these records 
+          records to display among a larger set of records.
+          It allows the user to move back and forth through these records
           through a choice and buttons.]]>
     </description>
     <icon>
@@ -56,32 +56,42 @@
       <mfp:tag-name>tr:selectRangeChoiceBar</mfp:tag-name>
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.data.CoreSelectRangeChoiceBarTag</mfp:tag-class>
       <mfp:long-description><![CDATA[SelectRangeChoiceBar is used to allow the user to select a range of
-          records to display among a larger set of records. 
+          records to display among a larger set of records.
           It allows the user to move back and forth through these records.
           <section name="Appearance">
           selectRangeChoiceBar renders a Previous button, a choice, and a Next button.
           The choice contains options for ranges.
           </section>
           <section name="Events">
-          Clicking on either the Previous or Next buttons or selecting an option from the 
+          Clicking on either the Previous or Next buttons or selecting an option from the
           choice will deliver a <code>RangeChangeEvent</code> to the server.
           </section>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>The following is an example of selectRangeChoiceBar.
-          If tableData has 100 rows, 
-          it renders a Previous button, 
+        <mfp:source-description>The following is an example of selectRangeChoiceBar.
+          If tableData has 100 rows,
+          it renders a Previous button,
           a choice with the selected value of 30-39 of 100,
           and a Next button.
-        </xhtml:p>
-        <mfp:source-code><![CDATA[<tr:selectRangeChoiceBar value="#{tableData}" first="30" rows="10"/>]]></mfp:source-code>
-        <xhtml:p>The following is an example of selectRangeChoiceBar with
-          customized range labels.</xhtml:p>
-        <mfp:source-code><![CDATA[<tr:selectRangeChoiceBar value="#{tableData}" var="range" first="30" rows="10">
-              <f:facet name="rangeLabel">
-                <f:selectItem itemLabel="#{range.start.eName} - #{range.end.eName}" />
-              </f:facet>
-            </tr:selectRangeChoiceBar>]]>
+        </mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:selectRangeChoiceBar value="#{tableData}" first="30" rows="10"/>
+          ]]>
+        </mfp:source-code>
+      </mfp:example>
+      <mfp:example>
+        <mfp:source-description>The following is an example of selectRangeChoiceBar with
+          customized range labels.
+        </mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:selectRangeChoiceBar value="#{tableData}" var="range" first="30" rows="10">
+  <f:facet name="rangeLabel">
+    <f:selectItem itemLabel="#{range.start.eName} - #{range.end.eName}" />
+  </f:facet>
+</tr:selectRangeChoiceBar>
+          ]]>
         </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/CoreSeparator.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSeparator.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/CoreSeparator.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSeparator.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"
@@ -25,7 +25,7 @@
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
     <description>
-      <![CDATA[The separator is used anywhere to create a horizontal separator 
+      <![CDATA[The separator is used anywhere to create a horizontal separator
 between items.]]>
     </description>
     <icon>
@@ -43,8 +43,15 @@
           The separator creates a horizontal separator.
          </html:p>]]>
       </mfp:long-description>
-      <mfp:example>It doesn't get any simpler than this one.
-        <mfp:source-code>&lt;tr:separator/&gt;</mfp:source-code>
+      <mfp:example>
+        <mfp:source-description>
+          It doesn't get any simpler than this one.
+        </mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:separator/>
+          ]]>
+        </mfp:source-code>
       </mfp:example>
       <mfp:author>Blake Sullivan</mfp:author>
       <mfp:component-metadata>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetail.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetail.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/CoreShowDetail.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetail.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"
@@ -25,17 +25,17 @@
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
     <description>
-      <![CDATA[The showDetail provides a means of toggling a group of components between being 
-hidden or shown.  If the "prompt" facet is present, the component in the facet 
+      <![CDATA[The showDetail provides a means of toggling a group of components between being
+hidden or shown.  If the "prompt" facet is present, the component in the facet
 will be put next to the disclosure icon.  If the prompt facet is not present
 but either the disclosedText or the undisclosedText attributes are set, then
 the text in that attribute will be displayed next to the disclosure icon.
-If the prompt facet is not set but both the disclosedText and undisclosedText 
-attributes are set then the disclosedText will be displayed when disclosed="true" 
-and undisclosedText will be displayed when disclosed="false".  If the prompt 
+If the prompt facet is not set but both the disclosedText and undisclosedText
+attributes are set then the disclosedText will be displayed when disclosed="true"
+and undisclosedText will be displayed when disclosed="false".  If the prompt
 facet is not set and neither the disclosedText or undisclosedText attributes are
 set, then the label will default to "Hide" for the disclosed text and "Show" for
-the undisclosed text.  For the purposes of EL, setting disclosedText or 
+the undisclosed text.  For the purposes of EL, setting disclosedText or
 undisclosedText to null is the same as not setting the value.]]>
     </description>
     <icon>
@@ -99,11 +99,11 @@
       <mfp:tag-name>tr:showDetail</mfp:tag-name>
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CoreShowDetailTag</mfp:tag-class>
       <mfp:long-description>
-        <![CDATA[The showDetail provides a means of toggling a group of components between being 
+        <![CDATA[The showDetail provides a means of toggling a group of components between being
 disclosed or undisclosed.  A showDetail should be used to:
 <html:ul>
   <html:li>
-    hide/show an entire section or a part of a section of information within the 
+    hide/show an entire section or a part of a section of information within the
     contents of a page such as:
   </html:li>
   <html:ul>
@@ -125,32 +125,32 @@
   <html:li>hide/show details of a table row</html:li>
 </html:ul>
 <html:p>
-  On mobile devices the showDetail renders nothing itself, but does renders its 
+  On mobile devices the showDetail renders nothing itself, but does renders its
   children.
 </html:p>
 <section name="Appearance">
-  If the &quot;disclosed&quot; property on the showDetail is set to false,  the 
+  If the &quot;disclosed&quot; property on the showDetail is set to false,  the
   an icon indicating that the item is not disclosed will be rendered and the
   &quot;prompt&quot; facet will be rendered next to the icon.  In this case
-  the children of showDetail will not be rendered.  If the &quot;disclosed&quot; 
+  the children of showDetail will not be rendered.  If the &quot;disclosed&quot;
   property  is set to false, the icon indicating that the item IS disclosed will
-  be rendered and the and the &quot;prompt&quot; facet will be rendered next to 
+  be rendered and the and the &quot;prompt&quot; facet will be rendered next to
   the icon.  In this case, the children of showDetail WILL be rendered.
   <html:p>
     If the &quot;prompt&quot; facet is not present, but either the disclosedText
-    or undisclosedText attributes are present (not both), the text in the attribute 
+    or undisclosedText attributes are present (not both), the text in the attribute
     will appear next to the disclosure icon for both states.
   </html:p>
   <html:p>
     If the &quot;prompt&quot; facet is not present and both the disclosedText and
     or undisclosedText attributes are present , the text in the disclosedText
-    attribute will appear when disclosed=&quot;true&quot; and the text in the 
+    attribute will appear when disclosed=&quot;true&quot; and the text in the
     undisclosedText attribute will appear when disclosed=&quot;false&quot;.
   </html:p>
   <html:p>
     Finally, if the &quot;prompt&quot; facet is not present and neither the
     disclosedText or undisclosedText attributes are present, then the word
-    &quot;hide&quot; will appear next to the disclosure icon when 
+    &quot;hide&quot; will appear next to the disclosure icon when
     disclosed=&quot;true&quot; and the word &quot;show&quot; will appear next
     to the disclosure icon when disclosed=&quot;false&quot;.  In this case both
     the &quot;hide&quot; and &quot;show&quot; labels will be links and mnd may
@@ -158,17 +158,19 @@
   </html:p>
 </section>
 <section name="Events">
-  Clicking on the icon of the showDetail will deliver a <code>DisclosureEvent</code> 
+  Clicking on the icon of the showDetail will deliver a <code>DisclosureEvent</code>
   to the server.  If a &quot;prompt&quot; facet is used, changing the value of the
   disclosed attribute on this component will also deliver the event.
 </section>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>An interactive showDetail</xhtml:p>
+        <mfp:source-description>An interactive showDetail</mfp:source-description>
         <mfp:source-code>
-          <![CDATA[<tr:showDetail id="showDetail1">
+          <![CDATA[
+<tr:showDetail id="showDetail1">
   <tr:panelHeader text="Header" />
-</tr:showDetail>]]>
+</tr:showDetail>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:component-metadata>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetailHeader.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetailHeader.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/CoreShowDetailHeader.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetailHeader.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"
@@ -26,7 +26,7 @@
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
     <description>
-      <![CDATA[The showDetailHeader provides a means of toggling the contents under a header 
+      <![CDATA[The showDetailHeader provides a means of toggling the contents under a header
 between being disclosed(shown) or undisclosed(hidden).]]>
     </description>
     <icon>
@@ -54,26 +54,28 @@
 
 <section name="Appearance">
   <html:p>
-    If the &quot;disclosed&quot; property on the showDetailHeader is set 
-    to false, the icon arrow will point sideways, and the children of 
-    the showDetailHeader will not be rendered.  If the &quot;disclosed&quot; 
-    property of the showDetailHeader is set to true, the icon arrow will 
+    If the &quot;disclosed&quot; property on the showDetailHeader is set
+    to false, the icon arrow will point sideways, and the children of
+    the showDetailHeader will not be rendered.  If the &quot;disclosed&quot;
+    property of the showDetailHeader is set to true, the icon arrow will
     point down and the children of the showDetailHeader will be rendered.
   </html:p>
 </section>
 <section name="Events">
   <html:p>
-    Clicking on the icon of the showDetailHeader will deliver a 
+    Clicking on the icon of the showDetailHeader will deliver a
     <code>DisclosureEvent</code> to the server.
   </html:p>
 </section>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>Basic example.</xhtml:p>
+        <mfp:source-description>Basic example.</mfp:source-description>
         <mfp:source-code>
-          <![CDATA[<tr:showDetailHeader text="ShowDetail Header" id="showDetail1" >
+          <![CDATA[
+<tr:showDetailHeader text="ShowDetail Header" id="showDetail1" >
   <tr:panelHeader text="Header"/>
-</tr:showDetailHeader>]]>
+</tr:showDetailHeader>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Gabrielle Crawford</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetailItem.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetailItem.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/CoreShowDetailItem.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetailItem.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,8 +46,8 @@
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
     <property>
       <description>
-        <![CDATA[If value is "true", the component becomes non-interactive.  
-Otherwise,the default value is "false" and component assumes 
+        <![CDATA[If value is "true", the component becomes non-interactive.
+Otherwise,the default value is "false" and component assumes
 its expected behavior.]]>
       </description>
       <property-name>disabled</property-name>
@@ -95,7 +95,7 @@
     <property>
       <description>
         <![CDATA[Character used to gain quick access to this showDetailItem.
-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
@@ -117,14 +117,14 @@
     </property>
     <property>
       <description>
-        <![CDATA[A non-negative integer that indicates the flexibility of this 
-component in its container.  If the container supports it, flex 
-is used to determine how space is distributed among its children.  
-Components with larger flex values will be made larger than 
-components with lower flex values.  This is done so at the ratio 
-determined by the flex of each of the two components.  The actual 
-value is only relevant if there are other flexible components 
-(components with flex values larger than zero) within the same 
+        <![CDATA[A non-negative integer that indicates the flexibility of this
+component in its container.  If the container supports it, flex
+is used to determine how space is distributed among its children.
+Components with larger flex values will be made larger than
+components with lower flex values.  This is done so at the ratio
+determined by the flex of each of the two components.  The actual
+value is only relevant if there are other flexible components
+(components with flex values larger than zero) within the same
 container.]]>
       </description>
       <property-name>flex</property-name>
@@ -156,12 +156,14 @@
 </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>Two showDetailItems, the first of which is "disclosed":</xhtml:p>
+        <mfp:source-description>Two showDetailItems, the first of which is "disclosed":</mfp:source-description>
         <mfp:source-code>
-          <![CDATA[<tr:panelTabbed>
-            <tr:showDetailItem text="First" disclosed="true"/>
-            <tr:showDetailItem text="Second"/>
-           </tr:panelTabbed>]]>
+          <![CDATA[
+<tr:panelTabbed>
+  <tr:showDetailItem text="First" disclosed="true"/>
+  <tr:showDetailItem text="Second"/>
+</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/CoreSingleStepButtonBar.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSingleStepButtonBar.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/CoreSingleStepButtonBar.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSingleStepButtonBar.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"
@@ -60,8 +60,8 @@
             SingleStepButtonBar implements javax.faces.component.ActionSource, which
             means it is a source of javax.faces.event.ActionEvent's.
             <p>
-            The ActionEvent is delivered during the Apply Request Values phase 
-            when navigating back, and during the 
+            The ActionEvent is delivered during the Apply Request Values phase
+            when navigating back, and during the
             Invoke Application phase when navigating forward.
             </p>
             <p>
@@ -74,23 +74,26 @@
             <p>
             JSF has a default javax.faces.event.ActionListener that passes the
             nextAction or previousAction outcome to the NavigationHandler.
-            </p>              
+            </p>
             <p>
-            The nextActionListener/previousActionListener attributes are of 
-            type MethodBinding and must (in non-null) point to a method 
+            The nextActionListener/previousActionListener attributes are of
+            type MethodBinding and must (in non-null) point to a method
             accepting an ActionEvent, with a return type of void.
             When navigating to the previous step, then the previousActionListener
             method is called. When navigating to the next step, the nextActionListener
             method is called.
-            </p>       
+            </p>
           </section>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>A simple example of a singleStepButtonBar.</xhtml:p>
-        <mfp:source-code><![CDATA[<tr:form>
-     <tr:singleStepButtonBar selectedStep="2" maxStep="5" previousAction="cart"
-     nextAction="checkout"/>
-   </tr:form>]]>
+        <mfp:source-description>A simple example of a singleStepButtonBar.</mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:form>
+  <tr:singleStepButtonBar selectedStep="2" maxStep="5" previousAction="cart"
+                          nextAction="checkout"/>
+</tr:form>
+          ]]>
         </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/CoreSpacer.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSpacer.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/CoreSpacer.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSpacer.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"
@@ -93,17 +93,20 @@
           standards mode HTML.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelGroupLayout type="horizontal">
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelGroupLayout type="horizontal">
   <f:facet name="separator">
     <tr:spacer width="10" height="1"/>
   </f:facet>
   <tr:goLink text="First Link"
-        destination="http://myfaces.apache.org"/>
+             destination="http://myfaces.apache.org"/>
   <tr:goLink text="Second Link"
-        destination="http://myfaces.apache.org"/>
+             destination="http://myfaces.apache.org"/>
   <tr:goLink text="Third Link"
-        destination="http://myfaces.apache.org"/>
-</tr:panelGroupLayout>]]>
+             destination="http://myfaces.apache.org"/>
+</tr:panelGroupLayout>
+          ]]>
         </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/CoreStatusIndicator.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreStatusIndicator.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/CoreStatusIndicator.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreStatusIndicator.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"
@@ -25,12 +25,12 @@
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
     <description>
-      <![CDATA[The statusIndicator component shows whether the page 
-               is busy processing or is ready. By default, the component 
-               shows predefined icons for both readyand busy state. However, 
-               if a facet is specified, be it rendered or not, none of the 
-               default icon is going to be rendered. That behavior enable an 
-               easy emulation of GMail behavior specifying only a busy 
+      <![CDATA[The statusIndicator component shows whether the page
+               is busy processing or is ready. By default, the component
+               shows predefined icons for both readyand busy state. However,
+               if a facet is specified, be it rendered or not, none of the
+               default icon is going to be rendered. That behavior enable an
+               easy emulation of GMail behavior specifying only a busy
                facet.]]></description>
     <icon>
       <!-- small-icon>/org/apache/myfaces/trinidad/metadata/icons/statusIndicator.png</small-icon -->
@@ -46,12 +46,12 @@
     </facet>
     <facet>
       <description>
-        <![CDATA[Content to be rendered when the page is busy processing. 
-                 If this facet is specified, no default icon is going to 
+        <![CDATA[Content to be rendered when the page is busy processing.
+                 If this facet is specified, no default icon is going to
                  be rendered.]]></description>
       <facet-name>busy</facet-name>
     </facet>
-    
+
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
 
@@ -61,21 +61,23 @@
       <mfp:tag-name>tr:statusIndicator</mfp:tag-name>
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.output.CoreStatusIndicatorTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
-            The The statusIndicator component shows whether the page is 
-            busy processing or is ready. By default, the component 
-            shows predefined icons for both readyand busy state. However, 
-            if a facet is specified, be it rendered or not, none of the 
-            default icon is going to be rendered. That behavior enable an 
-            easy emulation of GMail behavior by specifying only a busy 
+            The The statusIndicator component shows whether the page is
+            busy processing or is ready. By default, the component
+            shows predefined icons for both readyand busy state. However,
+            if a facet is specified, be it rendered or not, none of the
+            default icon is going to be rendered. That behavior enable an
+            easy emulation of GMail behavior by specifying only a busy
             facet.</html:p>]]>
       </mfp:long-description>
       <mfp:example>
         <mfp:source-code>
-          &lt;tr:statusIndicator&gt;
-          	&lt;f:facet name=&quot;busy&quot;&gt;
-              &lt;tr:outputText value=&quot;Loading, please wait...&quot;/&gt;
-            &lt;/f:facet&gt;
-          &lt;/tr:statusIndicator&gt;
+          <![CDATA[
+<tr:statusIndicator>
+  <f:facet name="busy">
+    <tr:outputText value="Loading, please wait..."/>
+  </f:facet>
+</tr:statusIndicator>
+          ]]>
         </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/CoreSubform.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSubform.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/CoreSubform.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSubform.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"
@@ -62,10 +62,13 @@
 </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:form>
+        <mfp:source-code>
+          <![CDATA[
+<tr:form>
   <tr:subform>... search region ... </tr:subform>
   <tr:subform default="true"> ... main content ... </tr:subform>
-</tr:form>]]>
+</tr: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/CoreTable.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTable.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/CoreTable.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTable.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"
@@ -225,8 +225,10 @@
         </section>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:table value="#{myManagedBean.allEmployees}"  
-   bandingInterval="2" banding="row" var="emp">
+        <mfp:source-code>
+          <![CDATA[
+<tr:table value="#{myManagedBean.allEmployees}"
+          bandingInterval="2" banding="row" var="emp">
   <tr:column>
     <f:facet name="header">
       <tr:outputText value="Name"/>
@@ -239,7 +241,8 @@
     </f:facet>
     <tr:outputText value="#{emp.deptno}"/>
   </tr:column>
-</tr:table>]]>
+</tr:table>
+          ]]>
         </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/CoreTrain.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTrain.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/CoreTrain.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTrain.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"
@@ -44,67 +44,69 @@
       <mfp:tag-name>tr:train</mfp:tag-name>
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreTrainTag</mfp:tag-class>
       <mfp:long-description>
-        <![CDATA[Train is a UIXProcess component 
-        that renders a train. A train is a horizontal series of train 
-        stations connected by a horizontal line. Each train station is an 
+        <![CDATA[Train is a UIXProcess component
+        that renders a train. A train is a horizontal series of train
+        stations connected by a horizontal line. Each train station is an
         image and text describing the page in the multi-page process.
-        
+
         <section name="Model">
-          The train takes a model of type 
-          <html:code>org.apache.myfaces.adf.model.MenuModel</html:code>. The 
-          last node along the focusPath and its siblings are rendered.         
+          The train takes a model of type
+          <html:code>org.apache.myfaces.adf.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 
+              <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.               
+              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 
+              <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.adf.model.ProcessMenuModel</html:code> 
-            and <html:code>org.apache.myfaces.adf.model.ProcessUtils</html:code> 
-            were created to support the &quot;Plus One&quot; and 
+
+            The class <html:code>org.apache.myfaces.adf.model.ProcessMenuModel</html:code>
+            and <html:code>org.apache.myfaces.adf.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. 
-            
+            classes for more information.
+
             <html:p>
-            When the focusPath is not focused on a top level node, 
+            When the focusPath is not focused on a top level node,
             images are rendered before and
-            after the train to indicate that this train is 
+            after the train to indicate that this train is
             part of a sub-process
             </html:p>
           </html:p>
           </section>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>This is an example of a train.</xhtml:p>
+        <mfp:source-description>This is an example of a train.</mfp:source-description>
         <mfp:source-code>
-          <![CDATA[<af:train var="node" value="#{processMenuModel}">
-          <f:facet name="nodeStamp">
-            <af:commandNavigationItem text="#{node.label}"
-              action="#{node.getOutcome}"
-              immediate="#{processMenuModel.immediate}"
-              readOnly="#{processMenuModel.readOnly}"/>
-          </f:facet>
-        </af:train>]]>
+          <![CDATA[
+<af:train var="node" value="#{processMenuModel}">
+  <f:facet name="nodeStamp">
+    <af:commandNavigationItem text="#{node.label}"
+      action="#{node.getOutcome}"
+      immediate="#{processMenuModel.immediate}"
+      readOnly="#{processMenuModel.readOnly}"/>
+  </f:facet>
+</af:train>
+          ]]>
         </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/CoreTree.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTree.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/CoreTree.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTree.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"
@@ -53,20 +53,23 @@
         <html:P>
           The &quot;nodeStamp&quot; facet of the Tree is used to display the
           data for each element in the tree. The &quot;nodeStamp&quot; is repeatedly
-          rendered (stamped) once per element. 
+          rendered (stamped) once per element.
         </html:P>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>In the following
+        <mfp:source-description>In the following
           example, the data for each element is placed under the EL property
           "node". The "nodeStamp" displays the data for each element by
           getting further properties from the "node" property:
-        </xhtml:p>
-        <mfp:source-code><![CDATA[<tr:tree var="node" value="#{myBean.orgChart.root}">
+        </mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:tree var="node" value="#{myBean.orgChart.root}">
   <f:facet name="nodeStamp">
     <tr:outputText value="#{node.firstname}"/>
   </f:facet>
-</tr:tree>]]>
+</tr:tree>
+          ]]>
         </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/CoreTreeTable.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTreeTable.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/CoreTreeTable.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTreeTable.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"
@@ -37,23 +37,26 @@
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <facet>
-      <description><![CDATA[the component used to stamp each step of the focus path of this 
+      <description><![CDATA[the component used to stamp each step of the focus path of this
                   treeTable.]]>
       </description>
       <facet-name>pathStamp</facet-name>
       <facet-extension>
-        <mfp:long-description>the component used to stamp each step of the focus path of this 
+        <mfp:long-description>the component used to stamp each step of the focus path of this
                   treeTable. This must be a simple outputText, or outputFormatted
                   tag. If this facet is not provided then the focus column and
                   the focus path will not be rendered.
         </mfp:long-description>
         <mfp:example>
-          <mfp:source-code><![CDATA[<tr:treeTable ...>
-                     <f:facet name="pathStamp">
-                      <tr:outputText value="#{node.Ename}" />
-                     </f:facet>
-                     ...
-                    </tr:treeTable>]]>
+          <mfp:source-code>
+            <![CDATA[
+<tr:treeTable ...>
+  <f:facet name="pathStamp">
+    <tr:outputText value="#{node.Ename}" />
+  </f:facet>
+     ...
+</tr:treeTable>
+            ]]>
           </mfp:source-code>
         </mfp:example>
         <mfp:facet-metadata>
@@ -96,11 +99,13 @@
         </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>In the following example, The "Object Name" Column is
+        <mfp:source-description>In the following example, The "Object Name" Column is
           the "Employee Name" Column. For each element (that is, employee) the
           TreeTable stamps out the name, ID and the department.
-        </xhtml:p>
-        <mfp:source-code><![CDATA[<tr:treeTable var="node" value="#{myBean.orgChart.root}">
+        </mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:treeTable var="node" value="#{myBean.orgChart.root}">
   <f:facet name="nodeStamp">
     <tr:column>
       <f:facet name="header">
@@ -121,7 +126,8 @@
     </f:facet>
     <tr:outputText value="#{node.dname}"/>
   </tr:column>
-</tr:treeTable>]]>
+</tr:treeTable>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Arjuna Wijeyekoon</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlBody.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlBody.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlBody.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlBody.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:trh="http://myfaces.apache.org/trinidad/html"
@@ -242,11 +242,14 @@
           </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<trh:html>
+        <mfp:source-code>
+          <![CDATA[
+<trh:html>
   <trh:body>
     <trh:outputText value="Here is some text inside a body element"/>
   </trh:body>
-</trh:html>]]>
+</trh:html>
+          ]]>
         </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/html/HtmlCellFormat.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlCellFormat.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlCellFormat.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlCellFormat.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:trh="http://myfaces.apache.org/trinidad/html"
@@ -100,7 +100,7 @@
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[Indicates whether or not this table cell is a header cell or a data cell. 
+      <description><![CDATA[Indicates whether or not this table cell is a header cell or a data cell.
         Setting this attribute to 'true' will mark this cell as a header cell.]]>
       </description>
       <property-name>header</property-name>
@@ -259,18 +259,19 @@
           alignment, width, or colspan.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<trh:tableLayout width="75%"
-             borderWidth="3"
-             cellSpacing="10"
-             halign="center">
+        <mfp:source-code>
+          <![CDATA[
+<trh:tableLayout width="75%"
+                 borderWidth="3"
+                 cellSpacing="10"
+                 halign="center">
   <trh:rowLayout halign="right">
-    First Column
-
-    <trh:cellFormat valign="bottom">
-      SecondColumn
+    <!-- First Column -->
+    <trh:cellFormat valign="bottom"/>
+    <!-- SecondColumn -->
     </trh:cellFormat>
-    <tr:panelGroupLayout laytou="horizontal">
-      Third Column
+    <tr:panelGroupLayout laytout="horizontal">
+      <!-- Third Column -->
       <tr:spacer height="100" width="1"/>
     </tr:panelGroupLayout>
   </trh:rowLayout>
@@ -280,7 +281,8 @@
       <tr:panelHeader text="Faces Servlet"/>
     </trh:cellFormat>
   </trh:rowLayout>
-</trh:tableLayout>]]>
+</trh:tableLayout>
+          ]]>
         </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/html/HtmlFrame.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlFrame.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlFrame.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlFrame.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:trh="http://myfaces.apache.org/trinidad/html"
@@ -104,7 +104,7 @@
               frame. Valid values for this attribute are the following
               constants:<br/>
 
-              
+
      "yes" specifies that scrollbars are always available. <br/>
      "no" specifies that scrollbars are never available. <br/>
      "auto" specifies that the browser determines whether to display scroll
@@ -179,17 +179,17 @@
           </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<trh:frameBorderLayout >
-
- <f:facet name="left">
-  <trh:frame source="frame_leftTest.jspx" name="left" width="30%" />
- </f:facet>
-
- <f:facet name="center">
-  <trh:frame source="frame_centerTest.jspx" name="contents" />
- </f:facet>
-
-</trh:frameBorderLayout>]]>
+        <mfp:source-code>
+          <![CDATA[
+<trh:frameBorderLayout >
+  <f:facet name="left">
+    <trh:frame source="frame_leftTest.jspx" name="left" width="30%" />
+  </f:facet>
+  <f:facet name="center">
+    <trh:frame source="frame_centerTest.jspx" name="contents" />
+  </f:facet>
+</trh:frameBorderLayout>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Arjuna Wijeyekoon</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlFrameBorderLayout.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlFrameBorderLayout.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlFrameBorderLayout.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlFrameBorderLayout.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:trh="http://myfaces.apache.org/trinidad/html"
@@ -324,7 +324,9 @@
           </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<trh:frameBorderLayout>
+        <mfp:source-code>
+          <![CDATA[
+<trh:frameBorderLayout>
  <f:facet name="Lleft">
   <trh:frame source="frame_leftTest.jspx" name="left" width="30%" />
  </f:facet>
@@ -332,7 +334,8 @@
  <f:facet name="center">
   <trh:frame source="frame_centerTest.jspx" name="contents" />
  </f:facet>
-</trh:frameBorderLayout>]]>
+</trh:frameBorderLayout>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Arjuna Wijeyekoon</mfp:author>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlHead.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlHead.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlHead.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlHead.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:trh="http://myfaces.apache.org/trinidad/html"
@@ -66,7 +66,11 @@
           </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code>&lt;trh:head title="The Title"/&gt;</mfp:source-code>
+        <mfp:source-code>
+          <![CDATA[
+<trh:head title="The Title"/>
+          ]]>
+        </mfp:source-code>
       </mfp:example>
       <mfp:author>Blake Sullivan</mfp:author>
       <mfp:component-metadata>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlHtml.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlHtml.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlHtml.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlHtml.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:xi="http://www.w3.org/2001/XInclude"
@@ -46,12 +46,16 @@
           </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<trh:html>
+        <mfp:source-code>
+          <![CDATA[
+<trh:html>
   <trh:head title="Document title"/>
 
   <trh:body>
-    <tr:panelPage/>      
-  </trh:body>]]>
+    <tr:panelPage/>
+  </trh:body>
+</trh:html>
+          ]]>
         </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/html/HtmlRowLayout.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlRowLayout.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlRowLayout.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlRowLayout.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:trh="http://myfaces.apache.org/trinidad/html"
@@ -213,17 +213,19 @@
           components.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<trh:tableLayout width="75%"
-             borderWidth="3"
-             cellSpacing="10"
-             halign="center">
+        <mfp:source-code>
+          <![CDATA[
+<trh:tableLayout width="75%"
+                 borderWidth="3"
+                 cellSpacing="10"
+                 halign="center">
   <trh:rowLayout halign="right">
-    First Column
-    <trh:cellFormat valign="bottom">
-      SecondColumn
+    <!-- First Column -->
+    <trh:cellFormat valign="bottom" />
+    <!-- SecondColumn -->
     </trh:cellFormat>
     <tr:panelGroupLayout layout="horizontal">
-      Third Column
+      <!-- Third Column -->
       <tr:spacer height="100" width="1"/>
     </tr:panelGroupLayout>
   </trh:rowLayout>
@@ -233,7 +235,8 @@
       <tr:panelHeader text="Faces Servlet"/>
     </trh:cellFormat>
   </trh:rowLayout>
-</trh:tableLayout>]]>
+</trh:tableLayout>
+          ]]>
         </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/html/HtmlScript.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlScript.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlScript.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlScript.xml Mon Feb 18 06:13:24 2008
@@ -1,68 +1,68 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-    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
+    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
+    "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,
+    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
+    "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
+    specific language governing	permissions and	limitations
     under the License.
-	   
+
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
-              xmlns:trh="http://myfaces.apache.org/trinidad/html"
-              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+	      xmlns:trh="http://myfaces.apache.org/trinidad/html"
+	      xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+	      xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
-    <description><![CDATA[The script component supports importing libraries, and inline scripts.]]></description>
+    <description><![CDATA[The script component supports	importing libraries, and inline	scripts.]]></description>
     <icon>
       <small-icon>/org/apache/myfaces/trinidadinternal/metadata/icons/script.gif</small-icon>
     </icon>
     <component-type>org.apache.myfaces.trinidad.HtmlScript</component-type>
     <component-class>org.apache.myfaces.trinidad.component.html.HtmlScript</component-class>
     <property>
-      <description><![CDATA[the inline script]]></description>
+      <description><![CDATA[the	inline script]]></description>
       <property-name>text</property-name>
       <property-class>java.lang.String</property-class>
       <property-extension>
-        <mfp:property-metadata>
-          <mfp:preferred>true</mfp:preferred>
-        </mfp:property-metadata>
+	<mfp:property-metadata>
+	  <mfp:preferred>true</mfp:preferred>
+	</mfp:property-metadata>
       </property-extension>
     </property>
     <property>
-      <description><![CDATA[the URI of a script library to import.]]></description>
+      <description><![CDATA[the	URI of a script	library	to import.]]></description>
       <property-name>source</property-name>
       <property-class>java.lang.String</property-class>
       <property-extension>
-        <mfp:property-metadata>
-          <mfp:preferred>true</mfp:preferred>
-        </mfp:property-metadata>
+	<mfp:property-metadata>
+	  <mfp:preferred>true</mfp:preferred>
+	</mfp:property-metadata>
       </property-extension>
     </property>
     <property>
-      <description><![CDATA[if the script generates content 
-            using document.write() or document.writeln(), set this to true.
-            It defaults to false.]]>
+      <description><![CDATA[if the script generates content
+	    using document.write() or document.writeln(), set this to true.
+	    It defaults	to false.]]>
       </description>
       <property-name>generatesContent</property-name>
       <property-class>boolean</property-class>
       <default-value>false</default-value>
     </property>
     <property>
-      <description><![CDATA[the IDs of the components that should trigger a partial update.
-         This component will listen on the trigger components. If one of the
-         trigger components receives an event that will cause it to update
-         in some way, this component will request to be updated too.]]>
+      <description><![CDATA[the	IDs of the components that should trigger a partial update.
+	 This component	will listen on the trigger components. If one of the
+	 trigger components receives an	event that will	cause it to update
+	 in some way, this component will request to be	updated	too.]]>
       </description>
       <property-name>partialTriggers</property-name>
       <property-class>java.lang.String[]</property-class>
@@ -74,29 +74,32 @@
       <mfp:tag-name>trh:script</mfp:tag-name>
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.html.HtmlScriptTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
-            The script component supports both the importing of libraries and
-            inline scripts.
-          </html:p>]]>
+	    The	script component supports both the importing of	libraries and
+	    inline scripts.
+	  </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>Example of a simple Javascript function script.</xhtml:p>
-        <mfp:source-code>&lt;trh:script text="function doubleOrTriple()
-                    {
-                      var p = new TableProxy('table1');
-                      var c = p.getFormElement('numbers', 0);
-                      var t = (c.value - 0);
-                      if (t &amp;lt; 10)
-                      { t *= 2 }
-                      else 
-                      { t *= 3}
-                      p._form.newValueField.value = t;
-                    }"/&gt;
-        </mfp:source-code>
+	<mfp:source-description>Example	of a simple Javascript function	script.</mfp:source-description>
+	<mfp:source-code>
+	  <![CDATA[
+<trh:script text="function doubleOrTriple()
+{
+  var p	= new TableProxy('table1');
+  var c	= p.getFormElement('numbers', 0);
+  var t	= (c.value - 0);
+  if (t	&amp;lt; 10)
+  { t *= 2 }
+  else
+  { t *= 3}
+  p._form.newValueField.value =	t;
+}"/>
+	  ]]>
+	</mfp:source-code>
       </mfp:example>
       <mfp:author>Adam Winer</mfp:author>
       <mfp:component-metadata>
-        <mfp:favorite-property>source</mfp:favorite-property>
-        <mfp:hidden>true</mfp:hidden>
+	<mfp:favorite-property>source</mfp:favorite-property>
+	<mfp:hidden>true</mfp:hidden>
       </mfp:component-metadata>
     </component-extension>
   </component>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlTableLayout.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlTableLayout.xml?rev=628751&r1=628750&r2=628751&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlTableLayout.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlTableLayout.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:trh="http://myfaces.apache.org/trinidad/html"
@@ -226,31 +226,30 @@
           element.  It contains a series of row layout elements.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<trh:tableLayout width="75%"
-             borderWidth="3"
-             cellSpacing="10"
-             halign="center">
+        <mfp:source-code>
+          <![CDATA[
+<trh:tableLayout width="75%"
+                 borderWidth="3"
+                 cellSpacing="10"
+                 halign="center">
   <trh:rowLayout>
-     First Column
-
-    <trh:cellFormat valign="bottom">
-      SecondColumn
+    <!-- First Column -->
+    <trh:cellFormat valign="bottom" />
+    <!-- SecondColumn -->
     </trh:cellFormat>
-
     <tr:panelGroupLayout layout="horizontal">
-      Third Column
+      <!-- Third Column -->
       <tr:spacer height="100" width="1"/>
     </tr:panelGroupLayout>
-
   </trh:rowLayout>
-
   <trh:rowLayout>
     <tr:panelHeader text="Apache Trinidad Components"/>
     <trh:cellFormat columnSpan="2">
       <tr:panelHeader text="Faces Servlet"/>
     </trh:cellFormat>
   </trh:rowLayout>
-</trh:tableLayout>]]>
+</trh:tableLayout>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Adam Winer</mfp:author>