topPane.clearAllHyperlinkText Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the caption of the Clear all hyperlink.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    topPane: {
        //...other params...
        clearAllHyperlinkText: "remove all files",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').topPane().clearAllHyperlinkText(value);
value = $au.imageUploaderFlash('uploaderID').topPane().clearAllHyperlinkText();

Property Value

Type: String

The caption of the Clear all hyperlink.

Default value is "remove all files".

Remarks

To hide the Clear all hyperlink, set it to the empty string.

See Also

Reference