pgadmin4/web/pgadmin/browser/static/js
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
..
aciTree Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
datamodel.js Resolved an issue related to no proper valid/invalid event was 2016-03-15 19:00:58 +05:30
frame.js Resolved a typo in the frame javscript 2016-01-20 20:23:59 +05:30
menu.js Allow to create sub-menu/menu-group by specify the same category in 2016-03-21 23:56:08 +05:30
node.ui.js Backform control for selecting multiple columns. 2016-03-22 16:52:34 +00:00
panel.js Introduced a event manager for the browser, which will generate certain 2016-01-19 18:18:47 +05:30