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

radEditor editmode = design allow resize

3 Answers 173 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ted
Top achievements
Rank 1
Ted asked on 07 Jul 2011, 02:35 PM
is there a way to set the editmode= design but still allow the resize to the user?  when I set the edit mode to "design" only, the users can't resize the editor.

3 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 07 Jul 2011, 02:42 PM
Hi Ted,

Please, see the following forum article: http://www.telerik.com/community/forums/aspnet-ajax/editor/enableresize-problem.aspx.

The solution is to put the following class on the page with RadEditor:

<style type="text/css">
.reToolZone table tr
{
    display: block !important;
}
</style>


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
Ted
Top achievements
Rank 1
answered on 07 Jul 2011, 02:44 PM
Thanks.  that worked great.
0
Larry
Top achievements
Rank 1
answered on 06 Dec 2012, 10:10 AM
This solution works, but in Chrome, the resize icon appears in the left corner rather than the right corner.  I had to change the style to:

display: table-row !important

I'd rather not come up with a fix myself though as I'm not sure what other trouble this will cause.  Also, this seems to cause issues in FireFox.  In Firefox, the Preview tab is visible even though EditMode is Design.
Tags
Editor
Asked by
Ted
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Ted
Top achievements
Rank 1
Larry
Top achievements
Rank 1
Share this question
or