CONFIG Attribute

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

Syntax

Important: This feature is deprecated, its use is discouraged although not prohibited.
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 brakets to delimit the parameter value.

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