The
<dotj:toggler> tag can be used to alternate values using a set of predetermined suffixes.
Alternating Rows:
In the example below, the CSS style is toggled between two values,
tableRow1 and
tableRow2.
| Row 1 |
| Row 2 |
| Row 3 |
| Row 4 |
| Row 5 |
| Row 6 |
Alternating Every Three Rows:
In the example below, the CSS style is toggled between three values,
tableRow1,
tableRow2, and
tableRow3.
| Row 1 |
| Row 2 |
| Row 3 |
| Row 4 |
| Row 5 |
| Row 6 |
Back to Samples page
:
:
:
:
:
:
:
:
Copyright © 2000-2004 dotJ Software Inc. All rights reserved.
|