Administer > System Configuration Parameters > Client parameters for Web clients > Web parameter: enableRecordlistOddEvenRowStyle

Web parameter: enableRecordlistOddEvenRowStyle

Web parameters change the behavior of the web clients that connect to the web tier. You can set some of these parameters from the web client login URL, some from the web tier configuration file (web.xml), and some from both.

Parameter

enableRecordlistOddEvenRowStyle

Description

This parameter determines if the odd and even rows in the record list have a different background color.

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Yes

Default value

false (odd and even rows in the record list have the same background color)

Possible values

true or false

Example usage

<context-param>
<param-name>enableRecordlistOddEvenRowStyle</param-name>
<param-value>false</param-value>
</context-param>