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

[Solved] Image Editor Disabled

1 Answer 110 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 18 May 2009, 11:53 AM
Hey,

Ive seen the posts that solve this problem all over the place, and read them and implemented the suggestions to try and get the editor working to be enabled but no luck

The ImageManager button is enabled but the manager itself has all its buttons "greyed out".
I'm pretty certain I've set up the manager correctly, and I have set the right permissions in iis and on the folder itself.

Here is the code relating to the problem:
-------------------------------------------------------------------------------
<telerik:RadEditor ID="form_htmleditor" runat="server" Skin="Telerik" Width="750px" Height="300px" EditModes="Design, Html" NewLineBr="true">
                         <ImageManager UploadPaths="~/uploads/media/image/" DeletePaths="~/uploads/media/image/" ViewPaths="~/uploads/media/image/" EnableImageEditor="true" SearchPatterns="*.jp" />
                        <Tools>........
-------------------------------------------------------------------------------

Thanks for taking a look.



1 Answer, 1 is accepted

Sort by
0
Simon
Top achievements
Rank 1
answered on 18 May 2009, 01:29 PM
Problem solved. The "/" at the end of the file path seemed to stop it from working. Taken the "/" off and it now works.
Tags
Editor
Asked by
Simon
Top achievements
Rank 1
Answers by
Simon
Top achievements
Rank 1
Share this question
or