pgadmin4/web/pgadmin/static/css
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
..
alertifyjs Updated alertify.js to 1.4.1 2015-07-23 18:12:06 +05:30
backgrid Add backgrid extensions for use in various tools: select-all, paginator and filter 2016-02-26 11:08:45 +00:00
codemirror Oh look, a syntax highlighting, line numbering, block folding, auto-complete-capable editor. 2015-02-13 11:57:23 +00:00
jQuery-contextMenu Updated the jQuery-contextMenu to 1.9.2 (latest stable) version. 2016-03-18 01:11:22 +05:30
select2 Added select2 as dependency 2016-01-04 23:23:16 +05:30
wcDocker First pass at improving the dialogue borders. 2016-03-16 17:12:41 +00:00
bootstrap-datepicker3.css Introducing the infrastructure for colleciton of the subnodes listing, 2015-10-28 22:36:09 +05:30
bootstrap-datepicker3.min.css Introducing the infrastructure for colleciton of the subnodes listing, 2015-10-28 22:36:09 +05:30
bootstrap-switch.css Using bootstrap-swtich for creating a custom backform control for 2015-12-04 17:16:49 +05:30
bootstrap-switch.min.css Using bootstrap-swtich for creating a custom backform control for 2015-12-04 17:16:49 +05:30
bootstrap-theme.css Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
bootstrap-theme.css.map Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
bootstrap-theme.min.css Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
bootstrap.css Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
bootstrap.css.map Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
bootstrap.min.css Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
font-awesome.css Updated the font-awesome to 4.5 (latest) version. 2016-03-18 01:34:45 +05:30
font-awesome.min.css Updated the font-awesome to 4.5 (latest) version. 2016-03-18 01:34:45 +05:30
font-mfizz.css Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
overrides.css Backform control for selecting multiple columns. 2016-03-22 16:52:34 +00:00