pgadmin4/web/pgadmin/browser
Harshal Dhumal ddd4768937 Backform control for selecting multiple columns.
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.
2016-03-22 16:52:34 +00:00
..
server_groups Add support for domain dependencies/dependents. 2016-03-18 15:20:41 +00:00
static Backform control for selecting multiple columns. 2016-03-22 16:52:34 +00:00
templates/browser Update the Browser Tree Node Icon after editing. 2016-03-22 13:14:38 +00:00
__init__.py On Python 2, use urllib2 instead of urllib, which allows us to specify timeout 2016-03-18 10:08:51 +05:30
collection.py Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00
utils.py Add support for domain dependencies/dependents. 2016-03-18 15:20:41 +00:00