Administer > System configuration parameters > Client parameters for Web clients > Web parameter: sideBarButtonNumberToCollapse

Web parameter: sideBarButtonNumberToCollapse

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

Parameter

sideBarButtonNumberToCollapse

Description

This parameter defines the number of side bar buttons to be collapsed. If the number of side bar buttons is bigger than or equal to this value, these buttons will be collapsed.

Valid if set from

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

Requires restart of the web application server?

Yes

Default value

4

Possible values

1 to 100

Note If you specify an invalid value, the default value is used.

Example usage

<context-param>
  <param-name>sideBarButtonNumberToCollapse</param-name>
  <param-value>4</param-value>
</context-param>