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

[Solved] editor Full screen option

3 Answers 147 Views
Editor
This is a migrated thread and some comments may be shown as answers.
syth
Top achievements
Rank 1
syth asked on 25 Apr 2008, 11:05 AM
Which property should be set
for a  rad editor to have
Full screen option

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 25 Apr 2008, 01:34 PM
Hi Syth,

The tool is called ToggleScreenMode.

You can add it to the ToolsFile.xml 
    <tool name="ToggleScreenMode" />


or inline in the editor's declaration:

<telerik:RadEditor ID="RadEditor1" runat="server" >
   <Tools> 
      <telerik:EditorToolGroup> 
         <telerik:EditorTool Name="ToggleScreenMode" Visible="true" /> 
      </telerik:EditorToolGroup> 
   </Tools>
</telerik:RadEditor>


Sincerely,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
A
Top achievements
Rank 1
answered on 31 May 2008, 01:41 AM
Hi,
I create several editors programmically and position them in DIV's with absolute positioning. When I press the full screen button the editor colapses horizontally to about 2-5 pixels. ARe there limitation to the type of page the full text will work on?
0
George
Telerik team
answered on 02 Jun 2008, 12:44 PM
Hi A,

Could you please verify that you are able to reproduce the problem using the Latest version of the control v.515?

If you are able to reproduce it, please, open a support ticket and send us a sample runnable project where the behavior can be observed. Once we are able to trace the problem locally, we will do our best to provide a solution.


Sincerely,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
syth
Top achievements
Rank 1
Answers by
George
Telerik team
A
Top achievements
Rank 1
Share this question
or