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 2009/09/04 15:51:49 UTC

svn commit: r811409 - in /myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout: tabGroup-auto.xhtml tabGroup-relative.xhtml

Author: lofwyr
Date: Fri Sep  4 13:51:49 2009
New Revision: 811409

URL: http://svn.apache.org/viewvc?rev=811409&view=rev
Log:
TOBAGO-606: Layout-Manager
 - simplify

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

Modified: myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/tabGroup-auto.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/tabGroup-auto.xhtml?rev=811409&r1=811408&r2=811409&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/tabGroup-auto.xhtml (original)
+++ myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/tabGroup-auto.xhtml Fri Sep  4 13:51:49 2009
@@ -11,7 +11,6 @@
     <f:facet name="layout">
       <tc:gridLayout rows="auto" columns="auto"/>
     </f:facet>
-    <tc:gridLayoutConstraint width="600px" height="300px"/>
 
     <tc:tabGroup id="tabGroup">
       <tc:tab label="Rows" id="rows">

Modified: myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/tabGroup-relative.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/tabGroup-relative.xhtml?rev=811409&r1=811408&r2=811409&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/tabGroup-relative.xhtml (original)
+++ myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/tabGroup-relative.xhtml Fri Sep  4 13:51:49 2009
@@ -8,9 +8,6 @@
     xmlns:h="http://java.sun.com/jsf/html"
     xmlns:f="http://java.sun.com/jsf/core">
   <tc:page id="page">
-    <f:facet name="layout">
-      <tc:gridLayout/>
-    </f:facet>
     <tc:gridLayoutConstraint width="600px" height="300px"/>
 
     <tc:tabGroup id="tabGroup">