Text of the tooltip which is displayed when the mouse pointer hovers over the removal cross. By clicking this cross the selected file will be deleted from the upload list.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var vu = new VideoUploaderWriter("VideoUploaderID", 610, 500); //...other params... vu.addParam("RemoveIconTooltipText", "Remove"); //...other params... vu.writeHtml(); </script>
getVideoUploader("VideoUploaderID").setRemoveIconTooltipText(value); value = getVideoUploader("VideoUploaderID").getRemoveIconTooltipText();
A string value that specifies a text of the tooltip which is displayed when the mouse pointer hovers over the removal cross.
Default value is "Remove".
This property is necessary for localization of Video Uploader.