Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15430 Rev 15431
Línea 421... Línea 421...
421
        'off': 'LABEL_INACTIVE',
421
        'off': 'LABEL_INACTIVE',
422
        'width': '160px',
422
        'width': '160px',
423
        'height': '40px'
423
        'height': '40px'
424
    });
424
    });
Línea -... Línea 425...
-
 
425
 
-
 
426
    CKEDITOR.replace('functions');
425
 
427
    CKEDITOR.replace('objectives');
426
    /**
428
    /**
427
     * Clicked select competency
429
     * Clicked select competency
428
     */
430
     */
429
    $('body').on('click', 'button[id="btn-select-competency"]', function(e) {
431
    $('body').on('click', 'button[id="btn-select-competency"]', function(e) {
Línea 630... Línea 632...
630
     */
632
     */
631
    $('body').on('click', 'button.btn-edit-cancel', function(e) {
633
    $('body').on('click', 'button.btn-edit-cancel', function(e) {
632
        $('#row-lists').show();
634
        $('#row-lists').show();
633
        $('#row-form').hide();
635
        $('#row-form').hide();
634
    });
636
    });
635
 
-
 
636
    CKEDITOR.replace('functions');
-
 
637
    CKEDITOR.replace('objectives');
-
 
638
 
-
 
639
});
637
});
-
 
638
 
640
JS;
639
JS;
641
$this->inlineScript()->captureEnd();
640
$this->inlineScript()->captureEnd();
642
?>
641
?>
643
<section class="content" id="row-lists">
642
<section class="content" id="row-lists">