This is a migrated thread and some comments may be shown as answers.

Custom Skinning for Promethues Dock

1 Answer 44 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Waleed Seada
Top achievements
Rank 2
Waleed Seada asked on 07 May 2008, 05:24 AM

Dear All,

I am implementing a skinning option on my little application using telerik controls for asp.net and now I try to use the same approach with Prometheus after updating the content as described in help, here is it:
Folder Structure
App_themes:
    Outlook
        Dock
            Skins
                Outlook
                      Img (with all images for dock)
                      Dock.Outlook.css
    TelerikGray
        Dock
            Skins
                TelerikGray
                      Img (with all images for dock)
                      Dock.TelerikGray.css (I updated the .css with telerikgray)

Skin File:

<telerik:RadDockLayout Runat="server" 
    EnableEmbeddedSkins="False" 
    SkinID="DockLayout" 
    Skin="Outlook" 
/> 
 

ASPX file:

<telerik:RadDockLayout id="dockManagerToolbar" Runat="server" Skin="DockLayout"/> 

However, when I try to create skin for RadDockLayout, I got that error back from IE7;
"The control type 'Telerik.Web.UI.RadDockLayout' cannot be themed"

ComboBox, Panel Bar is themed using this approach
Can someone help me please, and also comment my skinning approach or structure ....

Thanks and best regards,
Waleed

1 Answer, 1 is accepted

Sort by
0
Accepted
Waleed Seada
Top achievements
Rank 2
answered on 07 May 2008, 09:48 AM
Dear All,

I resolve the issues.

Thanks and best regards,
Waleed
Tags
Dock
Asked by
Waleed Seada
Top achievements
Rank 2
Answers by
Waleed Seada
Top achievements
Rank 2
Share this question
or