| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com> |
| Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: Control for selecting multiple columns [pgadmin4] |
| Date: | 2016-03-15 16:43:39 |
| Message-ID: | CA+OCxozo1J5HBGB-xdRwq8nB+v0aCA9BxPWP-FZZc9_kpv31=w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
It seems to be missing the test dialogue?
On Tue, Mar 15, 2016 at 8:47 AM, Harshal Dhumal <
harshal(dot)dhumal(at)enterprisedb(dot)com> wrote:
> 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>
>>
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Neel Patel | 2016-03-15 18:41:05 | Re: [pgAdmin4][Patch]: Foreign Data Wrapper |
| Previous Message | Dave Page | 2016-03-15 16:04:21 | Re: depends.js and sql.js |