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 Skinobject ParametersNav Skinobject Parameters
Previous
 
Next
New Post
3/9/2009 11:48 AM
 

I'm trying to find a complete list of the parameters for the NAV skinobject.  The WROX DNN5 book lists a lot, but doesn't list any of the parameters for CSS.

 
New Post
3/9/2009 11:58 AM
 

This should be all of them, really the best / only source of documentation is the actual source code. This was found in /Library/UI/Skins/NavObjectBase.vb

Public Property CSSControl() As String       
Public Property CSSContainerRoot() As String
Public Property CSSNode() As String
Public Property CSSIcon() As String
Public Property CSSContainerSub() As String
Public Property CSSNodeHover() As String
Public Property CSSBreak() As String
Public Property CSSIndicateChildSub() As String
Public Property CSSIndicateChildRoot() As String
Public Property CSSBreadCrumbRoot() As String
Public Property CSSBreadCrumbSub() As String
Public Property CSSNodeRoot() As String
Public Property CSSNodeSelectedRoot() As String
Public Property CSSNodeSelectedSub() As String
Public Property CSSNodeHoverRoot() As String
Public Property CSSNodeHoverSub() As String
Public Property CSSSeparator() As String
Public Property CSSLeftSeparator() As String
Public Property CSSRightSeparator() As String
Public Property CSSLeftSeparatorSelection() As String
Public Property CSSRightSeparatorSelection() As String
Public Property CSSLeftSeparatorBreadCrumb() As String
Public Property CSSRightSeparatorBreadCrumb() As String
 

 
New Post
3/9/2009 4:57 PM
 

Thanks, Oliver.

 
New Post
3/10/2009 9:09 AM
 

Unfortunately does the defenition of those values not mean that it works in the menu.

 

The following test have not passed my tests since the introduction of the DnnMenuNavigationProvider and the Nav skinobject.

 

 

<dnn:NAV runat="server" id="dnnNAV"  ProviderName="DNNMenuNavigationProvider" IndicateChildren="false" ControlOrientation="Horizontal"
                          CssSeparator= "CssSeparator"
                          
                            CSSLeftSeparator= "CssSeparator"
                            CSSRightSeparator= "CssSeparator"
                            CSSLeftSeparatorSelection= "CssSeparator"
                            CSSRightSeparatorSelection= "CssSeparator"
                            CSSLeftSeparatorBreadCrumb= "CssSeparator"
                            CSSRightSeparatorBreadCrumb= "CssSeparator"
                           
                           
                            SeparatorHTML="&nbsp;XX&nbsp;"
                            SeparatorLeftHTML="&nbsp;Ll&nbsp;"
                            SeparatorLeftHTMLActive="&nbsp;La&nbsp;"
                            SeparatorRightHTML="&nbsp;Rr&nbsp;"
                            SeparatorRightHTMLActive="&nbsp;Ra&nbsp;"
                            SeparatorLeftHTMLBreadCrumb="&nbsp;Lb&nbsp;"
                            SeparatorRightHTMLBreadCrumb="&nbsp;Rb&nbsp;" >
                            </dnn:NAV>  

 

Corresponding css file

 

 .CssSeparator
{
    border-style: dashed;
    background-color: #FFFF00;
    color: #00FFFF;
}

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Nav Skinobject ParametersNav Skinobject Parameters


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