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

RadEditor1BottomResizer doesn't show when only 1 mode

2 Answers 33 Views
Editor
This is a migrated thread and some comments may be shown as answers.
msigman
Top achievements
Rank 2
msigman asked on 19 Jul 2010, 08:46 PM
I want to enable the Resizer but I also only want to have Design mode visible.  Currently, if I have only 1 mode available, the resizer inexplicably disappears.  How do I make it show?

2 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 22 Jul 2010, 03:19 PM
Hi Matthew,

By design, the buttons for different modes and the resize handler are in the same container which is not rendered when a single Edit Mode is selected. However, you can achieve the required result by hiding the buttons using CSS, e.g.:
.reEditorModes a
{
    display:none;
}

I hope this helps.

Regards,
Dobromir
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
msigman
Top achievements
Rank 2
answered on 22 Jul 2010, 05:18 PM
This worked well, I just had to remove the "a" from the CSS class declaration you posted and all was good.
Tags
Editor
Asked by
msigman
Top achievements
Rank 2
Answers by
Dobromir
Telerik team
msigman
Top achievements
Rank 2
Share this question
or