Browse Source

Example from comments changed

tags/2.0.0-beta
Alexander Kochetov 11 years ago
parent
commit
2a7dae5bd9
  1. 3
      framework/yii/jui/Sortable.php

3
framework/yii/jui/Sortable.php

@ -22,6 +22,9 @@ use yii\helpers\Html;
* 'Item 1',
* array(
* 'content' => 'Item2',
* ),
* array(
* 'content' => 'Item3',
* 'options' => array(
* 'tag' => 'li',
* ),

Loading…
Cancel
Save