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