/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/js/ckeditor/build-config.js

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-30 11:59:17 UTC
  • mfrom: (85.1.27 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130530115917-nq06e5l455nfqok5
Merged Ohlssons changes:
added function to get ssn and name for the registrationspages in the user model.
added the registrationpage for students.
edited the registration page for instructors
edited the css for both the registrationpages

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1

 
2
/**
 
3
 * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
 
4
 * For licensing, see LICENSE.html or http://ckeditor.com/license
 
5
 */
 
6
 
 
7
/**
 
8
 * This file was added automatically by CKEditor builder.
 
9
 * You may re-use it at any time at http://ckeditor.com/builder to build CKEditor again.
 
10
 * 
 
11
 * NOTE: 
 
12
 *    This file is not used by CKEditor, you may remove it.
 
13
 *    Changing this file will not change your CKEditor configuration.
 
14
 */
 
15
 
 
16
var CKBUILDER_CONFIG = {
 
17
        skin: 'moonocolor',
 
18
        preset: 'standard',
 
19
        ignore: [
 
20
                'dev',
 
21
                '.gitignore',
 
22
                '.gitattributes',
 
23
                'README.md',
 
24
                '.mailmap'
 
25
        ],
 
26
        plugins : {
 
27
                'about' : 1,
 
28
                'a11yhelp' : 1,
 
29
                'basicstyles' : 1,
 
30
                'blockquote' : 1,
 
31
                'clipboard' : 1,
 
32
                'contextmenu' : 1,
 
33
                'resize' : 1,
 
34
                'toolbar' : 1,
 
35
                'elementspath' : 1,
 
36
                'enterkey' : 1,
 
37
                'entities' : 1,
 
38
                'filebrowser' : 1,
 
39
                'floatingspace' : 1,
 
40
                'format' : 1,
 
41
                'htmlwriter' : 1,
 
42
                'horizontalrule' : 1,
 
43
                'wysiwygarea' : 1,
 
44
                'image' : 1,
 
45
                'indent' : 1,
 
46
                'link' : 1,
 
47
                'list' : 1,
 
48
                'magicline' : 1,
 
49
                'maximize' : 1,
 
50
                'pastetext' : 1,
 
51
                'pastefromword' : 1,
 
52
                'removeformat' : 1,
 
53
                'sourcearea' : 1,
 
54
                'specialchar' : 1,
 
55
                'scayt' : 1,
 
56
                'stylescombo' : 1,
 
57
                'tab' : 1,
 
58
                'table' : 1,
 
59
                'tabletools' : 1,
 
60
                'undo' : 1,
 
61
                'wsc' : 1,
 
62
                'dialog' : 1,
 
63
                'dialogui' : 1,
 
64
                'menu' : 1,
 
65
                'floatpanel' : 1,
 
66
                'panel' : 1,
 
67
                'button' : 1,
 
68
                'popup' : 1,
 
69
                'richcombo' : 1,
 
70
                'listblock' : 1,
 
71
                'fakeobjects' : 1,
 
72
                'menubutton' : 1
 
73
        },
 
74
        languages : {
 
75
                'en' : 1,
 
76
        }
 
77
};
 
 
b'\\ No newline at end of file'