Initializes a new instance of the DropDown class.
Namespace: MindFusion.Common.UI
File: DropDown.js
Syntax
ExampleThe following code creates a new DropDown using an ImagePicker:
JavaScript
Copy Code
|
|---|
| var imagePicker = u.ImagePicker(document.getElementById("image_picker")); var dropDown = new u.DropDown(imagePicker); |
See Also