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 2012/07/03 09:37:27 UTC

svn commit: r1356593 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/05-toolBar/toolBar.xhtml

Author: lofwyr
Date: Tue Jul  3 07:37:27 2012
New Revision: 1356593

URL: http://svn.apache.org/viewvc?rev=1356593&view=rev
Log:
layout for the popup: using auto

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/05-toolBar/toolBar.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/05-toolBar/toolBar.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/05-toolBar/toolBar.xhtml?rev=1356593&r1=1356592&r2=1356593&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/05-toolBar/toolBar.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/05-toolBar/toolBar.xhtml Tue Jul  3 07:37:27 2012
@@ -55,16 +55,19 @@
           <f:facet name="popup">
             <tc:popup id="popup" modal="true">
 
+              <f:facet name="layout">
+                <tc:gridLayout rows="auto" columns="auto" />
+              </f:facet>
+
               <tc:box label="Message">
                 <f:facet name="layout">
-                  <tc:gridLayout rows="35px;1*;auto" columns="auto"/>
+                  <tc:gridLayout rows="35px;auto" columns="auto"/>
                 </f:facet>
 
                 <tc:out value="#{overviewBundle.toolbar_popupText}">
                   <tc:gridLayoutConstraint minimumWidth="200px"/>
                 </tc:out>
 
-                <tc:cell/>
                 <tc:button id="popupCloseButton" label="#{overviewBundle.toolbar_closePopupAction}">
                   <tc:attribute name="popupClose" value="immediate"/>
                 </tc:button>