Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8559 Rev 8560
Línea 72... Línea 72...
72
 
72
 
73
$this->inlineScript()->captureStart();
73
$this->inlineScript()->captureStart();
74
echo <<<JS
74
echo <<<JS
Línea 75... Línea -...
75
jQuery(document).ready(function ($) {
-
 
76
 
-
 
77
    $.prototype.fileinput.Constructor.prototype["setUploadUrl"] = function(url) {
-
 
78
        this.uploadUrl = url;
-
 
79
    }
-
 
80
    $('#form-edit #file').on('filepreajax', function(event, previewId, index) {
-
 
Línea 81... Línea 75...
81
        $('#form-edit #file').fileinput("setUploadUrl", url);
75
jQuery(document).ready(function ($) {
82
    })
76
 
83
 
77