PHP Класс kartik\builder\ActiveFormEvent

С версии: 1.0
Автор: Kartik Visweswaran ([email protected])
Наследование: extends yii\base\Event
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$attribute the model attribute name used in the form
$eventData any additional event data that can be passed by the event handler as key value pairs.
$index the row index of the attribute in the bootstrap grid layout.

Описание свойств

$attribute публичное свойство

the model attribute name used in the form
public $attribute

$eventData публичное свойство

any additional event data that can be passed by the event handler as key value pairs.
public $eventData

$index публичное свойство

the row index of the attribute in the bootstrap grid layout.
public $index