Web parameter: labelbgunderline

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

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)

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>