I have an issue trying to use an external stylesheet. When I click on the Apply Styles drop-down list, I get the following Javascript error:
Line: 1195
Char: 1
Error: Access is denied.
Code: 0
URL: http://localhost:49443/Editor/EditorTestPage.aspx
The app works fine in FireFox 2.0.07. I am using IE 7.0.6000.16512, Windows Vista Home Premium.
My code:
=====================
<telerik:RadEditor ID="RadEditor1" runat="server" Skin="Vista" ContentAreaCssFile="mvwres:5-Telerik.Web.UI.Skins.Vista.EditorContentArea.css,Telerik.Web.UI, Version=2007.2.918.0, Culture=neutral, PublicKeyToken=121fae78165ba3d4">
<Tools>
<telerik:EditorToolGroup Tag="Standards">
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Underline" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup Tag="Styles">
<telerik:EditorTool Name="ApplyClass" />
</telerik:EditorToolGroup>
</Tools>
<CssFiles>
<telerik:EditorCssFile Value="~/Editor/EditorTestStylesheet.css" />
</CssFiles>
<Content>
</Content>
</telerik:RadEditor>
=======================
Thanks!
Line: 1195
Char: 1
Error: Access is denied.
Code: 0
URL: http://localhost:49443/Editor/EditorTestPage.aspx
The app works fine in FireFox 2.0.07. I am using IE 7.0.6000.16512, Windows Vista Home Premium.
My code:
=====================
<telerik:RadEditor ID="RadEditor1" runat="server" Skin="Vista" ContentAreaCssFile="mvwres:5-Telerik.Web.UI.Skins.Vista.EditorContentArea.css,Telerik.Web.UI, Version=2007.2.918.0, Culture=neutral, PublicKeyToken=121fae78165ba3d4">
<Tools>
<telerik:EditorToolGroup Tag="Standards">
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Underline" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup Tag="Styles">
<telerik:EditorTool Name="ApplyClass" />
</telerik:EditorToolGroup>
</Tools>
<CssFiles>
<telerik:EditorCssFile Value="~/Editor/EditorTestStylesheet.css" />
</CssFiles>
<Content>
</Content>
</telerik:RadEditor>
=======================
Thanks!