Caption of the Select All context menu item.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var vu = new VideoUploaderWriter("VideoUploaderID", 610, 500); //...other params... vu.addParam("MenuSelectAllText", "Select All"); //...other params... vu.writeHtml(); </script>
getVideoUploader("VideoUploaderID").setMenuSelectAllText(value); value = getVideoUploader("VideoUploaderID").getMenuSelectAllText();
A string value that specifies a caption of the Select All context menu item.
Default value is "Select All".
This property is necessary for localization of Video Uploader.