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

How to disable the Image Editor?

11 Answers 323 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Wesley
Top achievements
Rank 1
Wesley asked on 17 Apr 2008, 11:26 PM
I've checked the documentation, but I don't see anything about disabling the "Image Editor" feature of the Image Manager dialog.  Can it be done?

11 Answers, 1 is accepted

Sort by
0
Accepted
Lini
Telerik team
answered on 18 Apr 2008, 06:57 AM
Hi,

Unfortunately, there is no property to control the Image Editor tool appearance yet. I think this will be added in the next service pack release via a server-side property.

All the best,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Panos
Top achievements
Rank 1
answered on 31 Oct 2008, 10:19 AM
i have the last version, and i set the ImageManager-EnableImageEditor property of RadEditor to
"False"

and also ImageManager EnableImageEditor property to "False" but if i click an image the Image Editor button appearance  is this bug?
0
Lini
Telerik team
answered on 31 Oct 2008, 01:55 PM
Hello,

I think this is a known issue with the image manager dialog in the current release. It will be fixed for the next official RadControls for ASP.NET AJAX release - Q3 2008, which is scheduled for next week. I think that the beta build for Q3 2008 we have on the site also includes the fix (if you wish to update right away).

Kind regards,
Lini
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Panos
Top achievements
Rank 1
answered on 03 Nov 2008, 10:28 AM
thx
Hellas Internet Team

ps. this bug report adds me "Telerik points"?
0
Rumen
Telerik team
answered on 03 Nov 2008, 03:52 PM
Hi Panos,

We give points only for newly reported bugs. Since, this is a known problem and it was reported before by another customer, our policies do not allow us to add Telerik points to your account for this bug.


Kind regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jan Rangul
Top achievements
Rank 1
answered on 01 Jun 2010, 08:43 AM
Hi, i use the newst rad editor ajax, and i can still not dissable the appearance of the image editor dialogue.
0
Rumen
Telerik team
answered on 01 Jun 2010, 09:10 AM
Hi Jan,

You can very easy disable the Image Editor button in the latest Q1 2010 SP2 build by setting ImageManager-EnableImageEditor="false", e.g.

<telerik:RadEditor ID="RadEditor1" runat="server" ImageManager-EnableImageEditor="false">
        <ImageManager ViewPaths="~/Images" UploadPaths="~/Images" EnableImageEditor="false" />
</telerik:RadEditor>


Sincerely yours,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Kenneth
Top achievements
Rank 1
answered on 15 Feb 2012, 01:37 PM

Apologies for replying to an old thread but I am having trouble removing the Image Editor link from the Image Manager control. I have set both properties as illustrated in Rumen's post and I have also set them individually but the Image Editor link is still enabled whenever I click on an image.

The only thing that I can see that is different in my code is the fact that I am using a custom content provider but that shouldn't make any difference should it?

0
Rumen
Telerik team
answered on 17 Feb 2012, 01:44 PM
Hi,

The ImageManager-EnableImageEditor="false" property should work even when a custom content provider is used.

Nevertheless, you can hide this button completely by setting the DialogsCssFile property to point to a CSS file

<telerik:RadEditor ID="RadEditor1" runat="server" DialogsCssFile="~/Dialog.css"></telerik:RadEditor>


which contains the following CSS class:

.icnImageEditor
{
display: none!important;
}


Best regards,
Rumen
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Newton
Top achievements
Rank 2
answered on 12 Dec 2013, 12:17 AM
Hi,

The property "EnableImageEditor=false" does not work yet. I'm using the latest version 2013.3.1114.45

Regards,
Newton
0
Vessy
Telerik team
answered on 13 Dec 2013, 03:08 PM
Hello Newton,

I have tested the EnableImageEditor property of RadEditor, but everything is working as expected on my side with the latest version on the controls (2013.3.1114.45) - video. Could you, please, provide more detailed information regarding the specific scenario?
  • Are there any modifications made to the Editor on your page?
  • In which browser the ImageEditor buttons does not get disabled?

Could you try to isolate the problem into a sample fully runnable project so we could investigate the exact configuration that breaks the functionality of the EnableImageEditor property?


Looking forward to hearing from you,
Veselina Raykova
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Editor
Asked by
Wesley
Top achievements
Rank 1
Answers by
Lini
Telerik team
Panos
Top achievements
Rank 1
Rumen
Telerik team
Jan Rangul
Top achievements
Rank 1
Kenneth
Top achievements
Rank 1
Newton
Top achievements
Rank 2
Vessy
Telerik team
Share this question
or