PHP Class kartik\builder\ActiveFormEvent

Since: 1.0
Author: Kartik Visweswaran ([email protected])
Inheritance: extends yii\base\Event
Datei anzeigen Open project: kartik-v/yii2-builder

Public Properties

Property Type Description
$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.

Property Details

$attribute public_oe property

the model attribute name used in the form
public $attribute

$eventData public_oe property

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

$index public_oe property

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