Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1226 Rev 3842
Línea 402... Línea 402...
402
        'on': 'LABEL_ACTIVE',
402
        'on': 'LABEL_ACTIVE',
403
        'off': 'LABEL_INACTIVE',
403
        'off': 'LABEL_INACTIVE',
404
        'width': '160px',
404
        'width': '160px',
405
        'height': '40px'
405
        'height': '40px'
406
    });
406
    });
407
    CKEDITOR.replace('description');
407
    CKEDITOR.replace('description', {
-
 
408
        toolbar: [
-
 
409
            { name: 'editing', items: [ 'Scayt' ] },
-
 
410
            { name: 'links', items: [ 'Link', 'Unlink'] },
-
 
411
            { name: 'paragraph', items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote' ] },
-
 
412
            { name: 'basicstyles', items: [ 'Bold', 'Italic', 'Strike', 'RemoveFormat' ] },
-
 
413
            '/',
-
 
414
            { name: 'insert', items: [ 'Image', 'Table', 'HorizontalRule', 'SpecialChar' ] },
-
 
415
            { name: 'styles', items: [ 'Styles', 'Format' ] },
-
 
416
            { name: 'tools', items: [ 'Maximize' ] }
-
 
417
        ],
-
 
418
        heigth: 100
-
 
419
    });
408
    /**
420
    /**
409
     * Clicked on add new conduct
421
     * Clicked on add new conduct
410
     */
422
     */
411
    $('body').on('click', 'button[id="btn-add-conduct"]', function(e) {
423
    $('body').on('click', 'button[id="btn-add-conduct"]', function(e) {
412
        e.preventDefault();
424
        e.preventDefault();