Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15425 Rev 15426
Línea 631... Línea 631...
631
    $('body').on('click', 'button.btn-edit-cancel', function(e) {
631
    $('body').on('click', 'button.btn-edit-cancel', function(e) {
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
        toolbar: [
-
 
638
                    { name: 'editing', items: ['Scayt'] },
-
 
639
                    { name: 'links', items: ['Link', 'Unlink'] },
-
 
640
                    { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
-
 
641
                    { name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
-
 
642
                    '/',
-
 
643
                    { name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
-
 
644
                    { name: 'styles', items: ['Styles', 'Format'] },
-
 
645
                    { name: 'tools', items: ['Maximize'] }
-
 
-
 
636
    CKEDITOR.replace('functions');
646
                ],
637
 
647
                removePlugins: 'elementspath,Anchor',
-
 
648
                heigth: 100
-
 
649
    });
638
    CKEDITOR.config.extraPlugins = ['leaderslinked'];
650
    CKEDITOR.replace('objectives', {
-
 
651
        toolbar: [
-
 
652
                    { name: 'editing', items: ['Scayt'] },
-
 
653
                    { name: 'links', items: ['Link', 'Unlink'] },
-
 
654
                    { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
-
 
655
                    { name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
-
 
656
                    '/',
-
 
657
                    { name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
-
 
658
                    { name: 'styles', items: ['Styles', 'Format'] },
-
 
659
                    { name: 'tools', items: ['Maximize'] }
-
 
660
                ],
639
        CKEDITOR.replace('objectives', {
661
                removePlugins: 'elementspath,Anchor',
-
 
662
                heigth: 100
640
            extraPlugins: ['leaderslinked']
Línea 663... Línea 641...
663
    });
641
        })
664
 
642
 
665
});
643
});
666
JS;
644
JS;