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

[Solved] Remove toolbars from editor

1 Answer 102 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Danny
Top achievements
Rank 1
Danny asked on 02 Jan 2010, 08:57 AM
I am trying to find a way to configure the editor to show no toolbars what-so-ever. I have tried removing all buttons, but there is still an empty toolbar displayed. Can anyway help?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Jan 2010, 05:35 AM
Hello Danny,

Add the following CSS on page in order to hide the Toolbar of RadEditor.

CSS:
 
    <style type="text/css"
        .reToolCell 
        { 
            displaynone !important; 
        } 
    </style> 

-Shinu.
Tags
Editor
Asked by
Danny
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or