Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove status bar from CKEditor

The CKEditor website is somewhat lacking; can you tell me how to remove the status bar ('body ul li ...') from CKEditor?

There is a list of HTML at the bottom of the editor - body p ul li - representing how the typed text will be generated and I want to remove this list.

like image 675
Upperstage Avatar asked Jan 04 '10 20:01

Upperstage


1 Answers

Answer is here: http://cksource.com/forums/viewtopic.php?p=42512&sid=5e2f0367542c8dc9468e6addb20d8d70#p42512

config.removePlugins = 'elementspath'; config.resize_enabled = false; 
like image 169
Jason Avatar answered Sep 28 '22 07:09

Jason