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

commonDialog.okButtonText Property

Gets or sets the caption of the OK button.

Syntax

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

Property Value

Type: String

The caption of the OK button.

Default value is "OK".

See Also

Reference