Re: Control for selecting multiple columns [pgadmin4]

Поиск
Список
Период
Сортировка
От Harshal Dhumal
Тема Re: Control for selecting multiple columns [pgadmin4]
Дата
Msg-id CAFiP3vyqicsueu0YnMRGHpX62ioehRsJyvgXUr_bGbRpoC3ojw@mail.gmail.com
обсуждение исходный текст
Ответ на Control for selecting multiple columns [pgadmin4]  (Harshal Dhumal <harshal.dhumal@enterprisedb.com>)
Ответы Re: Control for selecting multiple columns [pgadmin4]  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
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 




Вложения

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

Предыдущее
От: Lev Lazinskiy
Дата:
Сообщение: Adding to Documentation
Следующее
От: Harshal Dhumal
Дата:
Сообщение: Primary key constraint [pgadmin4]