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 2016/04/07 10:17:02 UTC

svn commit: r1738106 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/sheet.xhtml

Author: lofwyr
Date: Thu Apr  7 08:17:02 2016
New Revision: 1738106

URL: http://svn.apache.org/viewvc?rev=1738106&view=rev
Log:
TOBAGO-1502: Advanced tc:sheet support for Bootstrap
* two modes: column widths: auto vs. manual

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/sheet.xhtml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/sheet.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/sheet.xhtml?rev=1738106&r1=1738105&r2=1738106&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/sheet.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/sheet.xhtml Thu Apr  7 08:17:02 2016
@@ -123,7 +123,7 @@
     </tc:flowLayout>
 
     <tc:sheet value="#{demo.solarList}" id="sheet"
-              columns="3*;1*;3*;3*;3*;3*" var="luminary"
+              columns="1*;3*;1*;3*;3*;3*;3*" var="luminary"
               state="#{demo.sheetState}"
               showHeader="#{overviewController.sheetConfig.sheetShowHeader}"
               showPagingAlways="#{overviewController.sheetConfig.showPagingAlways}"