Gets or sets a value indicating whether to display filenames in the Thumbnails
view or not.
$au.uploader({ paneItem: { //...other params... showFileNameInThumbnailsView: false, //...other params... } })Get/Set Value at Runtime
$au.uploader('uploaderID').paneItem().showFileNameInThumbnailsView(value); value = $au.uploader('uploaderID').paneItem().showFileNameInThumbnailsView();
Type: Boolean
If true
, filenames are displayed under thumbnails; otherwise, only thumbnails are shown.
Default value is false.