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