This documentation is for the old version. Go to the latest Upload Suite docs

treePane.unixFileSystemRootText Property

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a caption of the folder tree node which specifies the system directory at *NIX systems.

Syntax

JavaScript Initialize
$au.uploader({
    treePane
: {
       
//...other params...
        unixFileSystemRootText
: "Filesystem",
       
//...other params...
   
}
})

Property Value

Type: String

The caption of the folder tree node which specifies the system directory at *NIX systems.

Default value is "Filesystem".

Remarks

Note

This value is used only at Linux and different sorts of Unix. For Windows and Mac the system-dependent values are extracted and used.

This property is necessary for localization of Image Uploader.

See Also

Reference