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

addFilesProgressDialog.text Property

Gets or sets a text of the label which is displayed while Image Uploader Flash is adding files to the upload list.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    addFilesProgressDialog: {
        //...other params...
        text: "Adding files to upload list...",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').addFilesProgressDialog().text(value);
value = $au.imageUploaderFlash('uploaderID').addFilesProgressDialog().text();

Property Value

Type: String

The text of the Adding files to upload list... label.

Default value is "Adding files to upload list...".

Remarks

This property is necessary for localization of Image Uploader Flash.

See Also

Reference