Aurigma Image Uploader 6.5 Dual
ImageUploader.ShowUploadListButtons Property
Switch that specifies whether buttons which add or remove files to or from the upload list should be visible.
Syntax
Initialize
JavaScript
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("ShowUploadListButtons", "true"); //...other params... iu.writeHtml(); </script>
Get/Set Value in Runtime
JavaScript
getImageUploader("ImageUploaderID").setShowUploadListButtons(value);
value = getImageUploader("ImageUploaderID").getShowUploadListButtons();Property Value
A boolean value (true or false). If true, buttons are visible, otherwise - hidden.
Default value is "true".
Remarks
These buttons are available only in ThreePanes layout. They are displayed between the folder and upload pane (if visible).