Caption of Uncheck All button which is dispayed in TwoPanes layout if CheckFilesBySelectAllButton is set to true.
The button cleares check boxes for all files in the folder pane.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("ButtonUncheckAllText", "Uncheck All"); //...other params... iu.writeHtml(); </script>
getImageUploader("ImageUploaderID").setButtonUncheckAllText(value);
value = getImageUploader("ImageUploaderID").getButtonUncheckAllText();
A string value that specifies the caption of the Uncheck All button which is displayed in TwoPanes layout if
CheckFilesBySelectAllButton is set to true. If an empty string is specified, the button is invisible.
Default value is "Uncheck All".
This property is necessary for localization of Image Uploader.