Development tools : XUI editor : XUI widgets and containers : Containers Description : Repetitive Panel : Setting different styles for the odd and even rows
  
Setting different styles for the odd and even rows
You can set different styles for the odd and even rows in the Repetitive Panel.
1 Define an oddeven style for the BTTRepePanelOddRow and BTTRepePanelEvenRow classes.
For example:
.oddeven .BTTRepePanelOddRow {
  background-corlor:#FFFFF9;
}
.oddeven .BTTRepePanelEvenRow {
  background-corlor:#EFF4FA;
}
2 Add the defined style to the Repetitive Panel.
Add the defined style to the RepetitivePanel
Go up to
Repetitive Panel