Gets or sets whether the additional controls is always visible or only when a mouse pointer hovers over an item.
$au.imageUploaderFlash({ paneItem: { //...other params... toolbarAlwaysVisible: false, //...other params... } })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').paneItem().toolbarAlwaysVisible(value); value = $au.imageUploaderFlash('uploaderID').paneItem().toolbarAlwaysVisible();
Type: Boolean
true
if the additional controls is always visible; otherwise, false
.
Default value is false.