Ignore:
Timestamp:
Jul 1, 2014 9:23:18 AM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/assets/js/filemanager/filemanager.js

    r14 r17  
    5252               
    5353                var privateTree =  $('#treeview-container').violetTree({
     54                        container: $('#treeview-container'),
    5455                        expandEasing: 'easeOutBounce',
    5556                        collapseEasing: 'easeOutBounce',
     
    5758                        grid: privateGrid
    5859                });
    59 
    60                 $('#btnNewFolder').click (function(){
     60               
     61                /*var selectTree = $('#select-destination-tree').violetTree({
     62                        container: $('#select-destination-tree'),
     63                        expandEasing: 'easeOutBounce',
     64                        collapseEasing: 'easeOutBounce',
     65                        homeDirNameDisplay: "Thư mục gốc"
     66                });*/
     67               
     68                $('#select-destination-tree').slimScroll({
     69                height: '250px',
     70                alwaysVisible: true,
     71                disableFadeOut: true
     72            });
     73               
     74                /*$('#btnNewFolder').click (function(){
    6175                        var curDir = privateTree.getCurrentDir();
    6276                        privateTree.createDir(curDir);
     
    7084                $('#btnCopy').click (function(){
    7185                        privateTree.copy();
    72                 });
     86                });*/
    7387
    7488                /**
Note: See TracChangeset for help on using the changeset viewer.