Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1213 Rev 1227
Línea 42... Línea 42...
42
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap4-toggle/js/bootstrap4-toggle.min.js'));
42
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap4-toggle/js/bootstrap4-toggle.min.js'));
Línea 43... Línea 43...
43
 
43
 
44
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-confirmation/dist/bootstrap-confirmation.js'));
44
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-confirmation/dist/bootstrap-confirmation.js'));
Línea -... Línea 45...
-
 
45
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-checkbox/awesome-bootstrap-checkbox.css'));
-
 
46
 
-
 
47
$this->inlineScript()->appendFile($this->basePath('plugins/select2/js/select2.js'));
-
 
48
$this->inlineScript()->appendFile($this->basePath('plugins/select2/js/i18n/es.js'));
-
 
49
$this->headLink()->appendStylesheet($this->basePath('plugins/select2/css/select2.css'));
-
 
50
 
-
 
51
$this->headLink()->appendStylesheet($this->basePath('plugins/select2-bootstrap4-theme/select2-bootstrap4.css'));
45
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-checkbox/awesome-bootstrap-checkbox.css'));
52
 
46
 
53
 
Línea 47... Línea 54...
47
// bootbox Alert //
54
// bootbox Alert //
48
$this->inlineScript()->appendFile($this->basePath('plugins/bootbox/bootbox.min.js'));
55
$this->inlineScript()->appendFile($this->basePath('plugins/bootbox/bootbox.min.js'));
Línea 601... Línea 608...
601
            editBehavior($("#behavior-competency").val(), $("#behavior-id").val(), $("#behavior-level").val())
608
            editBehavior($("#behavior-competency").val(), $("#behavior-id").val(), $("#behavior-level").val())
602
            $('#modal-behavior').modal('hide');
609
            $('#modal-behavior').modal('hide');
603
            return;
610
            return;
604
        }
611
        }
605
    });
612
    });
-
 
613
 
-
 
614
    $('#select-subordinate').select2({
-
 
615
        theme: 'bootstrap4',
-
 
616
        width: '100%',
-
 
617
    });
-
 
618
 
-
 
619
    $('#select-competency').select2({
-
 
620
        theme: 'bootstrap4',
-
 
621
        width: '100%',
-
 
622
    });
606
});
623
});
Línea 607... Línea 624...
607
 
624
 
608
JS;
625
JS;
609
$this->inlineScript()->captureEnd();
626
$this->inlineScript()->captureEnd();