CONFIG Attribute

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

Syntax

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 braces to delimit the parameter value.

Important: This attribute is deprecated, use new form item types instead.