Web parameter: enableTableEllipsis

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

Parameter

enableTableEllipsis

Description

For the following read-only controls in record details area, you can enable this parameter to display '...' at the end of the text fields when the value is too long to be shown completely:

  • tables
  • comfill with array
  • combobox with array
  • text fileds with array

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

Example usage

  <context-param>
    <param-name>enableTableEllipsis</param-name>
    <param-value>true</param-value>
  </context-param>