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





Creates an edit box with the specified options.

Namespace: MindFusion.Scheduling
Package: Popup.js

 Syntax

JavaScript  Copy Code

function createEditBox (options)

 Parameters

options

Object, containing data for the new control.

 Return Value

Type: Object
The newly created edit 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