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

commonDialog.cancelButtonText Property

Gets or sets the caption of the Cancel button.

Syntax

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

Property Value

Type: String

The caption of the Cancel button.

Default value is "Cancel".

See Also

Reference