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/01/10 09:26:46 UTC

svn commit: r1057116 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/box/box-scrollbar.xhtml

Author: lofwyr
Date: Mon Jan 10 08:26:45 2011
New Revision: 1057116

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

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/box/box-scrollbar.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/box/box-scrollbar.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/box/box-scrollbar.xhtml?rev=1057116&r1=1057115&r2=1057116&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/box/box-scrollbar.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/box/box-scrollbar.xhtml Mon Jan 10 08:26:45 2011
@@ -27,8 +27,17 @@
     <tc:box id="box" label="outer box">
       <tc:gridLayoutConstraint height="300px"/>
 
-      <tc:textarea id="textarea" value="Text.">
-        <tc:gridLayoutConstraint height="500px"/>
+      <tc:textarea id="text1" value="Some text.">
+        <tc:gridLayoutConstraint height="100px"/>
+      </tc:textarea>
+      <tc:textarea id="text2" value="Some other text.">
+        <tc:gridLayoutConstraint height="100px"/>
+      </tc:textarea>
+      <tc:textarea id="text3" value="More text.">
+        <tc:gridLayoutConstraint height="100px"/>
+      </tc:textarea>
+      <tc:textarea id="text4" value="More other text.">
+        <tc:gridLayoutConstraint height="100px"/>
       </tc:textarea>
 
     </tc:box>