egroupware/phpgwapi/js/ckeditor/skins/bootstrapck
2015-08-12 14:58:00 +00:00
..
.temp/css Skins update for CKEditor new version (Ver. 4.5.2) 2015-08-12 10:07:03 +00:00
images Skins update for CKEditor new version (Ver. 4.5.2) 2015-08-12 10:07:03 +00:00
sample Skins update for CKEditor new version (Ver. 4.5.2) 2015-08-12 10:07:03 +00:00
scss * All Apps: Implement drag and drop file from desktop into htmlarea 2015-08-12 14:58:00 +00:00
dialog_ie7.css * API/CKEditor: update to version 4.4.3; add additional skins 2014-07-18 07:56:43 +00:00
dialog_ie8.css * API/CKEditor: update to version 4.4.3; add additional skins 2014-07-18 07:56:43 +00:00
dialog_ie.css * API/CKEditor: update to version 4.4.3; add additional skins 2014-07-18 07:56:43 +00:00
dialog_iequirks.css * API/CKEditor: update to version 4.4.3; add additional skins 2014-07-18 07:56:43 +00:00
dialog_opera.css * API/CKEditor: update to version 4.4.3; add additional skins 2014-07-18 07:56:43 +00:00
dialog.css * API/CKEditor: update to version 4.4.3; add additional skins 2014-07-18 07:56:43 +00:00
editor_gecko.css Skins update for CKEditor new version (Ver. 4.5.2) 2015-08-12 10:07:03 +00:00
editor_ie7.css Skins update for CKEditor new version (Ver. 4.5.2) 2015-08-12 10:07:03 +00:00
editor_ie8.css Skins update for CKEditor new version (Ver. 4.5.2) 2015-08-12 10:07:03 +00:00
editor_ie.css Skins update for CKEditor new version (Ver. 4.5.2) 2015-08-12 10:07:03 +00:00
editor_iequirks.css Skins update for CKEditor new version (Ver. 4.5.2) 2015-08-12 10:07:03 +00:00
editor.css Skins update for CKEditor new version (Ver. 4.5.2) 2015-08-12 10:07:03 +00:00
icons_hidpi.png Skins update for CKEditor new version (Ver. 4.5.2) 2015-08-12 10:07:03 +00:00
icons.png Skins update for CKEditor new version (Ver. 4.5.2) 2015-08-12 10:07:03 +00:00
readme.md * API/CKEditor: update to version 4.4.3; add additional skins 2014-07-18 07:56:43 +00:00

BootstrapCK Skin

The BootstrapCK-Skin is a skin for CKEditor4 based on Twitter Bootstrap3 styles.

Sass is used to rewrite the editor's styles and Grunt to be able to watch, convert and minify the sass into css files. These files aren't really needed for the simple use of the skin, but handy if you want to make some adjustments to it.

For more information about skins, please check the CKEditor Skin SDK documentation.

Installation

Just skin please

Add the whole bootstrapck folder to the skin folder.
In ckeditor.js and config.js change the skin name to "bootstrapck".
Done!

The whole skin - sass - grunt package

All the sass files are included in the bootstrapck folder, so first follow the 'just skin please'-steps
Now add the Gruntfile.js and the package.json to de ckeditor folder.

npm install
grunt build

You can start tampering now.

Demo

http://kunstmaan.github.io/BootstrapCK4-Skin/

Previous version

If you would like to get the Bootstrap2 skin for CKeditor3, here's the previous version.