Gets or sets the caption of the Clear all hyperlink.
$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();
Type: String
The caption of the Clear all hyperlink.
Default value is "remove all files".