Web parameter: autoCompleteDelayTime

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

Parameter

autoCompleteDelayTime

Description

This parameter defines the delay time in milliseconds to trigger the auto complete feature after you stop typing characters in a Comfill field.

Valid if set from

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

Requires restart of the web application server?

Yes

Default value

200

Possible values

0 to unlimited

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

Example usage

<context-param>
  <param-name>autoCompleteDelayTime</param-name>
  <param-value>200</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
Web parameter: comfillAutoComplete
Web parameter: autoCompleteListSize
Web parameter: autoCompleteMinChars