gophish/static/js/ckeditor/skins/bootstrapck
unknown 03b25f5fee Cleaning up a bit of controllers.js #12
Working on site clone and email import
2015-06-12 18:22:17 -05:00
..
.temp/css Initial run of getting full CKEditor support into the HTML editors! 2015-02-12 22:21:50 -06:00
images Initial run of getting full CKEditor support into the HTML editors! 2015-02-12 22:21:50 -06:00
sample Initial run of getting full CKEditor support into the HTML editors! 2015-02-12 22:21:50 -06:00
scss Initial run of getting full CKEditor support into the HTML editors! 2015-02-12 22:21:50 -06:00
dialog.css Initial run of getting full CKEditor support into the HTML editors! 2015-02-12 22:21:50 -06:00
dialog_ie.css Initial run of getting full CKEditor support into the HTML editors! 2015-02-12 22:21:50 -06:00
dialog_ie7.css Initial run of getting full CKEditor support into the HTML editors! 2015-02-12 22:21:50 -06:00
dialog_ie8.css Initial run of getting full CKEditor support into the HTML editors! 2015-02-12 22:21:50 -06:00
dialog_iequirks.css Initial run of getting full CKEditor support into the HTML editors! 2015-02-12 22:21:50 -06:00
dialog_opera.css Initial run of getting full CKEditor support into the HTML editors! 2015-02-12 22:21:50 -06:00
editor.css Cleaning up a bit of controllers.js #12 2015-06-12 18:22:17 -05:00
editor_gecko.css Cleaning up a bit of controllers.js #12 2015-06-12 18:22:17 -05:00
editor_ie.css Cleaning up a bit of controllers.js #12 2015-06-12 18:22:17 -05:00
editor_ie7.css Cleaning up a bit of controllers.js #12 2015-06-12 18:22:17 -05:00
editor_ie8.css Cleaning up a bit of controllers.js #12 2015-06-12 18:22:17 -05:00
editor_iequirks.css Cleaning up a bit of controllers.js #12 2015-06-12 18:22:17 -05:00
icons.png Cleaning up a bit of controllers.js #12 2015-06-12 18:22:17 -05:00
icons_hidpi.png Cleaning up a bit of controllers.js #12 2015-06-12 18:22:17 -05:00
readme.md Initial run of getting full CKEditor support into the HTML editors! 2015-02-12 22:21:50 -06:00

readme.md

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.