From e2906b95e40ad787943fb5501e6d68384f0300e4 Mon Sep 17 00:00:00 2001 From: Jason Hancock Date: Tue, 24 Nov 2015 23:38:34 -0800 Subject: [PATCH] Document the "encode" option for Nav items --- Nav.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Nav.php b/Nav.php index d59e9b0..a003d41 100644 --- a/Nav.php +++ b/Nav.php @@ -66,6 +66,7 @@ class Nav extends Widget * - dropDownOptions: array, optional, the HTML options that will passed to the [[Dropdown]] widget. * - items: array|string, optional, the configuration array for creating a [[Dropdown]] widget, * or a string representing the dropdown menu. Note that Bootstrap does not support sub-dropdown menus. + * - encode: boolean, optional, whether the label will be HTML-encoded. If set, supersedes the $encodeLabels option for only this item. * * If a menu item is a string, it will be rendered directly without HTML encoding. */