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

how make theme builder generated skin works?

1 Answer 65 Views
Theme Builder
This is a migrated thread and some comments may be shown as answers.
hu
Top achievements
Rank 1
hu asked on 09 Aug 2018, 05:20 PM

i followed the doc of telerik

create new material theme in theme builder, download, unzip to App_themes -> MyTheme folder

Added a MySkin.skin file and add <%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %> 

in web.config, add app settings

<add key="Telerik.Skin" value="MySkin"/>
<add key="Telerik.EnableEmbeddedSkins" value="false" />
<add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />

<add key="Telerik.Web.UI.RenderMode" value="lightweight"/>

Create a new aspx page, add a telerik button control, but skin not implement

I tried add skin="MySkin" on the control, not working

i saw the source code, the button already have "RadButton_MySkin" class there

 

do i missing anything?

Please help

Thx

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 10 Aug 2018, 08:33 AM
Hi Hu,

After you create the custom skin you will need to register it on the page where it will be used. Please, follow the steps from the following help article in order to achieve the target result:
https://docs.telerik.com/devtools/aspnet-ajax/theme-builder/overview

Regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Theme Builder
Asked by
hu
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or