descriptionEditor.cancelButtonText Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

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 HTML5/Flash Uploader.

See Also

Reference