Usage:
{
id: 'columns', label: '{{ _('Columns') }}',
type: 'collection', group: '{{ _('Definition') }}', editable:true,
canDelete: true, canAdd: true, control: Backform.MultiColumnSelectControl,
deps: ['index'], node: 'column',
model: pgBrowser.Node.Model.extend({
keys: ['column'],
defaults: {
column: undefined
}
})
}
Note: When using this control model should have column attribute. And node property should be column.
|
||
|---|---|---|
| .. | ||
| about | ||
| browser | ||
| help | ||
| misc | ||
| model | ||
| preferences | ||
| redirects | ||
| settings | ||
| static | ||
| templates | ||
| test | ||
| tools | ||
| translations/fr/LC_MESSAGES | ||
| utils | ||
| __init__.py | ||
| messages.pot | ||