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. For more information, see Web tier parameters.

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 and webtier.properties)

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>

Related topics

System parameters
Web tier parameters
View the messages

Related topics

Enter a parameter in the web client URL
Enter a parameter in the web.xml file

Related topics

Web parameter: message display properties
Client parameters for web clients