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/02/14 15:18:43 UTC

svn commit: r1243933 - in /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main: java/org/apache/myfaces/tobago/example/test/Filter.java webapp/tc/label/label.xhtml

Author: lofwyr
Date: Tue Feb 14 14:18:43 2012
New Revision: 1243933

URL: http://svn.apache.org/viewvc?rev=1243933&view=rev
Log:
update "TODO"-Filter

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Filter.java
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/label/label.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Filter.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Filter.java?rev=1243933&r1=1243932&r2=1243933&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Filter.java (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Filter.java Tue Feb 14 14:18:43 2012
@@ -74,9 +74,8 @@ public class Filter {
    * Switched off temporary.
    */
   public static final Set<String> TODO = new HashSet<String>(Arrays.asList(
-      "/tc/gridLayout/horizontal-600px-default-300px.*",
-      "/tc/gridLayout/horizontal-default-default-600px.*",
       "/tc/gridLayout/rendered-combinations.jspx", // uses facelets templating
+      "/tc/gridLayout/scrolling-2-levels.*", // todo: ?
       "/tc/gridLayout/scrolling-tab.*", // todo: measurement problem with firefox?
       "/tc/gridLayout/tabGroup-.*", // todo: measurement problem with firefox?
       "/tc/gridLayout/transparent-for-layout.jspx", // uses facelets templating

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/label/label.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/label/label.xhtml?rev=1243933&r1=1243932&r2=1243933&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/label/label.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/label/label.xhtml Tue Feb 14 14:18:43 2012
@@ -31,5 +31,16 @@
     <tc:label value="Label"/>
     <tc:in value="In"/>
 
+    <tc:panel>
+    <f:facet name="layout">
+    <tc:gridLayout columns="170px;1*" rows="50px" border="0" />
+    </f:facet>
+    <tc:cell>
+    <tc:label value="Very very very very long label that is very long">
+        <tc:out value="XXX"/>
+      </tc:label>
+    </tc:cell>
+    </tc:panel>
+
   </tc:page>
 </f:view>