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

[Solved] hide buttonbar

1 Answer 152 Views
Editor
This is a migrated thread and some comments may be shown as answers.
jan willem fransen
Top achievements
Rank 1
jan willem fransen asked on 15 May 2008, 02:15 PM
Hello,

Is het possible to hide the button bar in the normal and when the textbox is "fullscreen - F11" display a different button bar.

I have limited space in de form, so I like the text to be minimalistis as possible. By using Editmode="Design" I got rid of the lower buttons. But now also the close bottom line is gone and the right botton corner pull for enlarging the texbox (nice feature)

EditModes

="Design"

Further I use a special toolsfile:

<root></root>

For removing the buttons.

Are there any other pointers?

thanks,

--jw

1 Answer, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 16 May 2008, 08:36 AM
Hi Jan,

The following KB article will help you to achieve your toolbar scenario: Different Set Of Tools When Switching To Full Screen Mode.

When you set the editor to be only in design mode (EditModes="Design") the area where the different mode buttons and the resize one are situated is being hidden. In order to achieve the desired behavior please do not set the editor to be only in design mode by using the (EditModes="Design"), but hide the buttons with the following CSS:

<style> 
    .rade_editorModesCell   
    {  
        display:none !important;  
    }  
</style> 


I hope this helps.


Sincerely yours,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
jan willem fransen
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or