Creates a check box list with the specified options.
Namespace: MindFusion.Scheduling
File: BaseForm.js
SyntaxJavaScript
Copy Code
|
|---|
function createCheckBoxList (options) |
Object. Object, containing data for the new control.
Object. The newly created check-box list.
RemarksThe options parameter should match the following pattern: { id: id, text: text, events: {"name": handler} }
See Also