Skip to main content
August 15, 2008
Question

Bob Flynn

  • August 15, 2008
  • 1 reply
  • 230 views
Bottom of page 272 (chapter 9) talks about choosing {ds_RowNumberPlus1}, that is not available for me . How can you bring it?
Also I did the following but the color doesn't change in my spry table. Reason?
<tr spry:repeat="ds1" spry:setrow="ds1" class="{ds_EvenOddRow}" spry:hover="rowHover" spry:select="rowSelect">
Thanks for your tips/hints
This topic has been closed for replies.

1 reply

Bob_Flynn__IN_Univ_
Participating Frequently
August 16, 2008
Citaiz,

You have a number of troubleshooting opportunities at your disposal. The first thing you can do is go back over the steps related to the coloring of the rows. Did you made the additions to your style sheet that indicate the colors? Are they named correctly (including case)?

The second thing you can do if compare your code to the finished code. There are good free tools out there (like http://www.prestosoft.com/edp_examdiff.asp for Windows) that will allow you to take two files and compare them for differences.

Bob