|
|
@ -134,8 +134,8 @@ class ActiveForm extends Widget |
|
|
|
$id = $this->options['id']; |
|
|
|
$id = $this->options['id']; |
|
|
|
$options = Json::encode($this->getClientOptions()); |
|
|
|
$options = Json::encode($this->getClientOptions()); |
|
|
|
$attributes = Json::encode($this->attributes); |
|
|
|
$attributes = Json::encode($this->attributes); |
|
|
|
$this->view->registerJs("jQuery('#$id').yiiActiveForm($attributes, $options);"); |
|
|
|
|
|
|
|
$this->view->registerAssetBundle('yii/form'); |
|
|
|
$this->view->registerAssetBundle('yii/form'); |
|
|
|
|
|
|
|
$this->view->registerJs("jQuery('#$id').yiiActiveForm($attributes, $options);"); |
|
|
|
} |
|
|
|
} |
|
|
|
echo Html::endForm(); |
|
|
|
echo Html::endForm(); |
|
|
|
} |
|
|
|
} |
|
|
|