Override this method in a derived class to customize the command controller.
Namespace: MindFusion.DataViews
File: Command.js
JavaScript Copy Code |
---|
function createControl () |
HTMLElement. The controller.
The following code extens the Command class to implement a delete command that shows a confirmation dialog:
JavaScript Copy Code |
---|
// define a delete command, that shows a confirmation dialog before deleting the record static createControl(sender, args) |