topPane.addFilesHyperlinkText Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets a text of the Add files hyperlink.

Syntax

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

Property Value

Type: String

The text of the Add files hyperlink.

Default value is "Add more files".

Remarks

To hide the Add files hyperlink, set it to the empty string.

See Also

Reference