Creates a text box with the specified options.
Namespace: MindFusion.Scheduling
Assembly: Popup.js
JavaScript
![]() |
---|
function createTextBox (options) |
Type: Object
Object, containing data for the new control.
Type: Object
The newly created text box.
The options parameter should match the following pattern:
JavaScript
![]() |
---|
var options = { id: idValue, text: textValue, events: { eventName: handler } }; |