Re: Control for selecting multiple columns [pgadmin4]

From: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Control for selecting multiple columns [pgadmin4]
Date: 2016-03-15 08:47:58
Message-ID: CAFiP3vyqicsueu0YnMRGHpX62ioehRsJyvgXUr_bGbRpoC3ojw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA generalized updated patch for backform multiSelectControl.

--
*Harshal Dhumal*
*Software Engineer *

EenterpriseDB <http://www.enterprisedb.com>

On Tue, Mar 8, 2016 at 1:04 PM, Harshal Dhumal <
harshal(dot)dhumal(at)enterprisedb(dot)com> wrote:

> Hi,
>
> PFA backform control for selecting multiple columns.(This control depends
> on column node.)
>
> 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*.
>
>
>
>
> --
> *Harshal Dhumal*
> *Software Engineer *
>
>
>
> EenterpriseDB <http://www.enterprisedb.com>
>

Attachment Content-Type Size
multiSelectControl_15_March_v2.patch text/x-patch 1.9 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Harshal Dhumal 2016-03-15 08:53:36 Primary key constraint [pgadmin4]
Previous Message Lev Lazinskiy 2016-03-15 07:36:23 Adding to Documentation