Changeset 674


Ignore:
Timestamp:
Dec 22, 2014 9:18:30 AM (10 years ago)
Author:
quyenla
Message:

test

Location:
pro-bachkim-filespace/sourcecode
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/application/modules/ajax/controllers/privatecontent.php

    r231 r674  
    3939       
    4040        public function getContent () {
     41            echo "123";die();
    4142                $xmlData = $this->vservices->getPrivateTree();
    4243                $this->xml->parse($xmlData);
  • pro-bachkim-filespace/sourcecode/assets/js/jquery.fileupload.js

    r345 r674  
    669669
    670670        _beforeSend: function (e, data) {
     671            alert("1234");
    671672            if (this._active === 0) {
    672673                // the start callback is triggered when an upload starts
     
    704705                }), options);
    705706            }
    706             alert("123");
     707            alert("123"); 
    707708            options.result = result;
    708709            options.textStatus = textStatus;
  • pro-bachkim-filespace/sourcecode/assets/js/manager.js

    r345 r674  
    295295
    296296                var btnUploadClick = function () {
    297                     uploadStart();
     297                    uploadStart(); 
    298298                    upload_init();
    299299
     
    416416
    417417                var uploadStart = function () {
    418 
     418                   
    419419                    var promptOptions = {
    420420                        title: "Tải lên",
     
    425425                                className: "btn btn-primary",
    426426                                callback: function () {
    427 
     427                                  if (o.oGrid)
     428                            o.oGrid.reloadGrid();
    428429                                }
    429430                            },
    430431                        }
    431432                    };
    432                    
     433               
    433434                    return bootbox.dialog(promptOptions);
    434435                }
     436               
    435437                var upload_done = function (result) {
    436438                    alert(JSON.stringify(result, null, 4));
Note: See TracChangeset for help on using the changeset viewer.