I created a project and added the control adapters functionality afterwards. I have a skin set up for menu controls but the style from the skin is no longer being implemented when control adapters are turned on. Is there a set up problem on my site or
a way around this?
I'm not sure I understand what do you want to do, but just in case:
If you want to keep the menus the way they were before. Just turn off the css adapters for the menus.
If you have some menus that you want to keep the old way (with the skin file) and others you want to have in a CSS version. Then you should try to create a new control that inherits from menu and make the CSS Adapters to work just on that new type of control.
Jmwdev
0 Points
1 Post
Controls Adapters and skin file
Oct 24, 2007 05:52 PM|LINK
I created a project and added the control adapters functionality afterwards. I have a skin set up for menu controls but the style from the skin is no longer being implemented when control adapters are turned on. Is there a set up problem on my site or a way around this?
landhar
Member
16 Points
9 Posts
Re: Controls Adapters and skin file
Oct 26, 2007 02:22 PM|LINK
I'm not sure I understand what do you want to do, but just in case:
If you want to keep the menus the way they were before. Just turn off the css adapters for the menus.
If you have some menus that you want to keep the old way (with the skin file) and others you want to have in a CSS version. Then you should try to create a new control that inherits from menu and make the CSS Adapters to work just on that new type of control.
Hope it helps !