[Seaside] How to alternate table row colors without WATableReport

Steve Aldred aldreds at velocitynet.com.au
Mon Mar 23 00:23:28 UTC 2009


Gerhard Obermann wrote:
> Hmmm maybe ..
>
> html tableRow
>           style: 'background:#ddd';
>           with: [html tableData: [.....]]

Using a class on the row as per parent post instead of a style allows 
you to change via CSS, possibly external CSS, which is more flexible 
than having to find code references to style.

We avoid style like the plague except for quick experiments.

cheers
Steve



More information about the seaside mailing list