From 86e22d908151de4fb93f898562afc3cc36ec96c1 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Mon, 5 May 2014 08:12:21 -0400 Subject: [PATCH] Fixed wrong links [skip ci] --- ActiveField.php | 6 +++--- ActiveForm.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ActiveField.php b/ActiveField.php index 1aa8c33..d5b578d 100644 --- a/ActiveField.php +++ b/ActiveField.php @@ -11,13 +11,13 @@ use yii\helpers\Html; use yii\helpers\ArrayHelper; /** - * A Bootstrap 3 enhanced version of [[yii\widgets\ActiveField]]. + * A Bootstrap 3 enhanced version of [[\yii\widgets\ActiveField]]. * - * This class adds some useful features to [[yii\widgets\ActiveField|ActiveField]] to render all + * This class adds some useful features to [[\yii\widgets\ActiveField|ActiveField]] to render all * sorts of Bootstrap 3 form fields in different form layouts: * * - [[inputTemplate]] is an optional template to render complex inputs, for example input groups - * - [[horizontalClass]] defines the CSS grid classes to add to label, wrapper, error and hint + * - [[horizontalCssClasses]] defines the CSS grid classes to add to label, wrapper, error and hint * in horizontal forms * - [[inline]]/[[inline()]] is used to render inline [[checkboxList()]] and [[radioList()]] * - [[enableError]] can be set to `false` to disable to the error diff --git a/ActiveForm.php b/ActiveForm.php index 58bbf54..5ac1b1a 100644 --- a/ActiveForm.php +++ b/ActiveForm.php @@ -12,7 +12,7 @@ use yii\helpers\Html; use yii\base\InvalidConfigException; /** - * A Bootstrap 3 enhanced version of [[yii\widgets\ActiveForm]]. + * A Bootstrap 3 enhanced version of [[\yii\widgets\ActiveForm]]. * * This class mainly adds the [[layout]] property to choose a Bootstrap 3 form layout. * So for example to render a horizontal form you would: