|
How to remove the collapse toolbar arrow?
|
|
|
Written by Paul (Team Member)
|
|
Tuesday, 04 January 2011 11:52 |
|
Maybe you want to simplify or fine turn how the editor works for a client or in a specific component? To do this you want to remove the collapse toolbar arrow functionality for the editor toolbar. Good news it’s very easy to do - all you need to do is add add one simple parameter (config.toolbarCanCollapse = false;) to the editor's 'config.js' file.
This file is found by navigating to the:
/plugins/editors/jckeditor/config.js
Example:-
 |
|
Last Updated on Thursday, 26 May 2011 10:02 |