CellContainer: WOGenericContainer { elementName = "td"; bgcolor = ^cellBackgroundColor; align = ^cellAlign; valign = ^cellVAlign; width = ^cellWidth; class = ^cellClass; } ColRepetition: WORepetition { count = colCount; index = currentCol; } Conditional1: WOConditional { condition = showIndex; } Content: WOComponentContent { } HasHeaders: WOConditional { condition=hasHeaders; } HeaderRepetition: WORepetition { list=^headerImages; item=header; } Image1: WOImage { src = header; } RowRepetition: WORepetition { count = rowCount; index = currentRow; } TableContainer: WOGenericContainer { elementName = "table"; bgcolor = ^tableBackgroundColor; border = ^border; cellpadding = ^cellpadding; cellspacing = ^cellspacing; width = ^tableWidth; class = ^tableClass; otherTagString = ^otherTagString; } TableHeaderRow: WOGenericContainer { elementName = "tr"; bgcolor = ^headerRowBackgroundColor; class = ^headerRowClass; } TableRow: WOGenericContainer { elementName = "tr"; bgcolor = ^rowBackgroundColor; class = ^rowClass; } index: WOString { value = displayInt; }