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

Disabling resize option with RadEditor HTML mode

3 Answers 277 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Venkatakrishna
Top achievements
Rank 1
Venkatakrishna asked on 12 Jul 2011, 01:09 PM
Hi,

is it possible to disable resizing option with Rad Editor - HTML mode ?  I have attached a screen shot for reference.

Thanks
Venkat

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 12 Jul 2011, 01:28 PM
Hello Venkatakrishna,

All you need to do is to set the EnableResize property to false, e.g.

<telerik:RadEditor runat="server" EnableResize="false" ...

Kind regards,
Rumen
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Venkatakrishna
Top achievements
Rank 1
answered on 13 Jul 2011, 05:53 AM
Hi Rumen,

Thank you so much for your quick reply.

We tried  "EnableResize" property already and it is not working for Firefox. Still resizable icon is enabled(even after this property is set to "false") and we are able to resize it if Editior is in HTML mode. it will be great if you can check it for Firefox and give your feedback.

Thanks
Venkat
0
Rumen
Telerik team
answered on 13 Jul 2011, 01:03 PM
Hello Venkatakrishna,

I am not aware of such a problem in Firefox and EnableResize works fine on my end in Firefox.
You can see my test with the latest version 2011.1.519 in http://screencast.com/t/yOlbqd34w
My suggestion is to make sure that you are running the latest build of Telerik.Web.UI.dll as well as test in Firefox 5.

Another way to hide the resize handler is via the following CSS class:

<style type="text/css">
    .reResizeCell { display: none !important; }
</style>


Best regards,
Rumen
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Editor
Asked by
Venkatakrishna
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Venkatakrishna
Top achievements
Rank 1
Share this question
or