mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-19 12:03:50 +01:00
If args.cancel is passed to createForm widget, call it when cancel button is
clicked.
Example:
createForm: {
cancel: function() { ... },
...
}