HomeHomeDotNetNuke Forg...DotNetNuke Forg...Provider and Extension ForumsProvider and Extension ForumsClientAPIClientAPIDNN Menu as an Unordered List?DNN Menu as an Unordered List?
Previous
 
Next
New Post
3/30/2009 6:12 PM
 
I read that the new DNN Nav version can be UL based. Is that true? What version is needed? What is the setting to enable this feature? Thanks
 
New Post
3/31/2009 8:51 AM
 

See my post in this thread.


 
New Post
3/31/2009 12:15 PM
 

As the link gives you an other link to a bloog and there a project in Codplex, a nice project but rather hard to get the information you need. Nice video too but there is no information of the UL. In the code however you can find the information.

So I will try to give you my findings. You need to install the webcontrol from codeplex. So up to today no DNN version is shipped with the code. If this happens nobody knows and nobody use to tell if it will be in a new release. It is just to look at the dll and figure out what version it is.

Some functions is not implemented in the core, in this case the support for CustomAttributes so you have to use the ascx method when skinning.

Thats the bad part.   The good part is that the menu is nice.

How do you do then...

You have to add this line

Register

TagPrefix="dnn" Namespace="DotNetNuke.UI.Skins" Assembly="DotNetNuke"

 

And this is the code

<dnn:NAV runat="server" id="dnnNAV"  ProviderName="DNNMenuNavigationProvider" IndicateChildren="false" ControlOrientation="Horizontal" CSSControl="mainMenu">
                             <CustomAttributes>
                                   
                                      <dnn:CustomAttribute Name="RenderMode" Value="UnorderedList"/>
                                </CustomAttributes>
                             </dnn:NAV>

 

And you get a UL menu.

Jan

 

 
New Post
4/1/2009 4:49 AM
 

Thanks Jan!

Let's hope it will be included in the next DNN release.

 
New Post
4/7/2009 2:39 PM
 

I thought this was added to 5.01.

 


Mike Silva | CornerPixel
www.cornerpixel.net
 
Previous
 
Next
HomeHomeDotNetNuke Forg...DotNetNuke Forg...Provider and Extension ForumsProvider and Extension ForumsClientAPIClientAPIDNN Menu as an Unordered List?DNN Menu as an Unordered List?


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

DotNetNuke Scoop!

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft .NET. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates Snowcovered.com where users purchase third party apps for the platform.