Opened 15 years ago

Closed 15 years ago

#3960 closed New Feature (invalid)

Easy way to remove toolbar collapse

Reported by: wackyphill Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

I often do not want the toolbar to be collapsable. I think it would be nice to have an easy way to hide that collapse arrow icon on the right of the toolbar.

Change History (1)

comment:1 Changed 15 years ago by Artur Formella

Resolution: invalid
Status: newclosed

You can easily disable it in plugins/toolbar/plugin.js

CKEDITOR.config.toolbarCanCollapse = false;

or:

CKEDITOR.replace( 'editor1', 
	{
		toolbarCanCollapse : false
	}
);

For support please use our forums: http://www.fckeditor.net/forums/

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy