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

Problem with full screen mode

2 Answers 61 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Rick Mason
Top achievements
Rank 1
Rick Mason asked on 12 Aug 2008, 01:21 PM
When going into full screen mode, the sidebar of our template remains visible over the top of the editing dialogue, obscuring some of the text. If I remove the width declaration from the sidebar's CSS rule, the problem goes away. However, the width needs to be there for normal display, so I need to get rid of it only when in full screen mode.

It would be useful if full screen mode added a class to the body element - something like class="rad_fullscreen" - so that I could write a CSS rule to account for this.

One of the reasons for buying the full version of the editor was that we could add custom behaviours using JavaScript. The online manual says the way to do this is by setting the OnClientCommandExecuting property of the control, but with the MOSS control that property doesn't exist. How can I create a client-side event handler that will fix this problem?

2 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 13 Aug 2008, 01:22 PM
Hi Rick,

Please review the following KB article that shows how to achieve the desired behavior:
http://www.telerik.com/support/kb/article/b454K-bakg-b454T-cgg-b454c-cgg.aspx

I hope this helps.

Sincerely,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Rick Mason
Top achievements
Rank 1
answered on 13 Aug 2008, 02:24 PM
Problem solved - thank you.
Tags
WebParts for SharePoint
Asked by
Rick Mason
Top achievements
Rank 1
Answers by
George
Telerik team
Rick Mason
Top achievements
Rank 1
Share this question
or