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

ImageManager does not work with a custom skin

3 Answers 53 Views
Editor
This is a migrated thread and some comments may be shown as answers.
DW Web Team Member
Top achievements
Rank 2
DW Web Team Member asked on 27 Jul 2009, 02:27 PM

Hi,

I am using the custom skin for the RadEditor:
 

<

 

telerik:RadEditor ID="radEditor" runat="server"

 

 

 

Skin="WWRDefault" EnableEmbeddedSkins="false"

 

 

 

ToolbarMode="Default" Height="600px" Width="97%"

 

 

 

Visible="false" CausesValidation="False"

 

 

 

ToolsFile="~/DefaultRadEditorToolsFile.xml"

 

 

 

MaxDocumentSize="2400000" MaxImageSize="20480"

 

 

 

ImagesFilters="*.png,*.gif,*.jpg,*.jpeg"

 

 

 

DocumentsFilters="*.pdf,*.xls" />

 

 


When I select ImageManager I have the following exception:
Telerik.Web.UI.RadTreeView with ID='tree' was unable to find embedded skin with name 'WWRDefault'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false. 

Could you please let me know what I am missing?

Thank you,
Tatiana

3 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 27 Jul 2009, 02:57 PM
Hello DW Web Team Member,

I already answered your other thread and for your convenience I pasted my reply below:


As far as I can see form the message text, the problem comes from the skin of a RadTreeView which has ID tree. Would you please try to remove teh editor just for the test and see whether if you have only the treeview you will reproduce the problem again? Please, also make sure that you have set EnableEmbeddedSkins to false for the RadTreeView with ID tree, too.

Let us know whether the problem was in teh treeview and whether disabling the embedded resources fixed it.

Best wishes,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Roland Van Putten
Top achievements
Rank 1
answered on 05 Aug 2009, 10:23 AM
I have the same problem, after upgrading from 2009 Q1 to 2009 Q2 to solve a problem similar to this (which it solved).

I've checked the following:

a) there is no radtreeview with id 'tree' on the page, so this must refer to the buildin treeview in the editor's dialogs (there is no id 'tree' in my entire solution)
b) enableembeddedskin is set to false. 

Since it worked in Q1 and IE8 chocked on javascript when opening a custom dialog it is back to Q1 for me. 


0
Fiko
Telerik team
answered on 05 Aug 2009, 12:07 PM
Hello Rolando,

I believe that this forum  thread will be of help.


All the best,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
DW Web Team Member
Top achievements
Rank 2
Answers by
Svetlina Anati
Telerik team
Roland Van Putten
Top achievements
Rank 1
Fiko
Telerik team
Share this question
or