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/03/20 16:57:32 UTC

svn commit: r1302956 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/button/link-attribute.xhtml

Author: lofwyr
Date: Tue Mar 20 15:57:31 2012
New Revision: 1302956

URL: http://svn.apache.org/viewvc?rev=1302956&view=rev
Log:
layout

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/button/link-attribute.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/button/link-attribute.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/button/link-attribute.xhtml?rev=1302956&r1=1302955&r2=1302956&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/button/link-attribute.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/button/link-attribute.xhtml Tue Mar 20 15:57:31 2012
@@ -22,9 +22,9 @@
     xmlns:ui="http://java.sun.com/jsf/facelets"
     xmlns:f="http://java.sun.com/jsf/core">
   <tc:page id="page">
-    <tc:gridLayoutConstraint width="300px" height="50px"/>
+    <tc:gridLayoutConstraint width="300px"/>
     <f:facet name="layout">
-      <tc:gridLayout/>
+      <tc:gridLayout rows="auto;auto;auto"/>
     </f:facet>
 
     <tc:button id="button-internal-link-with-slash" label="internal link with slash" link="/tc/button/plain.html"/>