Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/holyjak/ex-ckeditor-collapsable-toolbar
- Owner: holyjak
- License: other
- Created: 2011-07-30T11:15:57.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-30T11:40:30.000Z (over 13 years ago)
- Last Synced: 2024-10-15T17:51:57.701Z (2 months ago)
- Language: JavaScript
- Homepage: http://theholyjava.wordpress.com/2011/04/04/ckeditor-hide-some-toolbar-buttons-on-a-per-page-basis/
- Size: 1.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.html
- License: LICENSE.html
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.