Web parameter: labelbgunderline

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

labelbgunderline

Description

This parameter defines the label background display if the user has selected a color other than white as the Background Color property for a label in a form, but has left the Background Style property blank. If set to true, the empty Background Style property defaults to underline. If set to false, the empty Background Style property defaults to a solid background.

Valid if set from

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web applications server?

Yes

Default value

true

Possible values

true (default to underline)

false (default to solid background)

Example usage

<init-param>
  <param-name>labelbgunderline</param-name>
  <param-value>true</param-value>
</init-param>

Related topics

System parameters
Web tier parameters

Related topics

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

Related topics

Client parameters for web clients