From eb495020196ff73adbcd4802eff44b4a65ec5f47 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Mon, 3 Feb 2014 14:15:19 -0500 Subject: [PATCH] doc fix. --- Dropdown.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dropdown.php b/Dropdown.php index f276757..85136b8 100644 --- a/Dropdown.php +++ b/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. + * - items: array, optional, the submenu items. The structure is the same as this property. + * Note that Bootstrap doesn't support dropdown submenu. You have to add your own CSS styles to support it. * * To insert divider use ``. */