Aurigma Image Uploader Flash 7.2.9
descriptionEditor.cancelButtonText Property
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.
Syntax
JavaScript
Initialize
$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();
Property Value
Type: String
The caption of the Cancel hyperlink on the description editor.
Default value is "Cancel".
Remarks
This property is necessary for localization of Image Uploader Flash.