Web parameter: enableTableMagnify

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

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)

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>