Gets or sets a caption of the Cancel hyperlink on the dialog displayed when a user clicks the description icon on the pane item surface.
$au.imageUploaderFlash({
descriptionEditor: {
//...other params...
cancelButtonText: "Cancel",
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').descriptionEditor().cancelButtonText(value);
value = $au.imageUploaderFlash('uploaderID').descriptionEditor().cancelButtonText();
Type: String
The caption of the Cancel hyperlink on the description editor.
Default value is "Cancel".
This property is necessary for localization of HTML5/Flash Uploader.