mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 05:45:33 +08:00
Merge pull request #3343 from Aoseala/patch-1
[ci skip] Fixes example code symbol errors
This commit is contained in:
@@ -39,7 +39,7 @@ use yii\helpers\Html;
|
|||||||
* 'label' => 'Ajax tab',
|
* 'label' => 'Ajax tab',
|
||||||
* 'url' => ['ajax/content'],
|
* 'url' => ['ajax/content'],
|
||||||
* ],
|
* ],
|
||||||
* ),
|
* ],
|
||||||
* 'options' => ['tag' => 'div'],
|
* 'options' => ['tag' => 'div'],
|
||||||
* 'itemOptions' => ['tag' => 'div'],
|
* 'itemOptions' => ['tag' => 'div'],
|
||||||
* 'headerOptions' => ['class' => 'my-class'],
|
* 'headerOptions' => ['class' => 'my-class'],
|
||||||
|
|||||||
Reference in New Issue
Block a user