CONFIG Attribute

The CONFIG attribute defines the behavior and decoration of a field defined with the WIDGET attribute.

Syntax

Important: This feature is deprecated, and may be removed in a future version.
CONFIG = "parameter [...]"
  1. parameter is the value of a configuration parameter.

Usage

The CONFIG attribute can only be used with the WIDGET attribute. It is ignored if WIDGET is not used.

Configuration parameters are separated by blanks.

If a configuration parameter holds blank characters, you must use {} curly brackets to delimit the parameter value.

Note: The CONFIG attribute is deprecated, use new form item types instead.