You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2011/11/01 11:10:47 UTC

svn commit: r1195912 - in /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp: ./ WEB-INF/tags/layout/ content/01/ content/02/ content/03/ content/04/00-client/ content/04/01-ajax/ content/04/02-server/ content/05/ content/06/ cont...

Author: lofwyr
Date: Tue Nov  1 10:10:45 2011
New Revision: 1195912

URL: http://svn.apache.org/viewvc?rev=1195912&view=rev
Log:
TOBAGO-606: LayoutManager
 - using "auto" instead of "fixed"

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01/basic.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02/sheet.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/03/tree.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/00-client/tab-client.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/01-ajax/tab-ajax.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/02-server/tab-server.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/05/toolBar.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/00/validation-severity.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/01/validation-jsr303.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/validation.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/07/form.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10/locale.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/11/layout.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/21/progress.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25/select.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30/object.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40/upload.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/50/partial.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/51/for-each.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/error/throwable.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/footer.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/header.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml Tue Nov  1 10:10:45 2011
@@ -64,7 +64,7 @@
       </f:facet>
 
       <f:facet name="layout">
-        <tc:gridLayout border="0" columns="*;4*" margin="10px" rows="100px;fixed;*;fixed"/>
+        <tc:gridLayout border="0" columns="*;4*" margin="10px" rows="100px;auto;*;auto"/>
       </f:facet>
 
       <tc:cell spanX="2">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01/basic.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01/basic.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01/basic.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01/basic.xhtml Tue Nov  1 10:10:45 2011
@@ -26,7 +26,7 @@
 
   <tc:panel>
     <f:facet name="layout">
-      <tc:gridLayout rows="fixed;2*;3*;fixed;2*;2*;fixed;2*;2*"/>
+      <tc:gridLayout rows="auto;2*;3*;auto;2*;2*;auto;2*;2*"/>
       <!--<tc:gridLayout border="0" rows="*;*;*;*;*;*;*;*;*;*"/>-->
     </f:facet>
 
@@ -44,7 +44,7 @@
 
       <tc:panel>
         <f:facet name="layout">
-          <tc:gridLayout rows="fixed;fixed;fixed;fixed"/>
+          <tc:gridLayout rows="auto;auto;auto;auto"/>
         </f:facet>
         <tx:in value="#{overviewController.basicInput}" required="true" tabIndex="1"
                label="#{overviewBundle.basic_textboxLabel}" tip="#{overviewBundle.basic_textboxTip}"/>
@@ -87,7 +87,7 @@
 
       <tc:panel>
         <f:facet name="layout">
-          <tc:gridLayout rows="fixed;fixed"/>
+          <tc:gridLayout rows="auto;auto"/>
         </f:facet>
         <tc:selectManyCheckbox value="#{overviewController.multiValue}"
                                id="cbg0" renderRange="1-2" converter="salutationId">
@@ -109,7 +109,7 @@
     <!-- row -->
     <tc:panel>
       <f:facet name="layout">
-        <tc:gridLayout columns="120px;*;120px;*;120px" rows="fixed;fixed" border="0"/>
+        <tc:gridLayout columns="120px;*;120px;*;120px" rows="auto;auto" border="0"/>
       </f:facet>
       <tc:link id="link" action="/content/01/basic"
                actionListener="#{overviewController.click}"

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02/sheet.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02/sheet.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02/sheet.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02/sheet.xhtml Tue Nov  1 10:10:45 2011
@@ -35,7 +35,7 @@
           <tc:popup width="300px" height="275px" id="sheetConfigPopup">
             <tc:box label="#{overviewBundle.sheet_configTitle}">
               <f:facet name="layout">
-                <tc:gridLayout rows="fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed;1*;fixed"/>
+                <tc:gridLayout rows="auto;auto;auto;auto;auto;auto;auto;auto;auto;1*;auto"/>
               </f:facet>
               <tx:selectOneChoice label="showHeader"
                                   value="#{overviewController.sheetConfig.sheetShowHeader}"

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/03/tree.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/03/tree.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/03/tree.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/03/tree.xhtml Tue Nov  1 10:10:45 2011
@@ -63,7 +63,7 @@
 
           <tc:panel>
             <f:facet name="layout">
-              <tc:gridLayout rows="fixed;fixed;fixed;fixed;1*;fixed;fixed;fixed"/>
+              <tc:gridLayout rows="auto;auto;auto;auto;1*;auto;auto;auto"/>
             </f:facet>
 
             <tc:selectBooleanCheckbox label="#{overviewBundle.treeShowIcons}"
@@ -106,7 +106,7 @@
 
           <tc:panel>
             <f:facet name="layout">
-              <tc:gridLayout rows="fixed;*;fixed"/>
+              <tc:gridLayout rows="auto;*;auto"/>
             </f:facet>
 
             <tc:selectBooleanCheckbox label="#{overviewBundle.treeShowRoot}"

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/00-client/tab-client.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/00-client/tab-client.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/00-client/tab-client.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/00-client/tab-client.xhtml Tue Nov  1 10:10:45 2011
@@ -32,7 +32,7 @@
 
     <tc:tabGroup id="tabMarsOuterForm" selectedIndex="#{demo.tabState1}">
       <tc:tab label="#{overviewBundle.tabPlanet}">
-        <f:facet name="layout"><tc:gridLayout rows="1*;fixed;fixed;1*"/></f:facet>
+        <f:facet name="layout"><tc:gridLayout rows="1*;auto;auto;1*"/></f:facet>
         <tc:image value="image/feather-leaf.png"/>
         <tx:in value="#{demo.solar.planets[0].diameter}" required="true"
                label="#{overviewBundle.solarPlanetDiameter}"/>
@@ -41,7 +41,7 @@
         <tc:cell/>
       </tc:tab>
       <tc:tab label="#{overviewBundle.tabInsolar}">
-        <f:facet name="layout"><tc:gridLayout rows="1*;fixed;fixed;1*"/></f:facet>
+        <f:facet name="layout"><tc:gridLayout rows="1*;auto;auto;1*"/></f:facet>
         <tc:image value="image/feather-leaf.png"/>
         <tx:in value="#{demo.solar.planets[0].sunDistance}"
                label="#{overviewBundle.solarPlanetSunDistance}"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/01-ajax/tab-ajax.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/01-ajax/tab-ajax.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/01-ajax/tab-ajax.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/01-ajax/tab-ajax.xhtml Tue Nov  1 10:10:45 2011
@@ -36,7 +36,7 @@
 
       <tc:tab label="#{overviewBundle.tabPlanet}">
         <f:facet name="layout">
-          <tc:gridLayout rows="1*;fixed;fixed;1*"/>
+          <tc:gridLayout rows="1*;auto;auto;1*"/>
         </f:facet>
         <tc:image value="image/feather-leaf.png"/>
         <tx:in value="#{demo.solar.planets[0].diameter}" required="true"
@@ -46,7 +46,7 @@
         <tc:cell/>
       </tc:tab>
       <tc:tab label="#{overviewBundle.tabInsolar}">
-        <f:facet name="layout"><tc:gridLayout rows="1*;fixed;fixed;1*"/></f:facet>
+        <f:facet name="layout"><tc:gridLayout rows="1*;auto;auto;1*"/></f:facet>
         <tc:image value="image/feather-leaf.png"/>
         <tx:in value="#{demo.solar.planets[0].sunDistance}"
                label="#{overviewBundle.solarPlanetSunDistance}"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/02-server/tab-server.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/02-server/tab-server.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/02-server/tab-server.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/04/02-server/tab-server.xhtml Tue Nov  1 10:10:45 2011
@@ -35,7 +35,7 @@
                             binding="#{demo.tabChangeListener}"/>
 
       <tc:tab label="#{overviewBundle.tabPlanet}">
-        <f:facet name="layout"><tc:gridLayout rows="1*;fixed;fixed;1*"/></f:facet>
+        <f:facet name="layout"><tc:gridLayout rows="1*;auto;auto;1*"/></f:facet>
         <tc:cell/>
         <tx:in value="#{demo.solar.planets[0].diameter}" required="true"
                label="#{overviewBundle.solarPlanetDiameter}"/>
@@ -44,7 +44,7 @@
         <tc:cell/>
       </tc:tab>
       <tc:tab label="#{overviewBundle.tabInsolar}">
-        <f:facet name="layout"><tc:gridLayout rows="1*;fixed;fixed;1*"/></f:facet>
+        <f:facet name="layout"><tc:gridLayout rows="1*;auto;auto;1*"/></f:facet>
         <tc:cell/>
         <tx:in value="#{demo.solar.planets[0].sunDistance}"
                label="#{overviewBundle.solarPlanetSunDistance}"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/05/toolBar.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/05/toolBar.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/05/toolBar.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/05/toolBar.xhtml Tue Nov  1 10:10:45 2011
@@ -26,7 +26,7 @@
 <ui:param name="title" value="#{overviewBundle.toolbar}"/>
 <tc:panel id="pageToolbar">
   <f:facet name="layout">
-    <tc:gridLayout rows="65px;fixed;1px;70px;fixed;50px" id="pageToolbarLayout"/>
+    <tc:gridLayout rows="65px;auto;1px;70px;auto;50px" id="pageToolbarLayout"/>
   </f:facet>
 
   <tc:out escape="false" value="#{overviewBundle.toolbar_text1}"/>
@@ -34,7 +34,7 @@
   <tc:box label="#{overviewBundle.toolbar_sampleTitle}" id="boxToolbar">
 
     <f:facet name="layout">
-      <tc:gridLayout rows="fixed;fixed;fixed" columns="2*;1*;1*" id="boxToolbarLayout"/>
+      <tc:gridLayout rows="auto;auto;auto" columns="2*;1*;1*" id="boxToolbarLayout"/>
     </f:facet>
 
     <f:facet name="toolBar">
@@ -111,7 +111,7 @@
             <tc:popup width="200" height="100" id="popup2" >
 
               <f:facet name="layout">
-                <tc:gridLayout rows="35px;1*;fixed" />
+                <tc:gridLayout rows="35px;1*;auto" />
               </f:facet>
 
               <tc:out value="#{overviewBundle.toolbar_popupText}"/>
@@ -163,7 +163,7 @@
 
   <tc:box label="#{overviewBundle.toolbar_sampleTitle2}" id="boxMenu">
     <f:facet name="layout">
-      <tc:gridLayout rows="fixed;100px"/>
+      <tc:gridLayout rows="auto;100px"/>
     </f:facet>
 
     <f:facet name="menuBar">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/00/validation-severity.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/00/validation-severity.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/00/validation-severity.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/00/validation-severity.xhtml Tue Nov  1 10:10:45 2011
@@ -26,7 +26,7 @@
   <ui:param name="title" value="#{overviewBundle.validation}"/>
   <tc:panel>
     <f:facet name="layout">
-      <tc:gridLayout rows="40px;fixed;*;fixed"/>
+      <tc:gridLayout rows="40px;auto;*;auto"/>
     </f:facet>
 
     <tc:out value="The validation process in JSF creates FacesMessages with different severities.

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/01/validation-jsr303.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/01/validation-jsr303.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/01/validation-jsr303.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/01/validation-jsr303.xhtml Tue Nov  1 10:10:45 2011
@@ -25,7 +25,7 @@
   <ui:param name="title" value="JSR-303: Bean Validation"/>
   <tc:panel>
     <f:facet name="layout">
-      <tc:gridLayout rows="40px;fixed;fixed;*;fixed"/>
+      <tc:gridLayout rows="40px;auto;auto;*;auto"/>
     </f:facet>
 
     <tc:out value="TODO: JSR-303 Bean Validation - This example page only validates with JSF-2.0 or later."/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/validation.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/validation.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/validation.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06/validation.xhtml Tue Nov  1 10:10:45 2011
@@ -26,7 +26,7 @@
   <ui:param name="title" value="#{overviewBundle.validation}"/>
   <tc:panel>
     <f:facet name="layout">
-      <tc:gridLayout rows="80px;fixed;*;fixed"/>
+      <tc:gridLayout rows="80px;auto;*;auto"/>
     </f:facet>
 
     <tc:out escape="false" value="#{overviewBundle.validation_text}"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/07/form.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/07/form.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/07/form.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/07/form.xhtml Tue Nov  1 10:10:45 2011
@@ -35,14 +35,14 @@
 
     <tc:box label="#{overviewBundle.form_outTitle}">
       <f:facet name="layout">
-        <tc:gridLayout rows="80px;fixed;fixed;fixed;fixed"/>
+        <tc:gridLayout rows="80px;auto;auto;auto;auto"/>
       </f:facet>
 
       <tc:out escape="false" value="#{overviewBundle.form_text2}"/>
 
       <tc:box label="#{overviewBundle.form_in1Title}">
         <f:facet name="layout">
-          <tc:gridLayout rows="fixed;fixed;" columns="1*;100px"/>
+          <tc:gridLayout rows="auto;auto;" columns="1*;100px"/>
         </f:facet>
 
         <tc:form id="form1">
@@ -57,7 +57,7 @@
 
       <tc:box label="#{overviewBundle.form_in2Title}">
         <f:facet name="layout">
-          <tc:gridLayout rows="fixed;fixed" columns="1*;100px"/>
+          <tc:gridLayout rows="auto;auto" columns="1*;100px"/>
         </f:facet>
 
         <tc:form id="form2">
@@ -73,7 +73,7 @@
       
       <tc:panel>
         <f:facet name="layout">
-          <tc:gridLayout rows="fixed;fixed" columns="*;100px"/>
+          <tc:gridLayout rows="auto;auto" columns="*;100px"/>
         </f:facet>
 
         <tx:in value="#{demo.text[2]}" required="true" label="#{overviewBundle.newValue2}"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10/locale.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10/locale.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10/locale.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10/locale.xhtml Tue Nov  1 10:10:45 2011
@@ -46,7 +46,7 @@
         <tc:cell/>
 
         <tc:panel>
-          <tc:gridLayout rows="*;fixed "/>
+          <tc:gridLayout rows="*;auto "/>
 
           <tc:cell/>
           <tc:button action="#{clientConfigController2.submit}" label="#{overviewBundle.locale_submit}"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/11/layout.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/11/layout.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/11/layout.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/11/layout.xhtml Tue Nov  1 10:10:45 2011
@@ -33,7 +33,7 @@
     <!-- code-sniplet-start id="layoutManagementExample" -->
     <tc:box label="#{overviewBundle.layout_exampleTitle}">
       <f:facet name="layout">
-        <tc:gridLayout columns="1*;1*" rows="fixed;fixed;fixed;fixed;fixed;*"/>
+        <tc:gridLayout columns="1*;1*" rows="auto;auto;auto;auto;auto;*"/>
       </f:facet>
       <tx:selectOneChoice value="#{overviewController.singleValue}"
                           label="#{overviewBundle.layout_salutation}"

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/21/progress.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/21/progress.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/21/progress.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/21/progress.xhtml Tue Nov  1 10:10:45 2011
@@ -30,7 +30,7 @@
       <tc:reload frequency="2000" update="#{progress.update}"/>
     </f:facet>
     <f:facet name="layout">
-      <tc:gridLayout rows="fixed;1*" columns="100px;1* "/>
+      <tc:gridLayout rows="auto;1*" columns="100px;1* "/>
     </f:facet>
     <tc:label value="Progress:"/>
     <!-- code-sniplet-start id="progress" -->

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25/select.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25/select.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25/select.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25/select.xhtml Tue Nov  1 10:10:45 2011
@@ -26,7 +26,7 @@
   <tc:panel>
     <f:facet name="layout">
       <tc:gridLayout
-          rows="fixed;fixed;fixed;fixed;fixed;fixed;45px;45px;fixed;fixed;fixed;200px;200px;fixed;fixed;fixed;fixed;fixed;*;fixed"/>
+          rows="auto;auto;auto;auto;auto;auto;45px;45px;auto;auto;auto;200px;200px;auto;auto;auto;auto;auto;*;auto"/>
     </f:facet>
 
     <!-- code-sniplet-start id="selectBooleanCheckbox" -->
@@ -144,7 +144,7 @@
 
     <tc:panel>
       <f:facet name="layout">
-        <tc:gridLayout columns="*;fixed"/>
+        <tc:gridLayout columns="*;auto"/>
       </f:facet>
       <tc:cell/>
       <tc:button action="submit" label="Submit"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30/object.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30/object.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30/object.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30/object.xhtml Tue Nov  1 10:10:45 2011
@@ -25,7 +25,7 @@
   <ui:param name="title" value="Object - Show external content inside of an application"/>
   <tc:panel>
     <f:facet name="layout">
-      <tc:gridLayout rows="fixed;*"/>
+      <tc:gridLayout rows="auto;*"/>
     </f:facet>
 
     <tc:panel>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40/upload.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40/upload.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40/upload.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40/upload.xhtml Tue Nov  1 10:10:45 2011
@@ -25,7 +25,7 @@
   <ui:param name="title" value="#{overviewBundle.basic}"/>
   <tc:box label="File Upload">
     <f:facet name="layout">
-      <tc:gridLayout columns="400px;1*" rows="fixed;1*"/>
+      <tc:gridLayout columns="400px;1*" rows="auto;1*"/>
     </f:facet>
 
     <tx:file label="Upload file:" value="#{upload.file}">

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/50/partial.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/50/partial.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/50/partial.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/50/partial.xhtml Tue Nov  1 10:10:45 2011
@@ -25,7 +25,7 @@
   <ui:param name="title" value="Partial Update (AJAX)"/>
   <tc:panel id="parent">
     <f:facet name="layout">
-      <tc:gridLayout rows="20px;200px;*;fixed"/>
+      <tc:gridLayout rows="20px;200px;*;auto"/>
     </f:facet>
 
     <tc:out value="Demonstration and test of partial reload"/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/51/for-each.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/51/for-each.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/51/for-each.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/51/for-each.xhtml Tue Nov  1 10:10:45 2011
@@ -24,7 +24,7 @@
   <ui:param name="title" value="Best Practice - For Each"/>
   <tc:panel>
     <f:facet name="layout">
-      <tc:gridLayout rows="100px;fixed;fixed;fixed;*"/>
+      <tc:gridLayout rows="100px;auto;auto;auto;*"/>
     </f:facet>
 
     <tc:panel>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/error/throwable.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/error/throwable.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/error/throwable.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/error/throwable.xhtml Tue Nov  1 10:10:45 2011
@@ -25,7 +25,7 @@
 
   <tc:panel>
     <f:facet name="layout">
-      <tc:gridLayout rows="fixed;*"/>
+      <tc:gridLayout rows="auto;*"/>
     </f:facet>
 
     <tc:messages/>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/footer.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/footer.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/footer.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/footer.xhtml Tue Nov  1 10:10:45 2011
@@ -25,7 +25,7 @@
 
   <tc:panel>
     <f:facet name="layout">
-      <tc:gridLayout columns="fixed;fixed;fixed;fixed;fixed;*" rows="fixed;fixed"/>
+      <tc:gridLayout columns="auto;auto;auto;auto;auto;*" rows="auto;auto"/>
     </f:facet>
 
     <tc:separator>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/header.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/header.xhtml?rev=1195912&r1=1195911&r2=1195912&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/header.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/header.xhtml Tue Nov  1 10:10:45 2011
@@ -37,7 +37,7 @@
 
     <tc:panel>
       <f:facet name="layout">
-        <tc:gridLayout rows="fixed;fixed;fixed"/>
+        <tc:gridLayout rows="auto;auto;auto"/>
       </f:facet>
       <tc:out value="Theme: #{clientConfigController.localizedTheme}"/>
       <tc:out value="Locale: #{clientConfigController.localizedLocale}"/>