Web parameter: enableTableMagnify

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

Parameter

enableTableMagnify

Description

This parameter specifies whether the Magnify button is visible for editable tables in the web client. If this value is set to true, the Magnify button appears on the top-right corner of editable tables in the web client. If this value is set to false, the Magnify button does not appear in the web client.

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, false

Example usage

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

Related topics

System parameters
Web tier parameters
Enter a parameter in the web client URL
Enter a parameter in the web.xml file
Client parameters for web clients