widgets\ActiveForm $fieldConfig

$fieldConfig public property

The default configuration used by field() when creating a new field object. This can be either a configuration array or an anonymous function returning a configuration array. If the latter, the signature should be as follows:

function ($model, $attribute)

The value of this property will be merged recursively with the $options parameter passed to field().

See also $fieldClass.

doc_Yii
2016-10-30 17:17:59
Comments
Leave a Comment

Please login to continue.