mirror of https://github.com/apache/cloudstack.git
If requireValidation: true is set for a custom action, then only
perform action if multiEdit's form fields are valid. This does not
apply to clicking on existing rules' action buttons.
Syntax:
multiEdit: {
fields: {
testField: {
custom: {
requireValidation: true,
...
},
...
},
...
}
}
|
||
|---|---|---|
| .. | ||
| widgets | ||
| core.js | ||
| dialog.js | ||
| events.js | ||
| utils.js | ||