Changeset 674
- Timestamp:
- Dec 22, 2014 9:18:30 AM (10 years ago)
- Location:
- pro-bachkim-filespace/sourcecode
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/application/modules/ajax/controllers/privatecontent.php
r231 r674 39 39 40 40 public function getContent () { 41 echo "123";die(); 41 42 $xmlData = $this->vservices->getPrivateTree(); 42 43 $this->xml->parse($xmlData); -
pro-bachkim-filespace/sourcecode/assets/js/jquery.fileupload.js
r345 r674 669 669 670 670 _beforeSend: function (e, data) { 671 alert("1234"); 671 672 if (this._active === 0) { 672 673 // the start callback is triggered when an upload starts … … 704 705 }), options); 705 706 } 706 alert("123"); 707 alert("123"); 707 708 options.result = result; 708 709 options.textStatus = textStatus; -
pro-bachkim-filespace/sourcecode/assets/js/manager.js
r345 r674 295 295 296 296 var btnUploadClick = function () { 297 uploadStart(); 297 uploadStart(); 298 298 upload_init(); 299 299 … … 416 416 417 417 var uploadStart = function () { 418 418 419 419 var promptOptions = { 420 420 title: "Tải lên", … … 425 425 className: "btn btn-primary", 426 426 callback: function () { 427 427 if (o.oGrid) 428 o.oGrid.reloadGrid(); 428 429 } 429 430 }, 430 431 } 431 432 }; 432 433 433 434 return bootbox.dialog(promptOptions); 434 435 } 436 435 437 var upload_done = function (result) { 436 438 alert(JSON.stringify(result, null, 4));
Note: See TracChangeset
for help on using the changeset viewer.