MindFusion.Scheduling for JavaScript Programmer's Guide
BaseForm.createTextBox Method
See Also
 






Creates a text box with the specified options.

Namespace: MindFusion.Scheduling
Assembly: BaseForm.js

 Syntax

JavaScript  Copy Code

function createTextBox (options)

 Parameters

options

Object. Object, containing data for the new control.

 Return Value

Object. The newly created text box.

 Remarks

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

 See Also

BaseForm Members
BaseForm Class
MindFusion.Scheduling Namespace