Customized version of the DotNetNuke PanelBar SkinObject, to allow usage of different icons for the SelectedPath state

Thread is closed for posting
1 posts, 0 answers
  1. F55A9B09-6B97-4A91-AA57-BD39D0928632
    F55A9B09-6B97-4A91-AA57-BD39D0928632 avatar
    2 posts
    Member since:
    Jul 2005

    Posted 11 Jan 2010 Link to this post

    Requirements

    RadControls version 

    2009.3.1208

    .NET version

    3.5

    Visual Studio version

    2008

    programming language

    VB.Net

    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    This is a customized version of the DotNetNuke PanelBar SkinObject, in order to allow usage of different icons for the SelectedPath state. The skinobject contains 2 new properties: EnablePageIconsSelectedPath and PageIconsSelectedPathPrefix

    The first (EnablePageIconsSelectedPath) enables using different icons for the Selected Path - by default the file name used for this icon will be the original icon's name with "selected_" as a prefix (i.e. if the tab's icon file name is "iconname.gif" then the selected state file name will be, by default, "selected_iconname.gif")

    The 2nd property lets you change the string used as a prefix from "selected_" to something else.

    I needed this for a project I was working on. I hope it may help anyone else that needs such functionality.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.