Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15406 Rev 15407
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', {
-
 
441
        toolbar: [
-
 
442
            { name: 'editing', items: [ 'Scayt' ] },
-
 
443
            { name: 'links', items: [ 'Link', 'Unlink'] },
-
 
444
            { name: 'paragraph', items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote' ] },
-
 
445
            { name: 'basicstyles', items: [ 'Bold', 'Italic', 'Strike', 'RemoveFormat' ] },
-
 
446
            '/',
-
 
447
            { name: 'insert', items: [ 'Image', 'Table', 'HorizontalRule', 'SpecialChar' ] },
-
 
448
            { name: 'styles', items: [ 'Styles', 'Format' ] },
-
 
449
            { name: 'tools', items: [ 'Maximize' ] }
-
 
450
        ],
-
 
451
        removePlugins: 'elementspath,Anchor',
-
 
452
        heigth: 100
-
 
453
    });
-
 
454
    CKEDITOR.replace('objectives', {
-
 
455
        toolbar: [
-
 
456
            { name: 'editing', items: [ 'Scayt' ] },
-
 
457
            { name: 'links', items: [ 'Link', 'Unlink'] },
-
 
458
            { name: 'paragraph', items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote' ] },
-
 
459
            { name: 'basicstyles', items: [ 'Bold', 'Italic', 'Strike', 'RemoveFormat' ] },
-
 
460
            '/',
-
 
461
            { name: 'insert', items: [ 'Image', 'Table', 'HorizontalRule', 'SpecialChar' ] },
-
 
462
            { name: 'styles', items: [ 'Styles', 'Format' ] },
-
 
463
            { name: 'tools', items: [ 'Maximize' ] }
-
 
464
        ],
-
 
465
        removePlugins: 'elementspath,Anchor',
-
 
466
        heigth: 100
-
 
467
    });
439
    /**
468
    /**
440
     * Clicked select competency
469
     * Clicked select competency
441
     */
470
     */
442
    $('body').on('click', 'button[id="btn-select-competency"]', function(e) {
471
    $('body').on('click', 'button[id="btn-select-competency"]', function(e) {
443
        if ($("#select-competency").val() == "") {
472
        if ($("#select-competency").val() == "") {
Línea 645... Línea 674...
645
        $('#row-lists').show();
674
        $('#row-lists').show();
646
        $('#row-form').hide();
675
        $('#row-form').hide();
647
    });
676
    });
648
});
677
});
Línea 649... Línea -...
649
 
-
 
650
 
-
 
651
 
678
 
652
JS;
679
JS;
653
$this->inlineScript()->captureEnd();
680
$this->inlineScript()->captureEnd();
654
?>
681
?>