toolbar

defines whether the toolbar of dhtmlxVault is shown

boolean toolbar;

Example

var vault = new dhx.Vault("vault_container", { 
    uploader:{
        // obligatory, the path for upload
        target:"/upload"
    },
    toolbar:false
});


Default value:

true
See also
Back to top