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:05:05 UTC

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

Author: weber
Date: Wed Nov 20 17:05:05 2013
New Revision: 1543879

URL: http://svn.apache.org/r1543879
Log:
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=1543879&r1=1543878&r2=1543879&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:05:05 2013
@@ -127,7 +127,7 @@
     </tc:panel>
 
     <tc:sheet value="#{demo.solarList}" id="sheet"
-              columns="3*;1*;3*;3*;3*;3*" var="luminary"
+              columns="3*;1*;3*;3*;3*;200px;3*" var="luminary"
               state="#{demo.sheetState}"
               showHeader="#{overviewController.sheetConfig.sheetShowHeader}"
               showPagingAlways="#{overviewController.sheetConfig.showPagingAlways}"
@@ -176,6 +176,9 @@
       <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>