c# - 关于 telerik radEditor

标签 c# asp.net css telerik

在 Telerik.Web.UI.xml 文件中我找到了这个条目

<member name="P:Telerik.Web.UI.RadDataBoundControl.Skin">
            <summary>Gets or sets the skin name for the control user interface.</summary>
            <value>A string containing the skin name for the control user interface. The default is string.Empty.</value>
            <remarks>
            <para>
            If this property is not set, the control will render using the skin named "Default".
            If EnableEmbeddedSkins is set to false, the control will not render skin.
            </para>
            </remarks>



        </member>

说 RadControls 正在使用名为 Default 的皮肤..现在如果我希望它不是默认皮肤怎么办..如果我希望它是一些要渲染的 CustomSkin 而不是默认皮肤怎么办?我需要在哪里设置我想使用的皮肤的值?我不太了解 XML..所以问

这个 xml 文件到底是干什么用的?只描述东西?这个 xml 文件的用途是什么??

[编辑]

尝试在 webconfig.xml 中全局设置皮肤,如 telerik's website 中所述如下:-

<add key="Telerik.EnableEmbeddedSkins" value="true" />
<add key="Telerik.EnableEmbeddedBaseStylesheet" value="true" />
<add key="Telerik.RadEditor.Skin" value="CustomSkin" />

这没有造成任何差异!仅使用默认文件:(

最佳答案

使用组件的 Skin 属性。查看controlling visual appearance help topics . XML 文件与设置皮肤无关。

关于c# - 关于 telerik radEditor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4121770/

相关文章:

c# - 部分 View 、用户控制或其他?

c# - 如何从 .cs 文件调用 HttpHandler asp.net

asp.net - token 处理程序无法将 token 转换为 jwt token

html - 防止垂直菜单出现双边框

html - 我怎样才能有一个固定的顶部栏,100% 的内容

c# - DotNetOpenAuth:网络表单,入门

c# - ToCharArray 和 ToArray 之间的区别

c# - 如何将字符串添加到资源?

asp.net - Mailchimp ASP.NET VB 列表订阅分组使用 PerceptiveMCAPI

HTML 永久激活悬停和事件状态