· Chris Hammond
Last Updated
DotNetNuke Daily Tip #1
Learn how to create a vertical menu in DotNetNuke using SolPartMenu skinobject. Get the daily DNN tip for 6/22/2006 here! #DotNetNuke #WebDevelopment
Here's the beginning of what will become the daily DNN tip. Check back here for more daily tips, each day of course (5 days a week)!
DotNetNuke Daily Tip for 6/22/2006
Verticle menu using the SolPartMenu skinobject. In order to get a verticle menu using the SolPartMenu skin object, when creating your XML attribute file for your skin, be sure to include the following.
<Token>[SOLPARTMENU]</Token>
<Settings>
<Setting>
<Name>display</Name>
<Value>vertical</Value>
</Setting>
</Settings>
the default value for Solpart is Horizontal.
This DotNetNuke tip is brought to you by the letter P!