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