Commit 1b12ddee by Alexander Makarov

Merge pull request #3991 from ychongsaytc/patch-2

Update ActiveForm.php
parents ee9f7ed4 38071e3b
...@@ -21,7 +21,7 @@ use yii\base\InvalidConfigException; ...@@ -21,7 +21,7 @@ use yii\base\InvalidConfigException;
* use yii\bootstrap\ActiveForm; * use yii\bootstrap\ActiveForm;
* *
* $form = ActiveForm::begin(['layout' => 'horizontal']) * $form = ActiveForm::begin(['layout' => 'horizontal'])
* ``` * ```
* *
* This will set default values for the [[yii\bootstrap\ActiveField|ActiveField]] * This will set default values for the [[yii\bootstrap\ActiveField|ActiveField]]
* to render horizontal form fields. In particular the [[yii\bootstrap\ActiveField::template|template]] * to render horizontal form fields. In particular the [[yii\bootstrap\ActiveField::template|template]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment