#3960: Easy way to remove toolbar collapse
--------------------------+-------------------------------------------------
  Reporter:  wackyphill   |       Owner:        
      Type:  New Feature  |      Status:  closed
  Priority:  Normal       |   Milestone:        
 Component:  General      |     Version:        
Resolution:  invalid      |    Keywords:        
--------------------------+-------------------------------------------------
Changes (by arczi):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 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/

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3960#comment:1>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to