Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15426 Rev 15427
Línea 632... Línea 632...
632
        $('#row-lists').show();
632
        $('#row-lists').show();
633
        $('#row-form').hide();
633
        $('#row-form').hide();
634
    });
634
    });
Línea 635... Línea 635...
635
 
635
 
-
 
636
    CKEDITOR.replace('functions');
-
 
637
    CKEDITOR.replace('objectives');
-
 
638
 
-
 
639
    CKEDITOR.editorConfig = function( config ) {
-
 
640
        console.log(config)
-
 
641
    };
Línea 636... Línea -...
636
    CKEDITOR.replace('functions');
-
 
637
 
-
 
638
    CKEDITOR.config.extraPlugins = ['leaderslinked'];
-
 
639
        CKEDITOR.replace('objectives', {
-
 
Línea 640... Línea 642...
640
            extraPlugins: ['leaderslinked']
642
 
641
        })
643
 
642
 
644
 
643
});
645
});