Kentico CMS 6.0 Controls

CMS navigation - common properties

CMS navigation - common properties

Previous topic Next topic Mail us feedback on this topic!  

CMS navigation - common properties

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

The following properties provide general configuration options to many of the CMS Navigation controls. Please be aware that certain controls only use some of these properties:

 

Property Name

Description

Sample Value

ApplyMenuDesign

Indicates whether the document menu settings for Menu design should be applied to this control. True by default.

 

Columns

Contains the names of columns which should be loaded with the documents (menu items). Only the columns contained in the DefaultColumns property are loaded by default.

 

If you need some other column to be loaded as well, please add its name into this property.

"DocumentPageTitle,DocumentPageKeywords"

CSSPrefix

Specifies the prefix of standard navigation control CSS classes. You can also use several values separated by a semicolon (;) for particular levels. Learn more at Using the CSSPrefix property.

"main;submenu1;submenu2"

HideControlForZeroRows

Indicates whether the control should be hidden when no data is loaded. Default value is False.

 

HighlightAllItemsInPath

Indicates whether all items in the unfolded path should be displayed as highlighted.

 

SubmenuIndicator

Contains the path to an image that will be displayed next to every item that contains sub-items.

 

UseAlternatingStyles

Indicates whether alternating styles should be used for even and odd items on the same menu level.

 

UseItemImagesForHiglightedItem

Indicates whether the item image should be used if the highlighted image is not specified.

 

WordWrap

Indicates whether text displayed by the control should use word wrapping or be replaced by 'nbsp' entities if it is too long.

 

ZeroRowsText

Text to be shown when the control is hidden by the HideControlForZeroRows property.

"No records found."