mode

sets the mode of rendering the list of files

string mode;

Values

  • "list","grid"
  • Example

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


    Default value:

    "list"

    Related samples

    See also
    Back to top