Commit d8999f4f by xskif

Update structure-widgets.md

changed bootstrap namespace to jui
parent c36417a8
......@@ -8,7 +8,7 @@ like the following:
```php
<?php
use yii\bootstrap\DatePicker;
use yii\jui\DatePicker;
?>
<?= DatePicker::widget(['name' => 'date']) ?>
```
......@@ -28,7 +28,7 @@ widget which is configured to use Russian language and keep the input in the `fr
```php
<?php
use yii\bootstrap\DatePicker;
use yii\jui\DatePicker;
?>
<?= DatePicker::widget([
'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