Commit c0e91e25 by Alexander Makarov

Merge pull request #4726 from xskif/patch-1

[skip-ci] Update structure-widgets.md
parents c36417a8 d8999f4f
...@@ -8,7 +8,7 @@ like the following: ...@@ -8,7 +8,7 @@ like the following:
```php ```php
<?php <?php
use yii\bootstrap\DatePicker; use yii\jui\DatePicker;
?> ?>
<?= DatePicker::widget(['name' => 'date']) ?> <?= DatePicker::widget(['name' => 'date']) ?>
``` ```
...@@ -28,7 +28,7 @@ widget which is configured to use Russian language and keep the input in the `fr ...@@ -28,7 +28,7 @@ widget which is configured to use Russian language and keep the input in the `fr
```php ```php
<?php <?php
use yii\bootstrap\DatePicker; use yii\jui\DatePicker;
?> ?>
<?= DatePicker::widget([ <?= DatePicker::widget([
'model' => $model, 'model' => $model,
......
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