ASP.NET Pack Programmer's Guide
BaseForm.createCheckBox Method
See Also
 





Creates a check-box with the specified options.

Namespace: MindFusion.Scheduling
Package: Popup.js

 Syntax

JavaScript  Copy Code

function createCheckBox (options)

 Parameters

options

Object, containing data for the new control.

 Return Value

Type: Object
The newly created check-box

 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