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

imageUploaderFlash.cancelUploadButtonText Property

Gets or sets a caption of the Cancel button.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    //...other params...
    cancelUploadButtonText: "Cancel",
    //...other params...
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').cancelUploadButtonText(value);
value = $au.imageUploaderFlash('uploaderID').cancelUploadButtonText();

Property Value

Type: String

The caption of the Cancel button.

Default value is "Cancel".

Remarks

This property is necessary for localization of Image Uploader Flash.

See Also

Reference