pgadmin4/web/pgadmin/static
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
..
css Backform control for selecting multiple columns. 2016-03-22 16:52:34 +00:00
fonts Updated the font-awesome to 4.5 (latest) version. 2016-03-18 01:34:45 +05:30
img Add support for creating dialogs, and add an About dialog. 2015-01-27 16:54:39 +00:00
js Update the backform control to support sql-fields. 2016-03-22 16:36:54 +00:00
favicon.ico Put the favicon in the right place. 2015-01-20 12:32:44 +00:00