Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15404 | Rev 15406 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15404 Rev 15405
Línea 67... Línea 67...
67
 
67
 
68
$this->inlineScript()->captureStart();
68
$this->inlineScript()->captureStart();
Línea 69... Línea 69...
69
echo <<<JS
69
echo <<<JS
70
 
-
 
71
const ckeditor_config = {
-
 
72
	startupFocus: 'end',
-
 
73
	allowedContent: false,
70
 
74
	image_previewText: ' ',
-
 
75
	toolbarGroups: [
71
const ckeditor_config = {
76
		// { name: 'document',	   groups: [ 'mode', 'document', 'doctools' ] },
72
        toolbar: [
77
		// { name: 'clipboard',   groups: [ 'undo' ] },
-
 
78
		{ name: 'editing', groups: ['find', 'selection', 'spellchecker'] },
73
            { name: 'editing', items: [ 'Scayt' ] },
79
		{ name: 'forms' },
74
            { name: 'links', items: [ 'Link', 'Unlink'] },
80
		{ name: 'basicstyles', groups: ['basicstyles', 'cleanup'] },
75
            { name: 'paragraph', items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote' ] },
81
		{ name: 'paragraph', groups: ['list', 'indent', 'blocks', 'align', 'bidi'] },
76
            { name: 'basicstyles', items: [ 'Bold', 'Italic', 'Strike', 'RemoveFormat' ] },
82
		{ name: 'links' },
77
            '/',
83
		{ name: 'insert' },
-
 
84
		{ name: 'styles' },
78
            { name: 'insert', items: [ 'Image', 'Table', 'HorizontalRule', 'SpecialChar' ] },
85
		{ name: 'colors' },
-
 
86
		{ name: 'tools' },
79
            { name: 'styles', items: [ 'Styles', 'Format' ] },
87
		{ name: 'others' },
80
            { name: 'tools', items: [ 'Maximize' ] }
88
	],
81
        ],
89
	removeButtons: 'Anchor,Scayt',
82
        removePlugins: 'elementspath,Anchor',
90
	removePlugins: 'elementspath,Anchor,wsc,scayt'
83
        heigth: 100
91
}
84
    }
92
var competencies = [];
85
var competencies = [];
93
var competencies_type = [];
86
var competencies_type = [];
94
var subordinates = [];
87
var subordinates = [];