Re: Control for selecting multiple columns [pgadmin4]

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Control for selecting multiple columns [pgadmin4]
Дата
Msg-id CA+OCxozo1J5HBGB-xdRwq8nB+v0aCA9BxPWP-FZZc9_kpv31=w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Control for selecting multiple columns [pgadmin4]  (Harshal Dhumal <harshal.dhumal@enterprisedb.com>)
Ответы Re: Control for selecting multiple columns [pgadmin4]  (Harshal Dhumal <harshal.dhumal@enterprisedb.com>)
Список pgadmin-hackers
It seems to be missing the test dialogue?

On Tue, Mar 15, 2016 at 8:47 AM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:
Hi,

PFA generalized updated patch for backform multiSelectControl.

-- 
Harshal Dhumal
Software Engineer 




On Tue, Mar 8, 2016 at 1:04 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.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 






--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.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

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: depends.js and sql.js
Следующее
От: Neel Patel
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Foreign Data Wrapper