$submenuTemplate public property
The template used to render a list of sub-menus. In this template, the token {items}
will be replaced with the rendered sub-menu items.
public string $submenuTemplate = "\n<ul>\n{items}\n</ul>\n"
$submenuTemplate public property
The template used to render a list of sub-menus. In this template, the token {items}
will be replaced with the rendered sub-menu items.
public string $submenuTemplate = "\n<ul>\n{items}\n</ul>\n"
Please login to continue.