Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16918 Rev 16929
Línea 18... Línea 18...
18
 
18
 
19
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/nprogress/nprogress.css'));
19
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/nprogress/nprogress.css'));
Línea 20... Línea -...
20
$this->inlineScript()->appendFile($this->basePath('assets/vendors/nprogress/nprogress.js'));
-
 
21
 
-
 
22
 
-
 
-
 
20
$this->inlineScript()->appendFile($this->basePath('assets/vendors/nprogress/nprogress.js'));
-
 
21
 
-
 
22
 
Línea 23... Línea 23...
23
$this->inlineScript()->appendFile($this->basePath('assets/vendors/jquery-validation/jquery.validate.js'));
23
 
24
$this->inlineScript()->appendFile($this->basePath('assets/vendors/jquery-validation/additional-methods.js'));
24
 
Línea 25... Línea 25...
25
$this->inlineScript()->appendFile($this->basePath('assets/vendors/jquery-validation/localization/messages_es.js'));
25
 
Línea 674... Línea 674...
674
            },
674
            },
675
            'forrm-status': {
675
            'forrm-status': {
676
                required: true,
676
                required: true,
677
            },
677
            },
678
        },
678
        },
679
        highlight: function(element) {
-
 
680
            $(element).closest('.form-group').addClass('has-error');
-
 
681
        },
-
 
682
        unhighlight: function(element) {
-
 
683
            $(element).closest('.form-group').removeClass('has-error');
-
 
684
        },
679
 
685
        errorPlacement: function(error, element) {
-
 
686
            if (element.attr("data-error-container")) {
-
 
687
                error.appendTo(element.attr("data-error-container"));
-
 
688
            } else {
-
 
689
                error.insertAfter(element);
-
 
690
            }
-
 
691
        },
-
 
692
        invalidHandler: function(form, validator) {
680
        invalidHandler: function(form, validator) {
693
            if (!validator.numberOfInvalids())
681
            if (!validator.numberOfInvalids())
694
                return;
682
                return;
695
            $('html, body').animate({
683
            $('html, body').animate({
696
                scrollTop: $(validator.errorList[0].element).offset().top - 100
684
                scrollTop: $(validator.errorList[0].element).offset().top - 100
Línea 841... Línea 829...
841
                required: true,
829
                required: true,
842
                number: true,
830
                number: true,
843
                min: 1
831
                min: 1
844
            },
832
            },
845
        },
833
        },
846
        highlight: function(element) {
-
 
847
            $(element).closest('.form-group').addClass('has-error');
-
 
848
        },
-
 
849
        unhighlight: function(element) {
-
 
850
            $(element).closest('.form-group').removeClass('has-error');
-
 
851
        },
834
 
852
        errorPlacement: function(error, element) {
-
 
853
            if (element.attr("data-error-container")) {
-
 
854
                error.appendTo(element.attr("data-error-container"));
-
 
855
            } else {
-
 
856
                error.insertAfter(element);
-
 
857
            }
-
 
858
        },
-
 
859
        invalidHandler: function(form, validator) {
835
        invalidHandler: function(form, validator) {
860
            if (!validator.numberOfInvalids())
836
            if (!validator.numberOfInvalids())
861
                return;
837
                return;
862
            $('html, body').animate({
838
            $('html, body').animate({
863
                scrollTop: $(validator.errorList[0].element).offset().top - 100
839
                scrollTop: $(validator.errorList[0].element).offset().top - 100
Línea 920... Línea 896...
920
                required: true,
896
                required: true,
921
                number: true,
897
                number: true,
922
                min: 1
898
                min: 1
923
            },
899
            },
924
        },
900
        },
925
        highlight: function(element) {
-
 
926
            $(element).closest('.form-group').addClass('has-error');
-
 
927
        },
-
 
928
        unhighlight: function(element) {
-
 
929
            $(element).closest('.form-group').removeClass('has-error');
-
 
930
        },
901
 
931
        errorPlacement: function(error, element) {
-
 
932
            if (element.attr("data-error-container")) {
-
 
933
                error.appendTo(element.attr("data-error-container"));
-
 
934
            } else {
-
 
935
                error.insertAfter(element);
-
 
936
            }
-
 
937
        },
-
 
938
        invalidHandler: function(form, validator) {
902
        invalidHandler: function(form, validator) {
939
            if (!validator.numberOfInvalids())
903
            if (!validator.numberOfInvalids())
940
                return;
904
                return;
941
            $('html, body').animate({
905
            $('html, body').animate({
942
                scrollTop: $(validator.errorList[0].element).offset().top - 100
906
                scrollTop: $(validator.errorList[0].element).offset().top - 100
Línea 991... Línea 955...
991
                required: true,
955
                required: true,
992
                number: true,
956
                number: true,
993
                min: 1
957
                min: 1
994
            }
958
            }
995
        },
959
        },
996
        highlight: function(element) {
-
 
997
            $(element).closest('.form-group').addClass('has-error');
-
 
998
        },
-
 
999
        unhighlight: function(element) {
-
 
1000
            $(element).closest('.form-group').removeClass('has-error');
-
 
1001
        },
960
 
1002
        errorPlacement: function(error, element) {
-
 
1003
            if (element.attr("data-error-container")) {
-
 
1004
                error.appendTo(element.attr("data-error-container"));
-
 
1005
            } else {
-
 
1006
                error.insertAfter(element);
-
 
1007
            }
-
 
1008
        },
-
 
1009
        invalidHandler: function(form, validator) {
961
        invalidHandler: function(form, validator) {
1010
            if (!validator.numberOfInvalids())
962
            if (!validator.numberOfInvalids())
1011
                return;
963
                return;
1012
            $('html, body').animate({
964
            $('html, body').animate({
1013
                scrollTop: $(validator.errorList[0].element).offset().top - 100
965
                scrollTop: $(validator.errorList[0].element).offset().top - 100