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,
...
},
...
},
...
}
}
Conflicts:
ui/scripts/ui/widgets/multiEdit.js
|
||
|---|---|---|
| .. | ||
| css | ||
| images | ||
| lib | ||
| scripts | ||
| tests | ||
| .classpath | ||
| .project | ||
| index.jsp | ||