Creates an edit box with the specified options.
Namespace: MindFusion.Scheduling
File: BaseForm.js
JavaScript Copy Code |
---|
function createEditBox (options) |
Object. Object, containing data for the new control.
Object. The newly created edit box.
The options parameter should match the following pattern: { id: id, text: text, events: {"name": handler} }
JavaScript Pack Programmer's Guide | © 2024 MindFusion |