Gets or sets the caption of the OK button.
$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();
Type: String
The caption of the OK button.
Default value is "OK".