tags:

views:

15

answers:

0

I want to remove the gray bar at bottom which holds the tool bar for the mce. I have removed the tool bar, but the placeholder for toolbar is still visible. I tried to remove it by using option

mode : "exact",
theme : "advanced",
elements : "textAreaId",
theme_advanced_buttons1 : "",                               
theme_advanced_buttons2 : "",                                   
theme_advanced_buttons3 : "",
content_css : "css/ElementsDefaultStyles.css",                                         
theme_advanced_source_editor_height :  EditorHeight,                                                                        
theme_advanced_layout_manager : "CustomLayout",

but it gave error saying : "Index or size is negative or greater than the allowed amount" code: "1". If I remove exact mode, the error is removed, but editor is not properly loaded. It loads the source of the element rather than loading it in design view.

Is there any way to get rid of the bar ?