Gets or sets whether the additional controls is always visible or only when a mouse pointer hovers over an item.
$au.imageUploaderFlash({Get/Set Value at Runtime
paneItem: {
//...other params...
toolbarAlwaysVisible: false,
//...other params...
}
})
$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.