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 [2/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/CoreInputNumberSpinbox.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputNumberSpinbox.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/CoreInputNumberSpinbox.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputNumberSpinbox.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,13 +26,13 @@
   <component>
     <description><![CDATA[The inputNumberSpinbox tag creates a browser input widget;
 it is used to enter numbers and it has a spinbox to quickly increment or decrement the number.]]>
-    </description>  
+    </description>
     <icon>
       <!-- small-icon>/org/apache/myfaces/trinidadinternal/metadata/icons/inputText.png</small-icon -->
     </icon>
     <component-type>org.apache.myfaces.trinidad.CoreInputNumberSpinbox</component-type>
     <component-class>org.apache.myfaces.trinidad.component.core.input.CoreInputNumberSpinbox</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 element is read-only.]]></description>
       <property-name>readOnly</property-name>
@@ -84,7 +84,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>
@@ -107,9 +107,9 @@
     <xi:include href="includes/FocusJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <property>
-      <description><![CDATA[<html>a CSS style class to use for this component. 
+      <description><![CDATA[<html>a CSS style class to use for this component.
       The styleClass attribute value is rendered on the root dom element.
-      We provide some public style classes you can use that will affect only the 'content' piece of the component: 
+      We provide some public style classes you can use that will affect only the 'content' piece of the component:
       AFFieldTextMarker, AFFieldTextLTRMarker, AFFieldNumberMarker.
       </html>]]></description>
       <property-name>styleClass</property-name>
@@ -117,7 +117,7 @@
       <property-extension>
         <mfp:property-metadata>
           <mfp:group>${md:getTranslatedString("CORE_GROUP")}</mfp:group>
-        </mfp:property-metadata>      
+        </mfp:property-metadata>
         <mfp:property-values>AFFieldTextMarker AFFieldTextLTRMarker AFFieldNumberMarker</mfp:property-values>
       </property-extension>
     </property>
@@ -132,7 +132,7 @@
       </property-extension>
     </property>
     <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>
@@ -152,7 +152,7 @@
       </description>
       <property-name>columns</property-name>
       <property-class>int</property-class>
-      <default-value>1</default-value>      
+      <default-value>1</default-value>
       <property-extension>
         <mfp:property-metadata>
           <mfp:property-editor>UNSIGNED_INTEGER</mfp:property-editor>
@@ -187,14 +187,14 @@
       <description><![CDATA[The step size by which the spinbox will increase or decrease the number in the input.]]></description>
       <property-name>stepSize</property-name>
       <property-class>int</property-class>
-      <default-value>1</default-value>      
+      <default-value>1</default-value>
       <property-extension>
         <mfp:property-metadata>
           <mfp:property-editor>UNSIGNED_INTEGER</mfp:property-editor>
-        </mfp:property-metadata>      
+        </mfp:property-metadata>
       </property-extension>
-    </property>    
- 
+    </property>
+
     <property>
       <description><![CDATA[event handler for when text becomes selected.]]></description>
       <property-name>onselect</property-name>
@@ -211,7 +211,7 @@
                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
@@ -270,10 +270,14 @@
           </p></html>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>Simple inputNumberSpinbox with the some default text and a label.</xhtml:p>
-        <mfp:source-code><![CDATA[<af:form>
-     <af:inputNumberSpinbox label="Year:" value="2006" minimum="1900" maximum="2100"/>
-   </af:form>]]></mfp:source-code>
+        <mfp:source-description>Simple inputNumberSpinbox with the some default text and a label.</mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:form>
+  <tr:inputNumberSpinbox label="Year:" value="2006" minimum="1900" maximum="2100"/>
+</tr:form>
+          ]]>
+        </mfp:source-code>
       </mfp:example>
       <mfp:component-metadata>
         <mfp:accepts-child-components>false</mfp:accepts-child-components>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputText.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputText.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/CoreInputText.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputText.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.CoreInputText</component-type>
     <component-class>org.apache.myfaces.trinidad.component.core.input.CoreInputText</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 rows to display in the text control.
               The default is one. Setting to more than one row
@@ -127,7 +127,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>
@@ -150,16 +150,16 @@
     <xi:include href="includes/FocusJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <property>
-      <description><![CDATA[<html>a CSS style class to use for this component. 
+      <description><![CDATA[<html>a CSS style class to use for this component.
       The styleClass attribute value is rendered on the root dom element.
-      We provide some public style classes you can use that will affect only the 'content' piece of the component: 
-      AFFieldTextMarker, AFFieldTextLTRMarker, AFPhoneFieldTextMarker, AFPostalCodeFieldTextMarker, 
+      We provide some public style classes you can use that will affect only the 'content' piece of the component:
+      AFFieldTextMarker, AFFieldTextLTRMarker, AFPhoneFieldTextMarker, AFPostalCodeFieldTextMarker,
       AFAddressFieldTextMarker, AFFieldNumberMarker.
       You can still modify the public style definitions for these marker style classes
-      and it will be picked up by using these "Marker" style class 
+      and it will be picked up by using these "Marker" style class
       because in our base skin implementation we map to the public style by doing this:
-      af|inputText.AFFieldNumberMarker af|inputText::content {-tr-rule-ref:selector(".AFFieldNumber")}. 
-      We recommend that you do not add style properties to the "Marker" style classes. 
+      af|inputText.AFFieldNumberMarker af|inputText::content {-tr-rule-ref:selector(".AFFieldNumber")}.
+      We recommend that you do not add style properties to the "Marker" style classes.
       They are used solely in the css descendant selector to point to the content pseudo-element.</html>]]>
       </description>
       <property-name>styleClass</property-name>
@@ -182,7 +182,7 @@
       </property-extension>
     </property>
     <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>
@@ -239,7 +239,7 @@
                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
@@ -300,27 +300,41 @@
           </p></html>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>Simple text input box with the some default text and a label.</xhtml:p>
-        <mfp:source-code><![CDATA[<tr:form>
-     <tr:inputText label="Input:" value="Some text"/>
-   </tr:form>]]></mfp:source-code>
-        <xhtml:p>A slightly more interesting example showing a text box
-      twenty five characters in length with hidden input text.
-        </xhtml:p>
-        <mfp:source-code>&lt;tr:inputText label="Password:"
-                columns="25"
-                required="no"
-                secret="true"/&gt;
+        <mfp:source-description>Simple text input box with the some default text and a label.</mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:form>
+  <tr:inputText label="Input:" value="Some text"/>
+</tr:form>
+          ]]>
+        </mfp:source-code>
+      </mfp:example>
+      <mfp:example>
+        <mfp:source-description>A slightly more interesting example showing a text box
+           twenty five characters in length with hidden input text.
+        </mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:inputText label="Password:"
+              columns="25"
+              required="no"
+              secret="true"/>
+          ]]>
         </mfp:source-code>
-        <xhtml:p>A text input box which will display three rows of wrapped
+      </mfp:example>
+      <mfp:example>
+        <mfp:source-description>A text input box which will display three rows of wrapped
             input text, with a vertical scrollbar. If the value is
             changed, an alert will say so.
-        </xhtml:p>
-        <mfp:source-code>&lt;tr:inputText label="Alert:"
-                rows="3"
-                wrap="soft"
-                onchange="alert('Text box has changed.')"
-                value="Alert on change."/&gt;
+        </mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:inputText label="Alert:"
+              rows="3"
+              wrap="soft"
+              onchange="alert('Text box has changed.')"
+              value="Alert on change."/>
+          ]]>
         </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/CoreLegend.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreLegend.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/CoreLegend.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreLegend.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,12 +60,15 @@
           </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelPage>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelPage>
   <f:facet name="infoStatus">
     <tr:legend name="required"/>
   </f:facet>
   ...
-</tr:panelPage>]]>
+</tr:panelPage>
+          ]]>
         </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/CoreMedia.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMedia.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/CoreMedia.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMedia.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"
@@ -63,7 +63,7 @@
             <p>
             If both the "height" and "innerHeight" attributes are specified,
             the "height" attribute will be used.
-            </p>            
+            </p>
             <p>
             If no height is specified, the height of the media control is
             determined by calculating the "innerHeight" and adding any extra
@@ -83,7 +83,7 @@
             <p>
             If no "innerWidth" is specified, the "innerWidth" will be defaulted
             based on the content type of the media resource to play.
-            </p>            
+            </p>
             <p>
             If both the "width" and "innerWidth" attributes are specified,
             the "width" attribute will be used.
@@ -99,7 +99,7 @@
             <p>
             If no "innerHeight" is specified, the "innerHeight" will be defaulted
             based on the content type of the media resource to play.
-            </p>            
+            </p>
             <p>
             If both the "height" and "innerHeight" attributes are specified,
             the "height" attribute will be used.
@@ -249,7 +249,7 @@
                   <code>"minimal"</code>
                   <p>
                     show a minimal set of controls for playing media on the media
-                    player. 
+                    player.
                   </p>
                   <p>
                    This value gives users control over the most
@@ -338,7 +338,7 @@
             </html:ol>
           </html:p>
           <html:p>
-            The media component supports two approaches to 
+            The media component supports two approaches to
             sizing the media control
             setting the &quot;width&quot; and &quot;height&quot; attributes, which specify the
             amount of space reserved on the user agent for the media control,
@@ -354,16 +354,20 @@
             approaches, a default inner size, determined by the content type of
             the media resource, will be used.  This works well for audio content,
             but can cause content to be clipped or occupy too much space for
-            video content. 
+            video content.
           </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>This sample builds an media control, for playing a house music
+        <mfp:source-description>This sample builds an media control, for playing a house music
             Windows Media file.  The typical set of controls is displayed,
             and the control is sized just large enough to display the controls,
             since the default inner size of audio files is 0 by 0 pixels.
-        </xhtml:p>
-        <mfp:source-code>&lt;tr:media source="house.wma" /&gt;</mfp:source-code>
+        </mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:media source="house.wma" />
+          ]]>
+        </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/CoreMessage.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMessage.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/CoreMessage.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMessage.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,7 +44,7 @@
           <mfp:preferred-children>tr:outputText</mfp:preferred-children>
         </mfp:facet-metadata>
       </facet-extension>
-    </facet> 
+    </facet>
     <property>
       <description><![CDATA[the error, warning, or informational text.]]></description>
       <property-name>message</property-name>
@@ -87,9 +87,12 @@
 </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:outputLabel label="Name:" for="name"/>
+        <mfp:source-code>
+          <![CDATA[
+<tr:outputLabel label="Name:" for="name"/>
 <tr:inputText simple="true"  id="name"/>
-<tr:message for="name" />]]>
+<tr:message for="name" />
+          ]]>
         </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/CoreMessages.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMessages.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/CoreMessages.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMessages.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"
@@ -75,15 +75,19 @@
       <mfp:renderer-type>org.apache.myfaces.trinidad.Messages</mfp:renderer-type>
       <mfp:tag-name>tr:messages</mfp:tag-name>
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.output.CoreMessagesTag</mfp:tag-class>
-      <mfp:long-description><![CDATA[The messages bean is used at the top of an application page to 
-give the user important messaging information. It will 
+      <mfp:long-description><![CDATA[The messages bean is used at the top of an application page to
+give the user important messaging information. It will
 automatically show any messages added to the FacesContext.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelPage>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelPage>
   <tr:messages/>
   ...
-</tr:panelPage>]]></mfp:source-code>
+</tr:panelPage>
+          ]]>
+        </mfp:source-code>
       </mfp:example>
       <mfp:author>Brian Albers</mfp:author>
       <mfp:component-metadata>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreNavigationPane.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreNavigationPane.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/CoreNavigationPane.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreNavigationPane.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"
@@ -73,29 +73,41 @@
       <mfp:tag-name>tr:navigationPane</mfp:tag-name>
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreNavigationPaneTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
-          The navigationPane component creates a series of navigation items representing one level in a navigation hierarchy. These items may either be added as children or a menu model may be bound to the navigationPane component. If a menu model is bound, of class 
-          <html:code>org.apache.myfaces.trinidad.model.MenuModel</html:code>, a level along the focus path, or the next level down, will be rendered. A node that is on the focus path will be rendered as &quot;selected&quot;.
+          The navigationPane component creates a series of navigation items representing one
+          level in a navigation hierarchy. These items may either be added as children or a
+          menu model may be bound to the navigationPane component. If a menu model is bound, of class
+          <html:code>org.apache.myfaces.trinidad.model.XMLMenuModel</html:code> or
+          <html:code>org.apache.myfaces.trinidad.model.MenuModel</html:code>, a level along the focus path,
+          or the next level down, will be rendered. A node that is on the focus path will be rendered as &quot;selected&quot;.
           </html:p>
           <html:p>
-          
-          <html:b>Note</html:b>: The 'level' attribute is temporary. It is used to indicate the level along the focusPath to render. It will likely be replaced with an el expression in a future release. 
+
+          <html:b>Note</html:b>: The 'level' attribute is temporary. It is used to indicate the level
+          along the focusPath to render. It will likely be replaced with an el expression in a future release.
           </html:p>
           <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. 
+          XMLMenuModel extends TreeModel, but it also knows how to go from the current viewId to the focus path.
+          Notice that the xmlMenuModel 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>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:navigationPane var="foo" value="#{menuModel.model}">
+        <mfp:source-code>
+          <![CDATA[
+<tr:navigationPane var="foo" value="#{xmlMenuModel}">
   <f:facet name="nodeStamp">
     <tr:commandNavigationItem
       text="#{foo.label}"
-      action="#{foo.action}"
+      action="#{foo.doAction}"
       destination="#{foo.destination}"/>
   </f:facet>
-</tr:navigationPane>]]>
+</tr:navigationPane>
+          ]]>
         </mfp:source-code>
       </mfp:example>
-      <mfp:author>Adam Winer, Blake Sullivan, Gabrielle Crawford</mfp:author>
+      <mfp:author>Adam Winer, Blake Sullivan, Gabrielle Crawford, Gary Kind</mfp:author>
       <mfp:component-metadata>
         <mfp:group>${md:getTranslatedString("PALETTE_NAVIGATION")}</mfp:group>
         <mfp:preferred-children>tr:commandNavigationItem</mfp:preferred-children>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreNavigationTree.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreNavigationTree.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/CoreNavigationTree.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreNavigationTree.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"
@@ -41,26 +41,33 @@
       <mfp:tag-name>tr:navigationTree</mfp:tag-name>
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreNavigationTreeTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
-                 The navigationTree is used to display navigation data that is structured in a hierarchical format. The features of the Tree component include mechanisms for expanding and collapsing portions of the hierarchy. The focus path of the navigationTree is visually indicated and by default the nodes along the focus path are added to the expandedRowKeys pathSet.
+                 The navigationTree is used to display navigation data that is structured in a
+                 hierarchical format. The features of the Tree component include mechanisms for
+                 expanding and collapsing portions of the hierarchy. The focus path of the
+                 navigationTree is visually indicated and by default the nodes along the
+                 focus path are added to the expandedRowKeys pathSet.
                </html:p>
-       
+
                <html:P>
                  The &quot;nodeStamp&quot; facet of the navigationTree is used to render the
                  data for each node in the tree. The &quot;nodeStamp&quot; is repeatedly
-                 rendered (stamped) once per node. 
+                 rendered (stamped) once per node.
                </html:P>]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>In the following
+        <mfp:source-description>In the following
                  example, the data for each tree node is placed under the EL property
                  "node". The "nodeStamp" displays the data for each tree node by
                  getting further properties from the "node" property:
-        </xhtml:p>
-        <mfp:source-code><![CDATA[<tr:navigationTree var="node" value="#{menuModel.model}">
+        </mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:navigationTree var="node" value="#{menuModel.model}">
   <f:facet name="nodeStamp">
     <tr:commandNavigationItem text="#{node.label} action="#{node.action}"/>
   </f:facet>
-</tr:navigationTree>]]>
+</tr:navigationTree>
+          ]]>
         </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/CoreOutputDocument.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreOutputDocument.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/CoreOutputDocument.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreOutputDocument.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"
@@ -54,7 +54,7 @@
     </facet>
 
     <property>
-      <description><![CDATA[the style class of the title. This property will be 
+      <description><![CDATA[the style class of the title. This property will be
          considered only if a title facet is used.]]>
       </description>
       <property-name>titleClass</property-name>
@@ -66,7 +66,7 @@
       </property-extension>
     </property>
     <property>
-      <description><![CDATA[the style class of the separator. This property will be 
+      <description><![CDATA[the style class of the separator. This property will be
          considered only if a separator facet is used.]]>
       </description>
       <property-name>separatorClass</property-name>
@@ -77,7 +77,7 @@
         </mfp:property-metadata>
       </property-extension>
     </property>
-    
+
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
 
@@ -91,8 +91,12 @@
 conversion to and from Java objects.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code>&lt;tr:outputDocument value="A long text including"
-                     styleClass="AFFieldText"/&gt;</mfp:source-code>
+        <mfp:source-code>
+          <![CDATA[
+<tr:outputDocument value="A long text including"
+                   styleClass="AFFieldText"/>
+          ]]>
+        </mfp:source-code>
       </mfp:example>
       <mfp:author>Simon Lessard</mfp:author>
       <mfp:component-metadata>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreOutputFormatted.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreOutputFormatted.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/CoreOutputFormatted.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreOutputFormatted.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"
@@ -122,17 +122,23 @@
         </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[In a .jspx:
-
-            <tr:outputFormatted
-              styleUsage="instruction"
-              value="&lt;b>simple outputFormatted&lt;/b>"/>
-
-           In a .jsp:
-
-            <tr:outputFormatted
-              styleUsage="instruction"
-              value="<b>simple outputFormatted</b>"/>]]>
+        <mfp:source-description>In a .jspx:</mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+tr:outputFormatted
+ styleUsage="instruction"
+ value="&lt;b>simple outputFormatted&lt;/b>"/>
+          ]]>
+        </mfp:source-code>
+      </mfp:example>
+      <mfp:example>
+        <mfp:source-description>In a .jsp:</mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:outputFormatted
+  styleUsage="instruction"
+  value="<b>simple outputFormatted</b>"/>
+          ]]>
         </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/CoreOutputLabel.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreOutputLabel.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/CoreOutputLabel.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreOutputLabel.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"
@@ -35,7 +35,7 @@
  Character used to gain quick access to
                the form element specified by the
          <code>for</code>, if set.
-              For accessibility reasons, this functionality is not supported in 
+              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
@@ -53,7 +53,7 @@
       </property-extension>
     </property>
     <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>
@@ -113,9 +113,13 @@
         </p></html>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:outputLabel value="Name:"
-                  for="anInput"/>
-  <tr:inputText id="anInput"/>]]></mfp:source-code>
+        <mfp:source-code>
+          <![CDATA[
+<tr:outputLabel value="Name:"
+                for="anInput"/>
+<tr:inputText id="anInput"/>
+          ]]>
+        </mfp:source-code>
       </mfp:example>
       <mfp:author>Adam Winer</mfp:author>
       <mfp:component-metadata>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreOutputText.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreOutputText.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/CoreOutputText.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreOutputText.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,7 +71,7 @@
       <property-class>boolean</property-class>
       <default-value>true</default-value>
     </property>
-    
+
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
     <component-extension>
@@ -84,8 +84,12 @@
 conversion to and from Java objects.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code>&lt;tr:outputText value="AFFieldText"
-                     styleClass="AFFieldText"/&gt;</mfp:source-code>
+        <mfp:source-code>
+          <![CDATA[
+<tr:outputText value="AFFieldText"
+               styleClass="AFFieldText"/>
+          ]]>
+        </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/CorePage.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePage.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/CorePage.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePage.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"
@@ -63,7 +63,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>
@@ -87,12 +87,12 @@
       </facet-extension>
     </facet>
     <facet>
-      <description><![CDATA[The application's contextual branding region of the page.  
+      <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>
@@ -238,7 +238,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>
@@ -260,27 +260,30 @@
       <mfp:long-description><![CDATA[The Page component is similar to the PanelPage component, except that instead of having navigation1, navigation2 and navigation3 facets for adding navigation item information, the user binds a model object and a stamp to render these areas. The model object is of type MenuModel. A commandNavigationItem should be used as the stamp and placed in the &quot;nodeStamp&quot; facet.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:page var="foo" value="#{nav.menuModel}">
-              <f:facet name="nodeStamp">
-                <tr:commandNavigationItem text="#{foo.label}" action="#{foo.action}"/>
-              </f:facet>                   
-              <f:facet name="branding">
-                <tr:panelGroupLayout layout="horizontal">
-                  <tr:image source="/components/images/corporateBrand.gif"/>
-                  <tr:image source="/components/images/applicationBrand.gif"/>
-                </tr:panelGroupLayout>
-              </f:facet>
-              <f:facet name="appCopyright">
-                <tr:outputText value="copyright facet"/>
-              </f:facet>
-              <f:facet name="appPrivacy">
-                <tr:commandLink text="privacy facet" action="action.none" />
-              </f:facet>
-              <f:facet name="appAbout">
-                <tr:commandLink text="about facet" action="action.none" />
-              </f:facet>
-              <tr:outputText value="Content here" />
-            </tr:page>]]>
+        <mfp:source-code>
+          <![CDATA[
+<tr:page var="foo" value="#{nav.menuModel}">
+  <f:facet name="nodeStamp">
+    <tr:commandNavigationItem text="#{foo.label}" action="#{foo.action}"/>
+  </f:facet>
+  <f:facet name="branding">
+    <tr:panelGroupLayout layout="horizontal">
+      <tr:image source="/components/images/corporateBrand.gif"/>
+      <tr:image source="/components/images/applicationBrand.gif"/>
+    </tr:panelGroupLayout>
+  </f:facet>
+  <f:facet name="appCopyright">
+    <tr:outputText value="copyright facet"/>
+  </f:facet>
+  <f:facet name="appPrivacy">
+    <tr:commandLink text="privacy facet" action="action.none" />
+  </f:facet>
+  <f:facet name="appAbout">
+    <tr:commandLink text="about facet" action="action.none" />
+  </f:facet>
+  <tr:outputText value="Content here" />
+</tr:page>
+          ]]>
         </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/CorePanelAccordion.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelAccordion.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/CorePanelAccordion.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelAccordion.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"
@@ -45,7 +45,7 @@
       <property-class>boolean</property-class>
       <default-value>false</default-value>
     </property>
-    
+
     <property>
       <description>Indicates whether more than one detail item may be
 disclosed at a time.  Use "false" (the default) to keep a maximum of
@@ -70,21 +70,24 @@
 with panels below the bar representing disclosed showDetailItem children.]]>
       </mfp:long-description>
       <mfp:example>
-        <xhtml:p>The following is an example of panelAccordion.</xhtml:p>
-        <mfp:source-code><![CDATA[<tr:panelAccordion>
-          <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:panelAccordion>]]>
+        <mfp:source-description>The following is an example of panelAccordion.</mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelAccordion>
+  <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:panelAccordion>
+          ]]>
         </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/CorePanelBorderLayout.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBorderLayout.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/CorePanelBorderLayout.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBorderLayout.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"
@@ -170,11 +170,13 @@
       <mfp:long-description><![CDATA[The panelBorderLayout component is a layout element which lays out all of its
           children consecutively in its middle, and supports twelve other
           facets: top, bottom, left, right, start and end. Clients should use only
-          one of left/right or start/end for each side, in any one container, but if both are used, 
+          one of left/right or start/end for each side, in any one container, but if both are used,
           left/right &quot;wins&quot;.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelBorderLayoutLayout>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelBorderLayoutLayout>
   <f:facet name="top">
     <tr:image source="/images/globalhelp.gif"/>
   </f:facet>
@@ -193,7 +195,8 @@
 
   <tr:outputText value="Here is some content"
                  styleClass="AFInstructionText"/>
-</tr:panelBorderLayoutLayout>]]>
+</tr:panelBorderLayoutLayout>
+          ]]>
         </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/CorePanelBox.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBox.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/CorePanelBox.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBox.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"
@@ -52,7 +52,7 @@
     </property>
     <property>
       <description>
-        <![CDATA[the appearance type of the content container. It should be one of "light", 
+        <![CDATA[the appearance type of the content container. It should be one of "light",
 "medium", "dark", or "transparent"]]>
       </description>
       <property-name>background</property-name>
@@ -120,7 +120,7 @@
   on the left but no header text will be visible.
 </html:p>
 <html:p>
-  Content containers can have various color schemes, which can be specified 
+  Content containers can have various color schemes, which can be specified
   by setting the background attribute.  The values for the background attribute
   are light, medium, dark, and transparent.  The default is light.  Please note
   that changing the background attribute may also change the appearance of the
@@ -140,11 +140,12 @@
       </mfp:long-description>
       <mfp:example>
         <mfp:source-code>
-          <![CDATA[<tr:panelBox text="Header"
-            background="light"
-            contentStyle="background:blue;"
-            icon="/images/info.gif"
-            inlineStyle = "width: 25%;" >
+          <![CDATA[
+<tr:panelBox text="Header"
+             background="light"
+             contentStyle="background:blue;"
+             icon="/images/info.gif"
+             inlineStyle = "width: 25%;" >
   <tr:panelGroupLayout layout="vertical">
     <tr:goLink text="point 1" destination="http://myfaces.apache.org"/>
     <tr:goLink text="point 2" destination="http://myfaces.apache.org"/>
@@ -152,7 +153,8 @@
     <tr:goLink text="point 4" destination="http://myfaces.apache.org"/>
     <tr:goLink text="point 5" destination="http://myfaces.apache.org"/>
   </tr:panelGroupLayout>
-</tr:panelBox>]]>
+</tr:panelBox>
+          ]]>
         </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/CorePanelButtonBar.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelButtonBar.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/CorePanelButtonBar.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelButtonBar.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"
@@ -51,13 +51,16 @@
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CorePanelButtonBarTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The panelButtonBar lays out a set of buttons.]]></mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelButtonBar>
-              <tr:commandButton text="button 1" action="action1"/>
-              <tr:commandButton text="button 2" action="action2"/>
-              <tr:singleStepButtonBar selectedStep="4" maxStep="5"  
-                                      previousAction="#{action.app1}"
-                                      nextAction="#{action.app2}"/>
-            </tr:panelButtonBar>]]>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelButtonBar>
+  <tr:commandButton text="button 1" action="action1"/>
+  <tr:commandButton text="button 2" action="action2"/>
+  <tr:singleStepButtonBar selectedStep="4" maxStep="5"
+                          previousAction="#{action.app1}"
+                          nextAction="#{action.app2}"/>
+</tr:panelButtonBar>
+          ]]>
         </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/CorePanelCaptionGroup.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelCaptionGroup.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/CorePanelCaptionGroup.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelCaptionGroup.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,8 +26,8 @@
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
     <description>
-      <![CDATA[The panelCaptionGroup is used to render a set of components,
-      into a related and more managable grouping.  The group is surrounded by a border 
+      <![CDATA[The panelCaptionGroup is used to render a set of components,
+      into a related and more managable grouping.  The group is surrounded by a border
       containing the group caption.]]>
     </description>
     <icon>
@@ -37,18 +37,18 @@
     <component-class>org.apache.myfaces.trinidad.component.core.layout.CorePanelCaptionGroup</component-class>
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
-    <facet>
-      <description><![CDATA[Content to be rendered as the caption for the group content.  The
-      facet takes precidence over the captionText attribute and can be used to specify more complex 
-      or non-text captions (e.g. images).]]>
-      </description>
-      <facet-name>caption</facet-name>
-      <facet-extension>
-        <mfp:facet-metadata>
-          <mfp:preferred>true</mfp:preferred>
-        </mfp:facet-metadata>
-      </facet-extension>
-    </facet>
+    <facet>
+      <description><![CDATA[Content to be rendered as the caption for the group content.  The
+      facet takes precidence over the captionText attribute and can be used to specify more complex
+      or non-text captions (e.g. images).]]>
+      </description>
+      <facet-name>caption</facet-name>
+      <facet-extension>
+        <mfp:facet-metadata>
+          <mfp:preferred>true</mfp:preferred>
+        </mfp:facet-metadata>
+      </facet-extension>
+    </facet>
     <property>
       <description>
         <![CDATA[The text to be rendered as the caption for the group content.]]>
@@ -62,43 +62,43 @@
         </mfp:property-metadata>
       </property-extension>
     </property>
-    <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.trinidad.Panel</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.trinidad.PanelCaptionGroup</mfp:renderer-type>
-      <mfp:tag-name>tr:panelCaptionGroup</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CorePanelCaptionGroupTag</mfp:tag-class>
-      <mfp:long-description><![CDATA[
-<html:p>
-The panelCaptionGroup is used to render a set of components, into a related and more 
-managable grouping.  The group is surrounded by a border containing the group caption.
-</html:p>
-<html:p>
-The caption facet can be used to specify a complex caption (e.g. Icons, Links, etc.) for the 
-content group.  For simple captions, the captionText attribute will suffice.
-</html:p>
-      ]]>
-      </mfp:long-description>
-     <mfp:example>
-        <mfp:source-code>
-          <![CDATA[
-<tr:panelCaptionGroup captionText="The Caption Text">
-  <tr:panelFormLayout>
-    <tr:inputText label="Field A" />
-    <tr:inputText label="Field B" />
-   </tr:panelFormLayout>
-</tr:panelCaptionGroup>
-
-<tr:panelCaptionGroup>
-  <f:facet name="caption">
-    <tr:icon name="error" shortDesc="An icon as a caption" />
-  </f:facet>
-  ...
-</tr:panelCaptionGroup>
-]]>
-        </mfp:source-code>
-      </mfp:example>
-      <mfp:author>Danny Robinson</mfp:author>
-      <mfp:uix2-local-name>panelCaptionGroup</mfp:uix2-local-name>
-    </component-extension>
+    <component-extension>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Panel</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.PanelCaptionGroup</mfp:renderer-type>
+      <mfp:tag-name>tr:panelCaptionGroup</mfp:tag-name>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CorePanelCaptionGroupTag</mfp:tag-class>
+      <mfp:long-description><![CDATA[
+<html:p>
+The panelCaptionGroup is used to render a set of components, into a related and more
+managable grouping.  The group is surrounded by a border containing the group caption.
+</html:p>
+<html:p>
+The caption facet can be used to specify a complex caption (e.g. Icons, Links, etc.) for the
+content group.  For simple captions, the captionText attribute will suffice.
+</html:p>
+      ]]>
+      </mfp:long-description>
+     <mfp:example>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelCaptionGroup captionText="The Caption Text">
+  <tr:panelFormLayout>
+    <tr:inputText label="Field A" />
+    <tr:inputText label="Field B" />
+   </tr:panelFormLayout>
+</tr:panelCaptionGroup>
+
+<tr:panelCaptionGroup>
+  <f:facet name="caption">
+    <tr:icon name="error" shortDesc="An icon as a caption" />
+  </f:facet>
+  ...
+</tr:panelCaptionGroup>
+          ]]>
+        </mfp:source-code>
+      </mfp:example>
+      <mfp:author>Danny Robinson</mfp:author>
+      <mfp:uix2-local-name>panelCaptionGroup</mfp:uix2-local-name>
+    </component-extension>
   </component>
 </faces-config>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelChoice.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelChoice.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/CorePanelChoice.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelChoice.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"
@@ -48,7 +48,7 @@
                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
@@ -125,23 +125,26 @@
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CorePanelChoiceTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The panelChoice control can be used to display a group of contents belonging to a showDetailItem.
           A choice control with each individual option representing a showDetailItem child is displayed.
-          An option within choice control corresponding to showDetailItem that is disclosed is shown as 
-          selected and contents of selected showDetailItem is displayed. If none of the showDetailItem 
+          An option within choice control corresponding to showDetailItem that is disclosed is shown as
+          selected 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 panelChoice.</xhtml:p>
-        <mfp:source-code><![CDATA[<tr:panelChoice labelAndAccessKey="Current &Bug Status" position="top" alignment="end">
-          <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:panelChoice>]]>
+        <mfp:source-description>The following is an example of panelChoice.</mfp:source-description>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelChoice labelAndAccessKey="Current &amp;Bug Status" position="top" alignment="end">
+  <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:panelChoice>
+          ]]>
         </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/CorePanelFormLayout.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelFormLayout.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/CorePanelFormLayout.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelFormLayout.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"
@@ -108,7 +108,7 @@
       <mfp:renderer-type>org.apache.myfaces.trinidad.FormLayout</mfp:renderer-type>
       <mfp:tag-name>tr:panelFormLayout</mfp:tag-name>
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CorePanelFormLayoutTag</mfp:tag-class>
-      <mfp:long-description><![CDATA[<html:p>          
+      <mfp:long-description><![CDATA[<html:p>
            The panelFormLayout lays out input form controls, such that their
            labels and fields line up vertically.  It supports multiple
            columns, and also supports a footer facet.
@@ -155,31 +155,34 @@
           </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelFormLayout rows="6" labelWidth="40%">
-    <!-- A bunch of form components -->
-    <tr:inputText label="Text"/>
-    <tr:inputFile label="File"/>
-    <tr:inputListOfValues label="SelectInput"/>
-    <tr:inputDate label="Date"/>
-    <tr:inputText label="Attribute"/>
-    <tr:inputText label="Attribute"/>
-    <tr:inputText label="Attribute"/>
-    <tr:inputText label="Attribute"/>
-
-    <!-- Now, an example of panelLabelAndMessage for more complex content -->
-    <tr:panelLabelAndMessage label="Date Range">
-      <tr:panelHorizontalLayout>
-        <tr:inputDate simple="true" shortDesc="Start date"/>
-        <tr:inputDate simple="true" shortDesc="End date"/>
-      </tr:panelHorizontalLayout>
-    </tr:panelLabelAndMessage>
-    <f:facet name="footer">
-      <tr:panelButtonBar>
-        <tr:commandButton text="Button 1"/>
-        <tr:commandButton text="Button 2"/>
-      </tr:panelButtonBar>
-    </f:facet>      
-</tr:panelFormLayout>]]>
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelFormLayout rows="6" labelWidth="40%">
+  <!-- A bunch of form components -->
+  <tr:inputText label="Text"/>
+  <tr:inputFile label="File"/>
+  <tr:inputListOfValues label="SelectInput"/>
+  <tr:inputDate label="Date"/>
+  <tr:inputText label="Attribute"/>
+  <tr:inputText label="Attribute"/>
+  <tr:inputText label="Attribute"/>
+  <tr:inputText label="Attribute"/>
+
+  <!-- Now, an example of panelLabelAndMessage for more complex content -->
+  <tr:panelLabelAndMessage label="Date Range">
+    <tr:panelHorizontalLayout>
+      <tr:inputDate simple="true" shortDesc="Start date"/>
+      <tr:inputDate simple="true" shortDesc="End date"/>
+    </tr:panelHorizontalLayout>
+  </tr:panelLabelAndMessage>
+  <f:facet name="footer">
+    <tr:panelButtonBar>
+      <tr:commandButton text="Button 1"/>
+      <tr:commandButton text="Button 2"/>
+    </tr:panelButtonBar>
+  </f:facet>
+</tr:panelFormLayout>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Gabrielle Crawford</mfp:author>
@@ -187,7 +190,7 @@
         <mfp:group>${md:getTranslatedString("PALETTE_LAYOUT")}</mfp:group>
         <mfp:preferred-children>tr:inputText tr:inputFile tr:selectBooleanCheckbox
           tr:selectBooleanRadio tr:inputColor tr:inputDate
-          tr:inputListOfValues tr:selectManyListbox tr:selectOneChoice 
+          tr:inputListOfValues tr:selectManyListbox tr:selectOneChoice
           tr:selectOneRadio tr:panelLabelAndMessage tr:selectManyCheckbox
         </mfp:preferred-children>
       </mfp:component-metadata>

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.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/CorePanelGroupLayout.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.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,7 +62,9 @@
 horizontal line, or vertically.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelGroupLayoutLayout layout="horizontal">
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelGroupLayoutLayout layout="horizontal">
   <f:facet name="separator">
     <tr:spacer width="10" height="1"/>
   </f:facet>
@@ -72,7 +74,8 @@
         destination="http://myfaces.apache.org"/>
   <tr:goLink text="Apache Trinidad 3"
         destination="http://myfaces.apache.org"/>
-</tr:panelGroupLayoutLayout>]]>
+</tr:panelGroupLayoutLayout>
+          ]]>
         </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/CorePanelHeader.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelHeader.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/CorePanelHeader.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelHeader.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,14 +43,14 @@
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CorePanelHeaderTag</mfp:tag-class>
       <mfp:long-description>
         <![CDATA[<html:p>
-  The panelHeader control places a label and optional icon at the top of a 
+  The panelHeader control places a label and optional icon at the top of a
   section.
 </html:p>
 
 <section name="panelHeader and Messaging Information">
   <html:p>
     The panelHeader can also be used at the top of an application page to give
-    the user important messaging information. The types of messages, set by 
+    the user important messaging information. The types of messages, set by
     the <html:code>messageType</html:code> attribute are:
 
     <html:ul>
@@ -64,28 +64,30 @@
 
 <section name="Header Size">
   <html:p>
-    panelHeader does not support setting the CSS style, but does support setting 
-    a size. A large header (H1 in HTML) corresponds to 0, medium to 1, and small 
+    panelHeader does not support setting the CSS style, but does support setting
+    a size. A large header (H1 in HTML) corresponds to 0, medium to 1, and small
     to 2.  Some render kits and skins support sizes up to 5 (equiv. H6 - HTML's
     maximum header value) but most renderkits and skins will only support up to
     2 (in compliance with the BLAF and BLAF+ specs.  Setting the header size to
-    something greater then the supported value will style the header the same 
+    something greater then the supported value will style the header the same
     as the largest supported value (ie. size="6" will be displayed the same as
     either a size="5" if supported or a size="2").
   </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:panelHeader text="This is a panelHeader">
+          <![CDATA[
+<tr:panelHeader text="This is a panelHeader">
   <tr:goLink text="Apache Trinidad" destination="http://myfaces.apache.org"/>
   <tr:panelHeader text="This is a Sub-panelHeader" >
     <tr:goLink text="Apache Trinidad" destination="http://myfaces.apache.org"/>
   </tr:panelHeader>
-</tr:panelHeader>]]>
+</tr:panelHeader>
+          ]]>
         </mfp:source-code>
-        <xhtml:p>panelHeader displaying message information.</xhtml:p>
+        <mfp:source-description>panelHeader displaying message information.</mfp:source-description>
         <mfp:source-code>&lt;tr:panelHeader messageType="error"/&gt;</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/CorePanelHorizontalLayout.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelHorizontalLayout.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/CorePanelHorizontalLayout.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelHorizontalLayout.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,9 @@
 by an optional separator child.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelHorizontalLayout valign="top"> halign="end"
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelHorizontalLayout valign="top"> halign="end"
   <f:facet name="separator">
     <tr:spacer width="10" height="1"/>
   </f:facet>
@@ -82,7 +84,8 @@
         destination="http://myfaces.apache.org"/>
   <tr:goLink text="Apache Trinidad 3"
         destination="http://myfaces.apache.org"/>
-</tr:panelHorizontalLayout>]]>
+</tr:panelHorizontalLayout>
+          ]]>
         </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/CorePanelLabelAndMessage.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelLabelAndMessage.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/CorePanelLabelAndMessage.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelLabelAndMessage.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"
@@ -84,7 +84,7 @@
                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
@@ -151,12 +151,15 @@
         </html:p>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelLabelAndMessage for="selectDate">
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelLabelAndMessage for="selectDate">
   <f:facet name="help">
     <tr:outputText value="Pick a date"/>
   </f:facet>
   <tr:inputDate id="selectDate" simple="true"/>
-</tr:panelLabelAndMessage>]]>
+</tr:panelLabelAndMessage>
+          ]]>
         </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/CorePanelList.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelList.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/CorePanelList.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelList.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"
@@ -35,17 +35,17 @@
     <property>
       <description><![CDATA[Styles the list. For example, you can style the list to be squares like this:
       listStyle='list-style-type:square']]> </description>
-      <property-name>listStyle</property-name> 
+      <property-name>listStyle</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
       <description><![CDATA[Sets
-                  the number of rows after which to start a new column. 
+                  the number of rows after which to start a new column.
                   This attribute defaults to Integer.MAX_VALUE.
                   The number of rows actually rendered depends also on the
-                  "maxColumns" attribute. 
-                  If the children will not fit in the given number 
-                  of rows and columns, the number of rows will 
+                  "maxColumns" attribute.
+                  If the children will not fit in the given number
+                  of rows and columns, the number of rows will
                   increase to accomodate the children.]]>
       </description>
       <property-name>rows</property-name>
@@ -61,7 +61,7 @@
     </property>
     <property>
       <description><![CDATA[Sets
-                  the maximum number of columns to show. 
+                  the maximum number of columns to show.
                   This attribute defaults to 3 and defaults to 2 for PDA's]]>
       </description>
       <property-name>maxColumns</property-name>
@@ -70,7 +70,7 @@
       <property-extension>
         <mfp:property-metadata>
           <mfp:preferred>true</mfp:preferred>
-          <mfp:property-editor>UNSIGNED_INTEGER</mfp:property-editor>  
+          <mfp:property-editor>UNSIGNED_INTEGER</mfp:property-editor>
         </mfp:property-metadata>
         <mfp:unsupported-agents>phone voice</mfp:unsupported-agents>
       </property-extension>
@@ -84,31 +84,33 @@
       <mfp:tag-name>tr:panelList</mfp:tag-name>
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CorePanelListTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html><p>The panelList component outputs each visible child
-          in a list with a bullet next to it. 
+          in a list with a bullet next to it.
           The list can be split into columns. This is
           done by setting the &quot;rows&quot; attribute. This is the multiple
-          of children at which to add another column. 
+          of children at which to add another column.
           For example, if the &quot;rows&quot; attribute was set to 6 then if
           there were 1-6 visible children there would be
           one column, 7 to 12 visible children there
           would be 2 columns, and 13+ visible children
           would be shown in 3 columns. The number of
           columns is determined by the value set for &quot;maxColumns&quot; attribute.
-          So if there were 100 visible children with &quot;rows&quot; set to 30 and 
-          &quot;maxColumns&quot; was set to 3 children, there will be 3 
-          columns (and 34 rows). 
+          So if there were 100 visible children with &quot;rows&quot; set to 30 and
+          &quot;maxColumns&quot; was set to 3 children, there will be 3
+          columns (and 34 rows).
           If &quot;rows&quot; attribute is not specified, all visible contents will
-          be in one column. The &quot;maxColumns&quot; that can be set is  
+          be in one column. The &quot;maxColumns&quot; that can be set is
           dependent on the type of Agent. If the value set for &quot;maxColumns&quot;
           is greater than the default for the agent, then it is defaulted.
-          The default maxColumns value is 2 for the PDA. 
-          Children are not displayed/rendered if value of &quot;maxColumns&quot; 
+          The default maxColumns value is 2 for the PDA.
+          Children are not displayed/rendered if value of &quot;maxColumns&quot;
           or &quot;rows&quot; is less than one.
-          The split is based solely on the number of visible children and 
+          The split is based solely on the number of visible children and
           not on their size.</p></html>]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelList rows="5">
+        <mfp:source-code>
+          <![CDATA[
+<tr:panelList rows="5">
   <tr:goLink text="link 1" destination="http://myfaces.apache.org"/>
   <tr:goLink text="link 2" destination="http://myfaces.apache.org"/>
   <tr:goLink text="link 3" destination="http://myfaces.apache.org"/>
@@ -117,7 +119,8 @@
   <tr:goLink text="link 6" destination="http://myfaces.apache.org"/>
   <tr:goLink text="link 7" destination="http://myfaces.apache.org"/>
   <tr:goLink text="link 8" destination="http://myfaces.apache.org"/>
-</tr:panelList>]]>
+</tr:panelList>
+          ]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Gabrielle Crawford</mfp:author>