Search
BaseForm.createCheckBoxList Method
See Also
 






Creates a check box list with the specified options.

Namespace: MindFusion.Scheduling
File: BaseForm.js

 Syntax

JavaScript  Copy Code

function createCheckBoxList (options)

 Parameters

options

Object. Object, containing data for the new control.

 Return Value

Object. The newly created check-box list.

 Remarks

The options parameter should match the following pattern: { id: id, text: text, events: {"name": handler} }

 See Also