This documentation is for the old version. Go to the latest Upload Suite docs

topPane.clearAllHyperlinkText Property

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".

See Also

Reference