widgets\ActiveField $selectors

$selectors public property

The jQuery selectors for selecting the container, input and error tags. The array keys should be container, input, and/or error, and the array values are the corresponding selectors. For example, ['input' => '#my-input'].

The container selector is used under the context of the form, while the input and the error selectors are used under the context of the container.

You normally do not need to set this property as the default selectors should work well for most cases.

public array $selectors = []
doc_Yii
2016-10-30 17:17:46
Comments
Leave a Comment

Please login to continue.