A base class for grid row commands.
Namespace: MindFusion.DataViews
File: Command.js
JavaScript Copy Code |
---|
// class |
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) |
MindFusion.DataViews.Command