将 CSS 类添加到 Zend Navigation 的内页
是否可以将 CSS 类添加到 Zend Navigation 的内部页面?我正在尝试实现 twitter bootstrap 导航下拉列表
谢谢!
Is it possible to add a CSS class to the inner pages within a Zend Navigation? I am trying to implement twitter bootstrap navigation dropdown
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我对一个项目有同样的要求。我扩展了菜单视图助手来完成这项工作,并将代码放在 Github
I had the same requirement for a project. I extended the Menu view helper to do the job and made the code available on Github
您可以使用
setUlClass()
方法设置类。以下示例将在深度为 2 的所有菜单项上将类设置为sub_menu
。You can set the class with the
setUlClass()
method. The following example will set the class tosub_menu
on all menu items with a depth 2.