Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > PanelBar > Customized version of the DotNetNuke PanelBar SkinObject, to allow usage of different icons for the SelectedPath state

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

Feed from this thread
  • Opher Aloni avatar

    Posted on Jan 11, 2010 (permalink)

    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > PanelBar > Customized version of the DotNetNuke PanelBar SkinObject, to allow usage of different icons for the SelectedPath state