Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

DDRMenu XSLT templates

Return to previous page

  • 4/7/2015
  • 15742 Views

Comments

15742 Views

DDRMenu XSLT templates

Last updated long time ago

Comments

Common

(Enter the content of this article below)

Advanced

 

XML format

The best way to see the XML structure provided to the XSLT stylesheet is to look at the output of the DumpXML template). For reference, the full set of attributes and elements of a menu <node> is as follows

  • @id - The page ID
  • @text - The page name (i.e. what should normally be displayed in the menu)
  • @title - The full page title
  • @url - The page URL
  • @enabled - Whether the page is enabled
  • @selected - Whether the page is selected
  • @breadcrumb - Whether the page is in the current breadcrumb
  • @separator - Whether the node is a separator
  • @icon - The URL of the page icon
  • @largeimage - The URL of the large page icon (DNN 6 only)
  • @first - Whether the page is the first in its level
  • @last - Whether the page is the last in its level
  • @only - Whether the page is the only one in its level
  • @depth - The depth of the current page in the menu structure (starting at 0)
  • @target - The target window for the url defined for the page (_new or null); DNN 7.1+
  • @commandname - The action command name (action menus only)
  • @commandargument - The action command argument (action menus only)
  • keywords - The keywords defined for the current page
  • description - The description of the current page
  • node - A child node of this node

Contents
No sections defined
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out