Hi, I would the RadEditor in full screen to leave some elements visible, for example a bar on page top with useful links.
Is that possible?
Thanks
3 Answers, 1 is accepted
0
Rumen
Telerik team
answered on 15 Jan 2010, 04:28 PM
Hi Saggiatorius,
You can check whether RadEditor is placed in full screen mode using the editor.isFullScreen() method. The following forum thread will show you how to hide elements when the editor is placed in full screen:
Thanks for your reply, but I don't want the radeditor be overlaid by other components.
I just want that the top border of the radeditor in full screen be close to the lower border of my web component (it's a bar).
Thanks
0
Rumen
Telerik team
answered on 18 Jan 2010, 05:39 PM
Hi,
The requested feature is not supported by RadEditor, because when RadEditor is toggled to Full Scren mode then it sets overflow: visible; position: static; height: auto; to all its parent elements. This means that your web bar component will become hidden and you cannot resize the editor to go closer to the top border of your bar.
If you would like you can put the bar control and RadEditor in different RadPane elements of RadSplitter or frame/iframe elements on the page.