Hi I'm using elfinder and I want to remove delete and empty folder option. How do I remove it. Here is my code.
<script>
$(function() {
$('#elfinder').elfinder({ // 1st Arg - options
cssAutoLoad : false,// Disable CSS auto loading
baseUrl : './',// Base URL to css/*, js/*
url : 'php/connector.minimal.php',// Connector URL
getFileCallback : function(file) {/* ... */},// Callback when a file is double-clicked
width: '100%',
height: $(window).height() - 20
});
});</script>
try this code:
You can also customize menu from elFinder.options.js file. already mentioned everything in client configuration check...!!!