source: pro-violet-viettel/www/deploy/20150304/assets/js/script.js @ 804

Last change on this file since 804 was 780, checked in by dungnv, 10 years ago
File size: 286 bytes
Line 
1if (jQuery) {
2        var manager = $().violetFileManager({
3                host: '<?php echo base_url(); ?>',                     
4                tree: 'treeview-container',
5                grid: 'file-container',
6                maincontainer: 'main-content',
7                titlebar: 'title-bar',
8                toolsbar: 'tools-bar',
9                statusbar: 'status-bar',
10                datasource: 'ajax'
11        });
12}
Note: See TracBrowser for help on using the repository browser.