You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2013/11/20 18:06:40 UTC

svn commit: r1543882 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/sheet.xhtml

Author: weber
Date: Wed Nov 20 17:06:40 2013
New Revision: 1543882

URL: http://svn.apache.org/r1543882
Log:
Revert: TOBAGO-1276 - Rendered attribute for rows in Sheet: fix selection

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/sheet.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/sheet.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/sheet.xhtml?rev=1543882&r1=1543881&r2=1543882&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/sheet.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/sheet.xhtml Wed Nov 20 17:06:40 2013
@@ -127,7 +127,7 @@
     </tc:panel>
 
     <tc:sheet value="#{demo.solarList}" id="sheet"
-              columns="3*;1*;3*;3*;3*;200px;3*" var="luminary"
+              columns="3*;1*;3*;3*;3*;3*" var="luminary"
               state="#{demo.sheetState}"
               showHeader="#{overviewController.sheetConfig.sheetShowHeader}"
               showPagingAlways="#{overviewController.sheetConfig.showPagingAlways}"
@@ -176,9 +176,6 @@
       <tc:column label="#{overviewBundle.solarArrayDistance}" sortable="true" align="right" id="distance">
         <tc:out value="#{luminary.distance}" id="t_distance"/>
       </tc:column>
-      <tc:column label="image" >
-        <tc:image value="image/feather-leaf.png" height="16px" width="50px"/>
-      </tc:column>
       <tc:column label="#{overviewBundle.solarArrayPeriod}" sortable="true" align="right" id="period">
         <tc:out value="#{luminary.period}" id="t_period"/>
       </tc:column>