Hello,
i have a problem with RadEditor using cutom skins when opening some dialogs. For example when trying to open LinkManager the following error occures:
Telerik.Web.UI.Editor.ApplyClassDropDown with ID='LinkCssClass' was unable to find embedded skin with name 'Quisa'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.
this also happens with some other dialog, for example table properties..
the code for the RadEditor this happens is:
<telerik:RadEditor ID="RadEditor1" runat="server" Skin="Quisa" EnableEmbeddedSkins="false" Width="1165" Height="600">
</telerik:RadEditor>
What can i do to fix this? thanks!
achim
i have a problem with RadEditor using cutom skins when opening some dialogs. For example when trying to open LinkManager the following error occures:
Telerik.Web.UI.Editor.ApplyClassDropDown with ID='LinkCssClass' was unable to find embedded skin with name 'Quisa'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.
this also happens with some other dialog, for example table properties..
the code for the RadEditor this happens is:
<telerik:RadEditor ID="RadEditor1" runat="server" Skin="Quisa" EnableEmbeddedSkins="false" Width="1165" Height="600">
</telerik:RadEditor>
What can i do to fix this? thanks!
achim