mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-20 00:20:44 +08:00
Merge pull request #9801 from nkovacs/patch-12
Fix links in documentation [skip ci]
This commit is contained in:
@@ -20,8 +20,8 @@ use yii\helpers\Html;
|
|||||||
* or a name and a value. If the former, the name and the value will
|
* or a name and a value. If the former, the name and the value will
|
||||||
* be generated automatically.
|
* be generated automatically.
|
||||||
*
|
*
|
||||||
* Classes extending from this widget can be used in an [[yii\widgets\ActiveForm|ActiveForm]]
|
* Classes extending from this widget can be used in an [[\yii\widgets\ActiveForm|ActiveForm]]
|
||||||
* using the [[yii\widgets\ActiveField::widget()|widget()]] method, for example like this:
|
* using the [[\yii\widgets\ActiveField::widget()|widget()]] method, for example like this:
|
||||||
*
|
*
|
||||||
* ```php
|
* ```php
|
||||||
* <?= $form->field($model, 'from_date')->widget('WidgetClassName', [
|
* <?= $form->field($model, 'from_date')->widget('WidgetClassName', [
|
||||||
|
|||||||
Reference in New Issue
Block a user