Name of the ImageUploader control instance this combo box is associated with.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var scb = new ShellComboBoxWriter("ShellComboBoxID", 610, 500); //...other params... scb.addParam("ParentControlName", ""); //...other params... scb.writeHtml(); </script>
getImageUploader("ShellComboBoxID").setParentControlName(value); value = getImageUploader("ShellComboBoxID").getParentControlName();
A string value containing a name of the ImageUploader control instance this combo box is associated with.
Default value is "".
Right after ImageUploader and ShellComboBox are bound, theirs currently selected folders are synchronized. For example, if you select a folder using the ShellComboBox control, the associated ImageUploader control will automatically navigate to this folder.