#3343: Make Toolbar more resizable horizontally
---------------------------+------------------------------------------------
  Reporter:  eigentor      |       Owner:        
      Type:  New Feature   |      Status:  closed
  Priority:  Normal        |   Milestone:        
 Component:  UI : Toolbar  |     Version:        
Resolution:  invalid       |    Keywords:        
---------------------------+------------------------------------------------
Changes (by fredck):

  * status:  new => closed
  * resolution:  => invalid
  * milestone:  CKEditor 3.0 =>


Comment:

 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.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3343#comment:2>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to