Show Changes Show Changes
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Search

History

10.06.2010 16:45:34
mark.schmalohr
02.11.2007 16:42:19
-213.128.110.210
02.11.2007 16:04:28
-213.128.110.210
16.10.2007 17:38:45
-213.128.110.210
30.11.2006 01:08:30
-194.231.187.237
List all versions List all versions

Dnn Style Menu
.

DeltaMind StyleMenu

The StyleMenu module offers flexible and completely designable navigation elements for the DotNetNuke cms system based on cascading style sheets whitout any javascript or table layout needs. The menu rendering depth and the menu parent element can be specified to allow main- and submenu navigation for example.

It is also possible to render certain menu branches only; With this appraoch you can build multilanguage portals by seperating the menu entries for each language under a seperate menu branch and use different page skins to 'filter' the appropriate language. Another use case is to host different portals this way to share the same user base across the portals - users can login using their same username/password to access different/related sites.

Compatibility

The Login works with DotNetNuke 3.*, 4.0.* and 4.*. Seperate versions compiled against .Net 1.1 and .Net 2.0 are available.

Installation

General module installation instructions for the DeltaMind BusinessPack modules are described in the PAModuleInstallation or SourceCodeInstallation section. Additional web.config entries are not required.

The module is shown after inserting it to a pane, e.g. ContentPane (like adding any other module). It can be also used as a skin control:

        <%@ Register TagPrefix="dnn" TagName="DNNSTYLEMENU" Src="~/DesktopModules/dnnStyleMenu/dnnStyleMenu.ascx" %>


        ...


        <dnn:DNNSTYLEMENU runat="server" id="dnnStyleMenu" SubMenuDepth="0" ParentNode="118" />
Contribute Add/Edit this topic to extend this documentation with your experiences and best practices.

DeltaMind - Wiki Home EN - DotNetNuke Wiki

DotNetNuke Community-Wiki

Eine Wiki Kurzanleitung findet sich unter QuickReference. Zum üben und ausprobieren bitte die PlayPage benutzen.

Recent Topics