Hi,
I set my editor to a custom skin (copied from sunset skin).
URL: http://www.ximnet.com.my/aspnet35/admin/testeditorskin.aspx
However,
- I cannot see the image in the toolbar
- When I click Image Manager, there is a skin error related to "tree" in the popup.
How can I solve this? Thanks.
I set my editor to a custom skin (copied from sunset skin).
URL: http://www.ximnet.com.my/aspnet35/admin/testeditorskin.aspx
However,
- I cannot see the image in the toolbar
- When I click Image Manager, there is a skin error related to "tree" in the popup.
How can I solve this? Thanks.
| <%@ Page Language="VB" AutoEventWireup="false" CodeFile="testEditorSkin.aspx.vb" Inherits="admin_testEditorSkin" %> |
| <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head runat="server"> |
| <title></title> |
| </head> |
| <body> |
| <form id="form1" runat="server"> |
| <telerik:radscriptmanager id="RSM" runat="server" /> |
| <link href="../Skins/abm/Editor.abm.css" rel="stylesheet" type="text/css" /> |
| <div> |
| <telerik:radeditor EnableEmbeddedSkins="false" skin="abm" runat="server" ID="tContent" AllowScripts="True" ContentFilters="None"></telerik:radeditor> |
| </div> |
| </form> |
| </body> |
| </html> |