defines whether the mode controls are displayed in the toolbar of Vault
var vault = new dhx.Vault("vault_container", {
uploader: {
// obligatory, the path for upload
target:"/upload"
},
modeControls: false });
added in v4.0
Back to top