commonDialog.okButtonText Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe Flash

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