mirror of https://github.com/apache/cloudstack.git
Implement isBoolean field support, on detail view edit action. This is
specified like this:
fields: {
...
isPasswordEnabled: {
...
isBoolean: true,
editable: true,
...
}
}
|
||
|---|---|---|
| .. | ||
| widgets | ||
| core.js | ||
| dialog.js | ||
| events.js | ||
| multiEdit.js | ||
| utils.js | ||