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

Is it possible to hide the toolbar even during editing?

1 Answer 61 Views
Editor
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 17 Sep 2012, 10:21 PM
I want to make the toolbar not visible, even during editing.  Any ideas?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Sep 2012, 05:35 AM
Hi John,

Try overriding the default CSS as follows to hide the toolbar in RadEditor.

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

Hope this helps.

Regards,
Princy.
Tags
Editor
Asked by
John
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or