Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

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!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Nav menu custom attributesNav menu custom attributes
Previous
 
Next
New Post
6/25/2010 12:12 PM
 
I'm somewhat new to DNN and I'm using 5.x. I've found the docs on the Nav and skin objects, listing all the parameters. Like others, I'm trying to use unordered list for the menu. I've found the trick using the CustomAttributes for the DNNMenu and it works fine, but I can't find out what my options are for each of the custom attributes. For example, what other "EasingType" values are there besides "Sine"? Does anyone know where I can find all the valid options for the DNNMenuNavigationProvider Custom Attributes?
 
New Post
6/25/2010 12:23 PM
 
Not sure if this is exactly what you're looking for, but I found this over on DNNCreative.com and have it copied to my OneNotes... mainly it's just a list of the attributes you can use in the token...
http://www.dnncreative.com/Forum/tabid/88/view/topic/forumid/12/postid/4302/Default.aspx

NavigationProvider

Description

 

 

Paths

 

PathImage

Directory to find the icons

PathSystemImage

Directory to find the images necessary for the control (i.e. spacer.gif)

PathSystemScript

Directory to find associated script files for the control

 

 

Rendering

 

ForceDownLevel

Flag to force the downlevel menu to display (values: true, false)

ForceCrawlerDisplay

Displays the full menu as an indented list of normal hyperlinks (like a sitemap) {true|false}

ControlOrientation

Determines how the menu is displayed, horizontal or vertical (values: vertical, horizontal)

ControlAlignment

Alignment of the menu within the menu bar. {Left|Center|Right|Justify}

 

 

Mouse Properties

 

MouseOutHideDelay

Number of milliseconds to wait until menu is hidden on mouse out. (0 = disable)

MouseOverDisplay

Adjusts effect when mouse moves over menu bar item (Values: Outset, Highlight, None)

MouseOverAction

Makes menu expand on mouse over (unlike any menu found within the Windows environment)(Values: true, false)

 

 

Indicate Children

 

IndicateChildren

use arrows to indicate child submenus

IndicateChildImageSub

Arrow image to use for sub menus - i.e. arrow.gif

IndicateChildImage

Arrow image to use for root menus - i.e. arrow.gif

IndicateChildImageExpandedSub

Image to use on sub node when children expanded

IndicateChildImageExpandedRoot

Image to use on root node when children expanded

 

 

Custom HTML

 

NodeLeftHTMLRoot

HTML text added to the beginning of the Root menu items

NodeRightHTMLRoot

HTML text added to the end of the Root menu items

NodeLeftHTMLSub

HTML text added to the beginning of the sub menu items

NodeRightHTMLSub

HTML text added to the end of the sub menu items

NodeLeftHTMLBreadCrumbSub

HTML to display to the left of the node that resides in a submenu and is a breadcrumb

NodeLeftHTMLBreadCrumbRoot

HTML to display to the left of the node that resides in the root and is a breadcrumb

NodeRightHTMLBreadCrumbSub

HTML to display to the right of the node that resides in a submenu and is a breadcrumb

NodeRightHTMLBreadCrumbRoot

HTML to display to the right of the node that resides in the root and is a breadcrumb

SeparatorHTML

The separator between Root level menu items. This can include custom skin images, text, and HTML (ie. )

SeparatorLeftHTML

The separator used just before a root level menu item. A use for this might be a left edge of a tab image for example

SeparatorRightHTML

The separator used just after a root level menu item. A use for this might be a right edge of a tab image for example

SeparatorLeftHTMLActive

The separator used just before an active root level menu item

SeparatorRightHTMLActive

The separator used just before an active root level menu item

SeparatorLeftHTMLBreadCrumb

The separator used just before a root level menu item found in the breadcrumb array list

SeparatorRightHTMLBreadCrumb

The separator used just before a root level menu item found in the breadcrumb array list

 

 

CSS

 

CSSControl

Menu Bar CSS Class

CSSContainerRoot

Menu Container CSS Class

CSSContainerSub

SubMenu CSS Class

CSSBreak

Menu Break CSS Class

CSSIndicateChildSub

Menu Arrow CSS Class

CSSIndicateChildRoot

Menu Root Arrow CSS Class

CSSNode

Menu Item CSS Class - ALL Nodes

CSSNodeRoot

CSS Class used for root menu items - Overrides CSSNode

CSSBreadCrumbSub

CSS Class used for sub menu items when they are found in the breadcrumb array list - Overrides CSSNode

CSSBreadCrumbRoot

CSS Class used for root menu items when they are found in the breadcrumb array list - Overrides CSSNode

CSSNodeSelectedRoot

CSS Class used for root menu items when they are the active tab - Overrides CSSNode, CSSBreadCrumbRoot

CSSNodeSelectedSub

CSS Class used for sub menu items when they are the active tab - Overrides CSSNode, CSSBreadCrumbRoot

CSSNodeHover

Menu Item CSS Class for mouse-over - ALL Nodes

CSSNodeHoverSub

CSS Class used for sub menu items when they moused-over - Overrides CSSNodeHover

CSSNodeHoverRoot

CSS Class used for root menu items when they moused-over - Overrides CSSNodeHover

CSSSeparator

CSS class used for the root level menu item separator

CSSLeftSeparator

CSS class used for leftseparator

CSSRightSeparator

CSS class used for leftseparator

CSSLeftSeparatorSelection

CSS class used for leftseparatoractive

CSSRightSeparatorSelection

CSS class used for rightseparatoractive

CSSLeftSeparatorBreadCrumb

CSS class used for leftseparatorbreadcrumb

CSSRightSeparatorBreadCrumb

CSS class used for rightseparatorbreadcrumb

CSSIcon

Menu Icon CSS Class

 

 

Styles

 

StyleBackColor

Background color

StyleForeColor

Fore color of menu item when selected

StyleHighlightColor

Color of top and left border to give a highlight effect

StyleIconBackColor

Background color in area where icon is displayed

StyleSelectionBorderColor

Color of border surrounding selected menu item

StyleSelectionColor

Background color of menu item when selected

StyleSelectionForeColor

Fore color of menu item when selected

StyleControlHeight

Menu bar height in pixels

StyleBorderWidth

Menu border width in pixels

StyleNodeHeight

Menu item height in pixels

StyleIconWidth

Width of icon column in pixels

StyleFontNames

Fonts to use

StyleFontSize

Font Size Style

StyleFontBold

Font Bold Style

 

 

Animation

 

EffectsShadowColor

Color of the shadow

EffectsTransition

Determines which transition to display

EffectsDuration

Number of seconds the transition will take

EffectsShadowDirection

Determines which direction the shadow will fall

EffectsShadowStrength

Determines how opaque the shadow is

EffectsStyle

IE only property for SubMenu styles and transitions


Wells Doty Jr
Online Content Development
 
New Post
6/25/2010 12:23 PM
 
Actually, just found this (be sure to look in the comments):
http://webcontrols.dotnetnuke.com/download/coremodificationsdetail.txt
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Nav menu custom attributesNav menu custom attributes


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out