MindFusion.Scheduling for ASP.NET Programmer's Guide
BaseForm.createCheckBoxList Method
See Also
 





Creates a check box list with the specified options.

Namespace: MindFusion.Scheduling
Assembly: Popup.js

 Syntax

JavaScript  Copy Code

function createCheckBoxList (options)

 Parameters

options

Type: Object
Object, containing data for the new control.

 Return Value

Type: Object
The newly created check-box list.

 Remarks

The options parameter should match the following pattern:

JavaScript  Copy Code

var options = { id: idValue, text: textValue, events: { eventName: handler } };

 See Also

BaseForm Members
BaseForm Class
MindFusion.Scheduling Namespace