Browse Source

Fixed wrong links [skip ci]

tags/2.0.0-rc
Qiang Xue 11 years ago
parent
commit
86e22d9081
  1. 6
      ActiveField.php
  2. 2
      ActiveForm.php

6
ActiveField.php

@ -11,13 +11,13 @@ use yii\helpers\Html;
use yii\helpers\ArrayHelper; 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: * sorts of Bootstrap 3 form fields in different form layouts:
* *
* - [[inputTemplate]] is an optional template to render complex inputs, for example input groups * - [[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 * in horizontal forms
* - [[inline]]/[[inline()]] is used to render inline [[checkboxList()]] and [[radioList()]] * - [[inline]]/[[inline()]] is used to render inline [[checkboxList()]] and [[radioList()]]
* - [[enableError]] can be set to `false` to disable to the error * - [[enableError]] can be set to `false` to disable to the error

2
ActiveForm.php

@ -12,7 +12,7 @@ use yii\helpers\Html;
use yii\base\InvalidConfigException; 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. * This class mainly adds the [[layout]] property to choose a Bootstrap 3 form layout.
* So for example to render a horizontal form you would: * So for example to render a horizontal form you would:

Loading…
Cancel
Save