Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15427 Rev 15428
Línea 635... Línea 635...
635
 
635
 
636
    CKEDITOR.replace('functions');
636
    CKEDITOR.replace('functions');
Línea 637... Línea 637...
637
    CKEDITOR.replace('objectives');
637
    CKEDITOR.replace('objectives');
638
 
638
 
-
 
639
    CKEDITOR.editorConfig = function( config ) {
-
 
640
        config.config.toolbar = [
639
    CKEDITOR.editorConfig = function( config ) {
641
            [ 'Source', '-', 'Bold', 'Italic' ]
Línea 640... Línea -...
640
        console.log(config)
-
 
641
    };
-
 
642
 
642
        ];
643
 
643
    };
644
 
644
 
645
});
645
});
646
JS;
646
JS;