Hi All,
Ive Done a drop down menu ( As User Control ) using ComponentArt Menu Control now its working fine , but it always displays with the default theme Even if i change the store theme it doesn't affect my Menu !!
Where I'm Wrong Or What ive to do ??
Thanks
-Prince
How to change the ComponentArt Menu THeme dynamically ?
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 23
- Joined: Thu Jul 16, 2009 4:30 am
Re: How to change the ComponentArt Menu THeme dynamically ?
Check the component art theme files in your active store theme folder. I think you have do some trick with them.
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 23
- Joined: Thu Jul 16, 2009 4:30 am
Re: How to change the ComponentArt Menu THeme dynamically ?
I had some 10 themes but i don't know how to assign the theme dynamically ? Please help me out what property should i needs to use for this in CA Menu ??
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 23
- Joined: Thu Jul 16, 2009 4:30 am
Re: How to change the ComponentArt Menu THeme dynamically ?
Lemme know whats d trick ??
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 23
- Joined: Thu Jul 16, 2009 4:30 am
Re: How to change the ComponentArt Menu THeme dynamically ?
This is What The Code ive Written,
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="VerticalMenu.ascx.cs"
Inherits="ConLib_Custom_VerticalMenu" %>
<%@ Register Assembly="ComponentArt.Web.UI" Namespace="ComponentArt.Web.UI" TagPrefix="ComponentArt" %>
<%--
<conlib>
<summary>Vertical Menu with Flyout</summary>
</conlib>
--%>
<ComponentArt:Menu ID="Menu1" runat="server" SkinId = "Sample">
</ComponentArt:Menu>
Where to apply my changes ??
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="VerticalMenu.ascx.cs"
Inherits="ConLib_Custom_VerticalMenu" %>
<%@ Register Assembly="ComponentArt.Web.UI" Namespace="ComponentArt.Web.UI" TagPrefix="ComponentArt" %>
<%--
<conlib>
<summary>Vertical Menu with Flyout</summary>
</conlib>
--%>
<ComponentArt:Menu ID="Menu1" runat="server" SkinId = "Sample">
</ComponentArt:Menu>
Where to apply my changes ??
Re: How to change the ComponentArt Menu THeme dynamically ?
Read following thread it may help you
viewtopic.php?f=47&t=5740
viewtopic.php?f=47&t=5740