Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/holyjak/ex-ckeditor-collapsable-toolbar

CKEditor 3.6.1 - Example of collapsing only the 2nd toolbar row
https://github.com/holyjak/ex-ckeditor-collapsable-toolbar

Last synced: 26 days ago
JSON representation

CKEditor 3.6.1 - Example of collapsing only the 2nd toolbar row

Awesome Lists containing this project

README

        

CKEditor 3.6.1 example: Collapsing only the 2nd toolbar row
===========================================================

Normally the collapse button in CKEditor hides all toolbars.
This code shows how to always keep the first toolbar with basic tool displayed and only
hide/show the other toolbar row(s) with "advanced" tools.

See http://theholyjava.wordpress.com/2011/04/01/ckeditor-collapsing-only-2nd-toolbar-rows-howto/
for rationale and explnation.