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

Footer state

2 Answers 53 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ch Perez
Top achievements
Rank 1
Ch Perez asked on 29 Apr 2010, 02:17 PM
Hi,

i have a box on my end of editor ?
how can mask this box ?

thank's 

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 29 Apr 2010, 02:46 PM

Hi,

If you want to hide the RadEditor's modules, then try adding the following CSS on page.

CSS:

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

Also this help article provides more information: Disable or Hide Modules

-Shinu.

0
Ch Perez
Top achievements
Rank 1
answered on 29 Apr 2010, 03:07 PM
it's ok thank's
Tags
Editor
Asked by
Ch Perez
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ch Perez
Top achievements
Rank 1
Share this question
or