Hi,
I have an App_Themes directory. It is really important that I change the path of the Skins directory. I need to have something like that :
App_Themes
- Theme1
- ...
- RadWindow.skin
- TelerikSkin
- Window
- Menu
- TreeView
- Theme 2
- ...
- RadWindow.skin
- TelerikSkin
- Window
- Menu
- TreeView
and for example into RadWindow.skin of Theme 1 :
But I don't know what to do... The application loads the Window Skin of the default "Skins" Path, or say that It doesn't find the Skin "TelerikSkin".
How may I to say that the skin is into ~/App_Themes/Theme1/TelerikSkin
or ~/App_Themes/Theme2/TelerikSkin. Something like that :
<telerik:RadWindowManager
SkinID="DefaultRadWindow"
runat="server"
Skin="TelerikSkin"
SkinPath="~/App_Themes/Theme1"
VisibleStatusbar="false"
OnClientShow="OnClientShow"
OnClientClose="OnClientClose"
Behavior="Close, Maximize, Move" />
Thank you in advance,
I have an App_Themes directory. It is really important that I change the path of the Skins directory. I need to have something like that :
App_Themes
- Theme1
- ...
- RadWindow.skin
- TelerikSkin
- Window
- Menu
- TreeView
- Theme 2
- ...
- RadWindow.skin
- TelerikSkin
- Window
- Menu
- TreeView
and for example into RadWindow.skin of Theme 1 :
<
telerik:RadWindowManager
SkinID="DefaultRadWindow"
runat="server"
Skin="TelerikSkin"
VisibleStatusbar="false"
OnClientShow="OnClientShow"
OnClientClose="OnClientClose"
Behavior="Close, Maximize, Move" />
But I don't know what to do... The application loads the Window Skin of the default "Skins" Path, or say that It doesn't find the Skin "TelerikSkin".
How may I to say that the skin is into ~/App_Themes/Theme1/TelerikSkin
or ~/App_Themes/Theme2/TelerikSkin. Something like that :
<telerik:RadWindowManager
SkinID="DefaultRadWindow"
runat="server"
Skin="TelerikSkin"
SkinPath="~/App_Themes/Theme1"
VisibleStatusbar="false"
OnClientShow="OnClientShow"
OnClientClose="OnClientClose"
Behavior="Close, Maximize, Move" />
Thank you in advance,