modeControls

defines whether the mode controls are displayed in the toolbar of Vault

boolean modeControls;

Example

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


Default value:

true

Related samples

See also
Change log

added in v4.0

Back to top