Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15405 Rev 15406
Línea 434... Línea 434...
434
        'on': 'LABEL_ACTIVE',
434
        'on': 'LABEL_ACTIVE',
435
        'off': 'LABEL_INACTIVE',
435
        'off': 'LABEL_INACTIVE',
436
        'width': '160px',
436
        'width': '160px',
437
        'height': '40px'
437
        'height': '40px'
438
    });
438
    });
439
 
-
 
440
    CKEDITOR.replace('functions', ckeditor_config);
-
 
441
    CKEDITOR.replace('objectives', ckeditor_config);
-
 
442
    /**
439
    /**
443
     * Clicked select competency
440
     * Clicked select competency
444
     */
441
     */
445
    $('body').on('click', 'button[id="btn-select-competency"]', function(e) {
442
    $('body').on('click', 'button[id="btn-select-competency"]', function(e) {
446
        if ($("#select-competency").val() == "") {
443
        if ($("#select-competency").val() == "") {
Línea 648... Línea 645...
648
        $('#row-lists').show();
645
        $('#row-lists').show();
649
        $('#row-form').hide();
646
        $('#row-form').hide();
650
    });
647
    });
651
});
648
});
Línea -... Línea 649...
-
 
649
 
-
 
650
 
652
 
651
 
653
JS;
652
JS;
654
$this->inlineScript()->captureEnd();
653
$this->inlineScript()->captureEnd();
655
?>
654
?>