Opened 15 years ago

Closed 15 years ago

#3343 closed New Feature (invalid)

Make Toolbar more resizable horizontally

Reported by: eigentor Owned by:
Priority: Normal Milestone:
Component: UI : Toolbar Version:
Keywords: Cc:

Description

I use FCKedtior a lot and am impressed by the speed of the new CKeditor. But one woe remains - the toolbar does not resize horizontally on narrow textareas.

Are there any plans to implement this? Or are there technical reasons why this is hard to implement? I am not a CKeditor dev, so please explain to me.

FCKedtior is wildly popular in Drupal, but this would take it a step beyond.

Change History (2)

comment:1 Changed 15 years ago by eigentor

Summary: Make Toolbar resizable horizontallyMake Toolbar more resizable horizontally

Sorry for posting this - I just see the editor IS resizable horizontally. Well, There is a certain limit in widht for that - is this defined by my browser or inside CKeditor?

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.0
Resolution: invalid
Status: newclosed

The toolbar definition specifies toolbar pieces that will always stay together. Check out the "full" toolbar definition:

CKEDITOR.config.toolbar_Full =
[
	['Source','-','Save','NewPage','Preview','-','Templates'],
	['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker'],
	['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
	['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],
	'/',
	['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
	['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
	['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
	['Link','Unlink','Anchor'],	['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],
	'/',
	['Styles','Format','Font','FontSize'],
	['TextColor','BGColor'],
	['Maximize', 'ShowBlocks','-','About']
];

Each line here defines the toolbars containing the items that will remain together. Breaks will happen only between them.

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