BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
args.contextMenuItems.push({
headerText: 'task',
menuId: 'AddAboveMilestone',
parentMenuId: 'AddAbove',
eventHandler: function (args) {
this.addRecord(args.data, ej.Gantt.RowPosition.AboveSelectedRow);
}
}); |