在 DNN 中创建子菜单标题

发布于 2024-07-20 22:26:44 字数 382 浏览 8 评论 0原文

我正在创建一个客户 DotNetNuke(DNN) 皮肤 - 我想做的事情之一是有子菜单分组。

例如:

  • 生活
    • __LIVING IN WIDGETVILLE__
    • 出行
    • 房价
    • 学校信息

在哪里:

  • LIFE 是主菜单项

  • LIVING IN WIDGETVILLE 只是子菜单项的描述或组。 我可以在这些下面有其他分组,但垂直突出而不是嵌套的组描述。

  • 组描述下面的每个项目符号都是实际的菜单链接。

  • 关于如何实现这一目标有什么想法吗? 谢谢!

    I am creating a customer DotNetNuke(DNN) skin - and one of the things I'd like to do is have sub-menu groupings.

    For example:

    • LIFE
      • __LIVING IN WIDGETVILLE__

      • GETTING AROUND
      • HOUSE PRICES
      • SCHOOL INFORMATION

    Where:

  • LIFE is the main menu item
  • LIVING IN WIDGETVILLE is just a description or group for the sub-menu items. I could have other groupings below those, but juts vertically not nested group descriptions.
  • Each of the bulleted items below group description are actual menu links.
  • Any ideas on how I could achieve this? Thanks!

    如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

    扫码二维码加入Web技术交流群

    发布评论

    需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

    评论(3

    近箐 2024-07-27 22:26:44

    有一些菜单模块可以做到这一点,您可以在 Snowcovered.com 上查看 - 您也可以编写一个小菜单来为您做到这一点。

    there are some menu modules out there tat could do that for you might look on Snowcovered.com - you could also just write a small menu to do this for you.

    旧人哭 2024-07-27 22:26:44

    考虑后的另一个选择是添加额外的禁用页面,这些页面是站点之一 - 不确定您想要实现什么,但该划分确实不是菜单的一部分,而是站点结构的一部分

    Another option after thinking of it is to add extra pages that are disabled that are one the site - not sure what you are trying achieve but that division really isnt part of the menu but the structure of the site

    伴我心暖 2024-07-27 22:26:44

    我通过将以下内容添加到我的 ASCX 皮肤文件中来实现此目的 -

    <%=PortalSettings.ActiveTab.BreadCrumbs(0).TabName%>
    

    I achieve this by adding the following to my ASCX skin file -

    <%=PortalSettings.ActiveTab.BreadCrumbs(0).TabName%>
    
    ~没有更多了~
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文