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 2010/11/05 22:30:36 UTC

svn commit: r1031806 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/size-auto.xhtml

Author: lofwyr
Date: Fri Nov  5 21:30:35 2010
New Revision: 1031806

URL: http://svn.apache.org/viewvc?rev=1031806&view=rev
Log:
make test sucessful

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/size-auto.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/size-auto.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/size-auto.xhtml?rev=1031806&r1=1031805&r2=1031806&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/size-auto.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/size-auto.xhtml Fri Nov  5 21:30:35 2010
@@ -30,7 +30,12 @@
 
     <!--todo: not implmented yet-->
 
-    <tc:image id="image-0" value="pidgeon-point.jpg"/>
+    <tc:image id="image-0" value="pidgeon-point.jpg">
+      <tc:gridLayoutConstraint width="120px" height="180px"/>
+    </tc:image>
+
+    <tc:out value="TODO: The values doesn't come directly from the image in the moment."/>
+
 
     <tc:script file="script/test-utils.js"/>