From 7ce6325de1e52df7bdedc55c795fd815b72911e0 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 24 Oct 2013 02:11:58 +0400 Subject: [PATCH] fixes #849 --- framework/yii/bootstrap/Dropdown.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/yii/bootstrap/Dropdown.php b/framework/yii/bootstrap/Dropdown.php index e9ef0ef..fecfb0b 100644 --- a/framework/yii/bootstrap/Dropdown.php +++ b/framework/yii/bootstrap/Dropdown.php @@ -29,6 +29,8 @@ class Dropdown extends Widget * - visible: boolean, optional, whether this menu item is visible. Defaults to true. * - linkOptions: array, optional, the HTML attributes of the item link. * - options: array, optional, the HTML attributes of the item. + * + * To insert divider use ``. */ public $items = []; /**