Commit 5790a00d by yiidevelop

Add encodeLabels configure

Please, review and approval. Thanks
parent 1398de3f
......@@ -136,6 +136,7 @@ class Nav extends Widget
if (is_array($items)) {
$items = Dropdown::widget(array(
'items' => $items,
'encodeLabels'=>$this->encodeLabels,
'clientOptions' => false,
));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment