Commit 9ae538e6 by Qiang Xue

Fixed doc [skip ci]

parent 0c599b1e
...@@ -72,8 +72,9 @@ class Menu extends Widget ...@@ -72,8 +72,9 @@ class Menu extends Widget
*/ */
public $items = []; public $items = [];
/** /**
* @var array list of HTML attributes for the menu container tag. This will be overwritten * @var array list of HTML attributes shared by all menu [[items]]. If any individual menu item
* by the "options" set in individual [[items]]. The following special options are recognized: * specifies its `options`, it will be merged with this property before being used to generate the HTML
* attributes for the menu item tag. The following special options are recognized:
* *
* - tag: string, defaults to "li", the tag name of the item container tags. * - tag: string, defaults to "li", the tag name of the item container tags.
* *
......
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