Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
BootstrapCK Skin
2
====================
3
 
4
The BootstrapCK-Skin is a skin for [CKEditor4](http://ckeditor.com/) based on [Twitter Bootstrap3](http://getbootstrap.com/) styles.
5
 
6
[Sass](http://sass-lang.com/) is used to rewrite the editor's styles and [Grunt](http://gruntjs.com/) 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.
7
 
8
For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK)
9
documentation.
10
 
11
## Installation
12
 
13
**Just skin please**
14
 
15
Add the whole bootstrapck folder to the skin folder.<br />
16
In ckeditor.js and config.js change the skin name to "bootstrapck".<br />
17
Done!
18
 
19
**The whole skin - sass - grunt package**
20
 
21
All the sass files are included in the bootstrapck folder, so first follow the 'just skin please'-steps<br />
22
Now add the Gruntfile.js and the package.json to de ckeditor folder.
23
 
24
    npm install
25
    grunt build
26
 
27
You can start tampering now.
28
 
29
## Demo
30
 
31
http://kunstmaan.github.io/BootstrapCK4-Skin/
32
 
33
### Previous version
34
 
35
If you would like to get the Bootstrap2 skin for CKeditor3, [here](https://github.com/Kunstmaan/BootstrapCK-Skin)'s the previous version.