Web parameter: enableMoreContextMenu

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

Parameter

enableMoreContextMenu

Description

When this parameter is enabled, a contextual "More" menu is displayed when you right-click lists on the details pane of a record in the web client.

Note If you right-click in an area outside of a list or the details pane, the browser's contextual menu is displayed instead.

Valid if set from

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

Requires restart of the web applications server?

Yes

Default value

false

Possible values

true (Enabled)

false (Disabled)

Example usage

<context-param>
  <param-name>enableMoreContextMenu</param-name>
  <param-value>true</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 file
Client parameters for web clients
SSL parameters