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

[Solved] Space along bottom of editor

2 Answers 175 Views
Editor
This is a migrated thread and some comments may be shown as answers.
arich
Top achievements
Rank 1
arich asked on 29 Nov 2007, 10:59 PM
I've been looking for a setting to remove that 1 inch block of space left on the bottom of the editor but the only way appears to be use a tools.xml file.  Is there a way in code or in when using the Tools tag in design mode?  Also, when using the Tools tag I haven't found a way to place the toolbars along the bottom of the edit area like you could with the tools.xml file (i.e. dockingZone="Bottom").

Thanks.

2 Answers, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 30 Nov 2007, 09:51 AM
Hello arich,

Perhaps you mean the space where the editor Design. Html, Preview buttons, as well as the Statistics module and the bottm-right editor resizer button are rendered. With the current implementation, even if all these are removed, there is some empty space remaining (it is not as big as one inch however).
We will address the issue and the whitespace will be gone when all the editor widgets in the bottom area of the editor are removed.

Another possibility is that the space you observe is because the editor modules are rendered. You can easily clear all editor modules from the codebehind, e.g.  Editor1.Modules.Clear();

About your second question: At present all editor tools render in the Top editor zone (while the Classic editor provides more flexibility). We plan to address this issue as well for the Q3 Prometheus Release scheduled for Dec 17th and toolbars will be possible to render in all available Left, Right, Top, Bottom and Module zones.


Best regards,
Tervel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
arich
Top achievements
Rank 1
answered on 30 Nov 2007, 02:46 PM
Editor1.Modules.Clear() did the trick. 

Thank you for being so prompt and helpful in your replies.

Regards,

Aaron
Tags
Editor
Asked by
arich
Top achievements
Rank 1
Answers by
Tervel
Telerik team
arich
Top achievements
Rank 1
Share this question
or