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

Enter a parameter in the web client URL

Enter a parameter in the web.xml fileEnter a parameter in the web.xml file

Enter a parameter in the web.xml file

Web parameter: message display properties

Client parameters for web clients