自定义每个子网站页面的 Sharepoint QuickLaunch 菜单
有没有办法可以在 MOSS 子网站的特定页面上拥有自定义快速启动菜单。
我尝试分离页面上的页面布局,效果很好,并将母版页布局代码复制到 aspx 文件中。但它不会复制快速启动菜单的代码。
我知道我可以更改每个网站的快速启动项目,但是我可以更改网站上每个页面的快速启动项目吗?
谢谢 导航
Is there a way I can have a custom quick launch menu on a particular page on a MOSS subsite.
I have tried detaching the page layout on on the page this works fine and copys the master page layout code into the aspx file. But it does not copy the code for the Quick launch menu.
I know I can change the Quick Launch items per site but can I change this per page on a site?
Thanks
Nav
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。为此,您需要创建一个具有不同快速启动的新母版页。并转到您的页面并更改其主页。
Yes. For this you need to create a new master page with different Quick launch. And go to your page and change its master page.
我通过使用 JQuery 隐藏快速启动面板来做到这一点。而不是创建新的母版页
I did this by using JQuery to hide the Quick launch panel. Rather than creating a new master page