Aurigma Image Uploader 6.5 Dual
ShellComboBox.ParentControlName Property
Name of the ImageUploader control instance this combo box is associated with.
Syntax
Initialize
JavaScript
<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>
Get/Set Value in Runtime
JavaScript
getImageUploader("ShellComboBoxID").setParentControlName(value);
value = getImageUploader("ShellComboBoxID").getParentControlName();Property Value
A string value containing a name of the ImageUploader control instance this combo box is associated with.
Default value is "".
Remarks
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.