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
Summary: | Make Toolbar resizable horizontally → Make Toolbar more resizable horizontally |
---|
comment:2 Changed 15 years ago by
Milestone: | CKEditor 3.0 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
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.
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?