PHP 클래스 kartik\builder\ActiveFormEvent

부터: 1.0
저자: Kartik Visweswaran ([email protected])
상속: extends yii\base\Event
파일 보기 프로젝트 열기: kartik-v/yii2-builder

공개 프로퍼티들

프로퍼티 타입 설명
$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