Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15433 Rev 15434
Línea 833... Línea 833...
833
        theme: 'bootstrap4',
833
        theme: 'bootstrap4',
834
        width: '100%',
834
        width: '100%',
835
    });
835
    });
Línea 836... Línea 836...
836
 
836
 
837
    CKEDITOR.editorConfig = function( config ) {
837
    CKEDITOR.editorConfig = function( config ) {
-
 
838
        config.toolbar = [ 'Source', '-', 'Bold', 'Italic' ];
838
        config.toolbar = [ 'Source', '-', 'Bold', 'Italic' ]
839
        config.removePlugins = 'elementspath,save,font';    
-
 
840
    };
839
    };
841
    
840
 
842
    
841
    CKEDITOR.replace('functions');
843
    CKEDITOR.replace('functions');
842
    CKEDITOR.replace('objectives');
844
    CKEDITOR.replace('objectives');
-
 
845
    
843
 
846
    CKEDITOR.editorConfig() 
Línea 844... Línea 847...
844
});
847
});
845
 
848
 
846
JS;
849
JS;