Creates a drop-down list with the specified options.
Namespace: MindFusion.Scheduling
Package: Popup.js
JavaScript
![]() |
---|
function createDropDownList (options) |
Object, containing data for the new control.
Type: Object
The newly created drop-down list.
The options parameter should match the following pattern:
JavaScript
![]() |
---|
var options = { id: idValue, text: textValue, events: { eventName: handler } }; |