From 2a7dae5bd92d673028be5e0644e61e374ad7a0ae Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Sun, 26 May 2013 19:17:46 +0400 Subject: [PATCH] Example from comments changed --- framework/yii/jui/Sortable.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/framework/yii/jui/Sortable.php b/framework/yii/jui/Sortable.php index bd57fd5..173b742 100644 --- a/framework/yii/jui/Sortable.php +++ b/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', * ),