Aurigma Image Uploader 7.0.37
uploader.loadingFolderContentText Property
Gets or sets a text which is displayed while Image Uploader scans the folder content and builds the file list.
Syntax
JavaScript
Initialize
$au.uploader({
//...other params...
loadingFolderContentText: "Loading content...",
//...other params...
})
Property Value
Type: String
The text which is displayed while Image Uploader scans the folder content and builds the file list.
Default value is "Loading content...".
Remarks
This property is necessary for localization of Image Uploader.